{ "info": { "author": "Jeremie DECOCK", "author_email": "jd.jdhp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "==============\nSetuptoolsDemo\n==============\n\nCopyright (c) 2015,2016 Jeremie DECOCK (http://www.jdhp.org)\n\n\nDescription\n===========\n\nThis snippet was written to test setuptools and PyPI.\nIt is inspired by `this tutorial`_.\n\n\nDependencies\n============\n\n- Python >= 3.0\n\n\nInstall\n=======\n\nThis demo can be installed with Python Setuptools by entering the following\ncommand in a terminal::\n\n python3 setup.py install\n\n.. _install:\n\nInstallation\n============\n\nGnu/Linux\n---------\n\nYou can install, upgrade, uninstall this demo with these commands\n(in a terminal)::\n\n pip install --pre jdhp-setuptools-demo\n pip install --upgrade jdhp-setuptools-demo\n pip uninstall jdhp-setuptools-demo\n\nOr, if you have downloaded the source code::\n\n python3 setup.py install\n\nWindows\n-------\n\nYou can install, upgrade, uninstall this demo with these commands\n(in a `command prompt`_)::\n\n py -m pip install --pre jdhp-setuptools-demo\n py -m pip install --upgrade jdhp-setuptools-demo\n py -m pip uninstall jdhp-setuptools-demo\n\nOr, if you have downloaded the source code::\n\n py setup.py install\n\nMacOSX\n-------\n\nYou can install, upgrade, uninstall this demo with these commands\ncommands (in a terminal)::\n\n pip install --pre jdhp-setuptools-demo\n pip install --upgrade jdhp-setuptools-demo\n pip uninstall jdhp-setuptools-demo\n\nOr, if you have downloaded the source code::\n\n python3 setup.py install\n\n\nUsage\n=====\n\nUsage::\n\n from jdhp_setuptools_demo import row_your_boat\n row_your_boat.sing()\n\n\nLicense\n=======\n\nThis demo is distributed under the `MIT License`_\n\n.. _this tutorial: http://sametmax.com/creer-un-setup-py-et-mettre-sa-bibliotheque-python-en-ligne-sur-pypi/\n.. _MIT License: http://opensource.org/licenses/MIT", "description_content_type": null, "docs_url": null, "download_url": "http://www.jdhp.org/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.jdhp.org/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "jdhp-setuptools-demo", "package_url": "https://pypi.org/project/jdhp-setuptools-demo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jdhp-setuptools-demo/", "project_urls": { "Download": "http://www.jdhp.org/", "Homepage": "http://www.jdhp.org/" }, "release_url": "https://pypi.org/project/jdhp-setuptools-demo/0.2/", "requires_dist": null, "requires_python": null, "summary": "A snippet to test setuptools and PyPI", "version": "0.2" }, "last_serial": 1961775, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "228518446a1f857dfdca2ad09c40433d", "sha256": "577bfeb39bec9431635e53e27fe7380c17dadfd99c6a54d0c919dfed4381c5ca" }, "downloads": -1, "filename": "jdhp-setuptools-demo-0.2.tar.gz", "has_sig": false, "md5_digest": "228518446a1f857dfdca2ad09c40433d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4271, "upload_time": "2016-02-17T17:52:32", "url": "https://files.pythonhosted.org/packages/a3/b5/443060657bf54eaa0ee69ccea8a66cb102726d3f2eadc9d7bb330204a2d8/jdhp-setuptools-demo-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "228518446a1f857dfdca2ad09c40433d", "sha256": "577bfeb39bec9431635e53e27fe7380c17dadfd99c6a54d0c919dfed4381c5ca" }, "downloads": -1, "filename": "jdhp-setuptools-demo-0.2.tar.gz", "has_sig": false, "md5_digest": "228518446a1f857dfdca2ad09c40433d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4271, "upload_time": "2016-02-17T17:52:32", "url": "https://files.pythonhosted.org/packages/a3/b5/443060657bf54eaa0ee69ccea8a66cb102726d3f2eadc9d7bb330204a2d8/jdhp-setuptools-demo-0.2.tar.gz" } ] }