{ "info": { "author": "Yoginth", "author_email": "yoginth@zoho.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "## Slug Generator\n\n> Generate a Slugified string\n\n## Screenshot\n\n\n\n## Install\n\n```\n$ pip install genslug\n```\n\n## Usage\n\n```python\nimport genslug\n\nprint (genslug.slug(\"Unicorns are awesome\"))\n#=> unicorns-are-awesome\n\nprint (genslug.slug(\"Unicorns-are awesome\"))\n#=> unicorns-are-awesome\n\nprint (genslug.slug(\"Unicorns :are: awesome\"))\n#=> unicorns-are-awesome\n```\n\n## Get Help\n\nThere are few ways to get help:\n\n 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.\n\n 2. For bug reports and feature requests, open issues.\n\n 3. For direct and quick help, you can [email me](mailto://yoginth@zoho.com).\n\n## How to contribute\nHave an idea? Found a bug? See [how to contribute][contributing].\n\nThanks!\n\n## License\n\n[MIT][license]\n\n[LICENSE]: https://yoginth.mit-license.org/\n[contributing]: /CONTRIBUTING.md", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://yoginth.gitlab.io", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "genslug", "package_url": "https://pypi.org/project/genslug/", "platform": "", "project_url": "https://pypi.org/project/genslug/", "project_urls": { "Homepage": "https://yoginth.gitlab.io", "Patreon": "https://www.patreon.com/yoginth", "Source": "https://gitlab.com/yoginth/genslug" }, "release_url": "https://pypi.org/project/genslug/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Generate a Slugified string", "version": "1.0.1" }, "last_serial": 4124237, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1069f3ff8246d6d7a7caada7a35d2935", "sha256": "24bef01054ea76e0eada5079614e45839649fde09685fe16668c230795fe110d" }, "downloads": -1, "filename": "genslug-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1069f3ff8246d6d7a7caada7a35d2935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1831, "upload_time": "2018-07-22T15:59:53", "url": "https://files.pythonhosted.org/packages/0b/73/01651413d3fae0df2c1461392240dc3d603b3ced55a851d202eeb17d80f6/genslug-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "561264ba579b8a2bd9e7393f0ac515ac", "sha256": "b2b4a4348bbf1f3e9a461cd2c4582acd6811b178b5e6a1bdf4d4615da4d69999" }, "downloads": -1, "filename": "genslug-1.0.1.tar.gz", "has_sig": false, "md5_digest": "561264ba579b8a2bd9e7393f0ac515ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1812, "upload_time": "2018-08-01T11:12:58", "url": "https://files.pythonhosted.org/packages/b7/b0/0644a4c71d18e3499139050f9dd37fe13c32a312e8c7f2a004405f9c3077/genslug-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "561264ba579b8a2bd9e7393f0ac515ac", "sha256": "b2b4a4348bbf1f3e9a461cd2c4582acd6811b178b5e6a1bdf4d4615da4d69999" }, "downloads": -1, "filename": "genslug-1.0.1.tar.gz", "has_sig": false, "md5_digest": "561264ba579b8a2bd9e7393f0ac515ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1812, "upload_time": "2018-08-01T11:12:58", "url": "https://files.pythonhosted.org/packages/b7/b0/0644a4c71d18e3499139050f9dd37fe13c32a312e8c7f2a004405f9c3077/genslug-1.0.1.tar.gz" } ] }