{ "info": { "author": "Flying Circus", "author_email": "flyingcircus@example.com", "bugtrack_url": null, "classifiers": [], "description": "-------------\nThis repo is used to demonstrate the python packaging and distribution by using setuptools\n\npython 2 is focused\n\n-------------\n\nKey points:\n\n1. By using the setuptools/setup, python packaging could be performed by editing the \nsimple setup.py file. \n\nTo be install the python package, just run:\n\npip install . #### to use pip3 in python3 env\n\nor \n\npip install -e .\n\n2. Setuptools has easy way to distribute the package via PyPI\n\npython setup.py register ## used to register on PyPi and upload\npython setup.py sdist upload ## package name should be unique in PyPi\n\n3. Others\n\nMANIFEST.in \n will include all the files needed (except the source code)\ninstall_requires = [] \n will specify the dependent packages\nentry_points={} \n will be used for command line script\n the function hooked here will be copied to the system path for calling\nscripts=[]\n will be used for command line scirpt as above\n for example, export the bin/joke-scripts to system path for calling\ninclude_package_data=True \n will enable the copy of other non-sourcecode file during installation\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/storborg/funniest", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "funniesting", "package_url": "https://pypi.org/project/funniesting/", "platform": "", "project_url": "https://pypi.org/project/funniesting/", "project_urls": { "Homepage": "http://github.com/storborg/funniest" }, "release_url": "https://pypi.org/project/funniesting/0.3/", "requires_dist": null, "requires_python": "", "summary": "The funniest joke in the world", "version": "0.3" }, "last_serial": 2722423, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3a4251aaa9dc5c7f4e35367987a36376", "sha256": "7e95e83da623656941ec20332ce302c58977ba21405cb33c7433e90cd740a4eb" }, "downloads": -1, "filename": "funniesting-0.1.tar.gz", "has_sig": false, "md5_digest": "3a4251aaa9dc5c7f4e35367987a36376", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 927, "upload_time": "2017-03-22T03:23:22", "url": "https://files.pythonhosted.org/packages/e6/b4/8fbb15fd9b0d880b29588e6e7604b9573db99550a4bd538275cdc37579be/funniesting-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1fa6d47b69d1e206c4ea56054b6eeef4", "sha256": "b664b560bc694352a506c021e5622d3e5e2e4f8fe904b435bb908046d4c266c8" }, "downloads": -1, "filename": "funniesting-0.2.tar.gz", "has_sig": false, "md5_digest": "1fa6d47b69d1e206c4ea56054b6eeef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1045, "upload_time": "2017-03-22T05:30:13", "url": "https://files.pythonhosted.org/packages/cb/41/b8d05bb698b9a0a198b2471500f04f1ce16f983d81fe3abf6aab337f5789/funniesting-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "b183fa973253956dd8ab1e1509a54d22", "sha256": "a712dab2a692cf855803732f8bcc1e21d2d32f4aec88af98392092adc8cd6ce4" }, "downloads": -1, "filename": "funniesting-0.3.tar.gz", "has_sig": false, "md5_digest": "b183fa973253956dd8ab1e1509a54d22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2207, "upload_time": "2017-03-22T07:15:01", "url": "https://files.pythonhosted.org/packages/ef/5e/cf1adfabf7432dd805a4c8b946b6a6d806076ee671853c2d388dc7689608/funniesting-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b183fa973253956dd8ab1e1509a54d22", "sha256": "a712dab2a692cf855803732f8bcc1e21d2d32f4aec88af98392092adc8cd6ce4" }, "downloads": -1, "filename": "funniesting-0.3.tar.gz", "has_sig": false, "md5_digest": "b183fa973253956dd8ab1e1509a54d22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2207, "upload_time": "2017-03-22T07:15:01", "url": "https://files.pythonhosted.org/packages/ef/5e/cf1adfabf7432dd805a4c8b946b6a6d806076ee671853c2d388dc7689608/funniesting-0.3.tar.gz" } ] }