{
"info": {
"author": "Connor de la Cruz",
"author_email": "connor.c.delacruz@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Testing",
"Topic :: Utilities"
],
"description": "=====================\nLorem Ipsum Generator\n=====================\n\n|pypi|\n|license|\n|github|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/py-loremipsum.svg\n :alt: PyPI\n :target: https://pypi.python.org/pypi/py-loremipsum\n\n.. |license| image:: https://img.shields.io/pypi/l/py-loremipsum.svg\n :alt: PyPI - License\n\n.. |github| image:: https://img.shields.io/badge/GitHub--green.svg?style=social&logo=github\n :alt: GitHub\n :target: https://github.com/connordelacruz/py-loremipsum\n\n\nPython module for generating placeholder text using the `loripsum.net API `__.\n\n\nBasic Usage\n===========\n\n.. code:: python\n\n import loremipsum\n\n # Generate plain text paragraphs with API default settings\n no_options = loremipsum.generate()\n\n # Generate 3 medium length paragraphs in plain text\n plaintext = loremipsum.generate(3, loremipsum.ParagraphLength.MEDIUM)\n\n # Generate 1 long paragraph with HTML tags\n simple_html = loremipsum.generate(1, loremipsum.ParagraphLength.LONG, plaintext=False)\n\n # Generate 1 long paragraph with HTML headers and decorated text\n options = ['headers', 'decorate']\n decorated_html = loremipsum.generate(1, loremipsum.ParagraphLength.LONG, plaintext=False, html_options=options)\n\n\nCommand Line\n============\n\nBasic\n-----\n\nThis package includes the ``loremipsum`` command to generate text from the\ncommand line. For details on command line options:\n\n::\n\n loremipsum --help\n\n\nExample Usage\n~~~~~~~~~~~~~\n\nGenerate 3 short paragraphs with trailing new lines and pipe output to\n``placeholder.txt``:\n\n::\n \n loremipsum 3 --length short --trailing-newlines > placeholder.txt\n\n\nGenerate 4 HTML paragraphs and pipe output to ``placeholder.html``:\n\n::\n\n loremipsum 4 --html > placeholder.html\n\n\nCopy to Clipboard\n-----------------\n\nThis package includes an additional ``lorem-copy`` command to generate text and\ncopy it to the clipboard using `pyperclip\n`__. For details on command line\noptions:\n\n::\n\n lorem-copy --help\n\n**Note:** ``pyperclip`` should work out of the box on macOS and Windows, but may\nneed some additional packages on Linux distros. Check `their documentation\n`__ first if\nyou're having difficulty with the ``lorem-copy`` command.\n\n\n.. readme-only\n\nFor more details, see the `documentation `__.",
"description_content_type": "",
"docs_url": null,
"download_url": "https://github.com/connordelacruz/py-loremipsum/archive/1.1.0.tar.gz",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/connordelacruz/py-loremipsum/",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "py-loremipsum",
"package_url": "https://pypi.org/project/py-loremipsum/",
"platform": "",
"project_url": "https://pypi.org/project/py-loremipsum/",
"project_urls": {
"Documentation": "https://connordelacruz.com/py-loremipsum/",
"Download": "https://github.com/connordelacruz/py-loremipsum/archive/1.1.0.tar.gz",
"Homepage": "https://github.com/connordelacruz/py-loremipsum/",
"Source": "https://github.com/connordelacruz/py-loremipsum/"
},
"release_url": "https://pypi.org/project/py-loremipsum/1.1.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Python module for generating placeholder text using the https://loripsum.net/ API",
"version": "1.1.0"
},
"last_serial": 4245881,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "ec2e3533bc06bfc34ce4fc1f7aecb372",
"sha256": "f57d80caba29be08db48852d9a3e9cda562992b06417188f2371baf86b334e1d"
},
"downloads": -1,
"filename": "py-loremipsum-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ec2e3533bc06bfc34ce4fc1f7aecb372",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1957,
"upload_time": "2018-03-29T18:03:14",
"url": "https://files.pythonhosted.org/packages/bd/5b/11ef70e5aa1ddfa8b8a789b28b4bec0119be353d6979ebbfb0fc978161fd/py-loremipsum-0.1.0.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "edb3e91642bb082c4e7831ec0408bcf3",
"sha256": "0931cd8356c49ae8c2c6d3842dc31dcff7a3065a1433b1eab9e526d97402d899"
},
"downloads": -1,
"filename": "py-loremipsum-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "edb3e91642bb082c4e7831ec0408bcf3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2307,
"upload_time": "2018-04-03T14:04:37",
"url": "https://files.pythonhosted.org/packages/57/d9/f78d0037e2d2ba5159ad9e70c8a70a17075840560ebd9851e8a06a178657/py-loremipsum-0.2.0.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "52dbf5ab100101d986f6cd2f6ee1b633",
"sha256": "6da3fcfa58238cf2830d573a1f144917bc213b85ec3933d7fbe16ddfb6ac83b2"
},
"downloads": -1,
"filename": "py-loremipsum-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "52dbf5ab100101d986f6cd2f6ee1b633",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2565,
"upload_time": "2018-04-03T14:42:57",
"url": "https://files.pythonhosted.org/packages/dc/83/8051124a7a0e4c75fe35f2a3c511f97a0ba7186c22b28e9b16902c0d4860/py-loremipsum-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "b4caec53e268c77cb156b3a80293df10",
"sha256": "05cc510d57a6e295dee6f4daf5395a86cd3274e964894c96a6f439db890e8e25"
},
"downloads": -1,
"filename": "py-loremipsum-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "b4caec53e268c77cb156b3a80293df10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2935,
"upload_time": "2018-04-03T21:19:24",
"url": "https://files.pythonhosted.org/packages/d5/34/ca8f79944232eb08907481a5f11517d542b7edb6660031b0a7e3bc80c3c5/py-loremipsum-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "bab220d45d8b32fd8d5fb964d19aaff5",
"sha256": "d8a021d7b58f4def059c944d6c97dc34befb1475808d41ee76665403cb73257d"
},
"downloads": -1,
"filename": "py-loremipsum-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "bab220d45d8b32fd8d5fb964d19aaff5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2940,
"upload_time": "2018-04-03T21:27:19",
"url": "https://files.pythonhosted.org/packages/c3/a8/fc3c727e52bdb0559e1707d8c1a7cb9dc5b4620fd67251c821994fe56fef/py-loremipsum-1.0.2.tar.gz"
}
],
"1.0.3": [
{
"comment_text": "",
"digests": {
"md5": "b3dab9d4d61e446446fde770817838f0",
"sha256": "424c75ad1ddb9338325191a9b40e73286d8ad88ffa0fe5c024896ecafe114980"
},
"downloads": -1,
"filename": "py-loremipsum-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b3dab9d4d61e446446fde770817838f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3257,
"upload_time": "2018-04-04T21:46:24",
"url": "https://files.pythonhosted.org/packages/80/d8/7aeae64ab52ba93162efae1ba800e6bda5952b79fd49c9dce2027ea41ef2/py-loremipsum-1.0.3.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "4014ffbcf0775b85dc195fbcc097accb",
"sha256": "2c958732343c6e1062f428a2fd7237b2d3cfaba8e0bd899e6a9e9358f103e30c"
},
"downloads": -1,
"filename": "py-loremipsum-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4014ffbcf0775b85dc195fbcc097accb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4910,
"upload_time": "2018-09-06T19:07:33",
"url": "https://files.pythonhosted.org/packages/e1/de/d0df5d4e57b5564bcbdc9e91849f1b5f808d4f4c0825de8e00d4d099c943/py-loremipsum-1.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "4014ffbcf0775b85dc195fbcc097accb",
"sha256": "2c958732343c6e1062f428a2fd7237b2d3cfaba8e0bd899e6a9e9358f103e30c"
},
"downloads": -1,
"filename": "py-loremipsum-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4014ffbcf0775b85dc195fbcc097accb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4910,
"upload_time": "2018-09-06T19:07:33",
"url": "https://files.pythonhosted.org/packages/e1/de/d0df5d4e57b5564bcbdc9e91849f1b5f808d4f4c0825de8e00d4d099c943/py-loremipsum-1.1.0.tar.gz"
}
]
}