{ "info": { "author": "evitalis", "author_email": "xyz@abc.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "# shorturl\nPython 3 Flask web application to generate short URLs.\n\n### Requirements\n\n- Redis server\n- Python 3\n\nrequirements.txt:\n\n```\nFlask==0.10.1\nitsdangerous==0.24\nJinja2==2.8\nMarkupSafe==0.23\nredis==2.10.5\nWerkzeug==0.11.3\n```\n\n### Installation\n\nClone this repository into the document root for your virtual host.\n\nStart the script manually or configure your favorite application and web servers to proxy to it.\n\n### Configuration\n\nSimply modify the following values at the top of the script to point to the appropriate location.\n\n```\nREDISHOST = 'localhost'\nREDISPORT = '6379'\nREDISDB = 0\nREDISPASSWD = ''\nSITEURL = 'http://example.com'\nKEYLENGTH = 8\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/evitalis/shorturl", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "py3shorturl", "package_url": "https://pypi.org/project/py3shorturl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py3shorturl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/evitalis/shorturl" }, "release_url": "https://pypi.org/project/py3shorturl/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple URL Shortener written in Python 3", "version": "0.1.0" }, "last_serial": 2357029, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1f4a3a96781af3879df6451c6d6c9ff6", "sha256": "dd101f8d1c4a33474b5666697b6f1bcdecdc613dc9e672fbcf41f65d1647f3e4" }, "downloads": -1, "filename": "py3shorturl-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1f4a3a96781af3879df6451c6d6c9ff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1797, "upload_time": "2016-09-22T10:13:41", "url": "https://files.pythonhosted.org/packages/92/9f/55160f9928719d87ad207923430035c834d7bacfa27bf9548e9a203944cf/py3shorturl-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f4a3a96781af3879df6451c6d6c9ff6", "sha256": "dd101f8d1c4a33474b5666697b6f1bcdecdc613dc9e672fbcf41f65d1647f3e4" }, "downloads": -1, "filename": "py3shorturl-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1f4a3a96781af3879df6451c6d6c9ff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1797, "upload_time": "2016-09-22T10:13:41", "url": "https://files.pythonhosted.org/packages/92/9f/55160f9928719d87ad207923430035c834d7bacfa27bf9548e9a203944cf/py3shorturl-0.1.0.tar.gz" } ] }