{ "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": "=============\nDistutilsDemo\n=============\n\nCopyright (c) 2015,2016 Jeremie DECOCK (http://www.jdhp.org)\n\n\nDescription\n===========\n\nThis snippet was written to test distutils 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 Distutils by entering the following command\nin 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-distutils-demo\n pip install --upgrade jdhp-distutils-demo\n pip uninstall jdhp-distutils-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-distutils-demo\n py -m pip install --upgrade jdhp-distutils-demo\n py -m pip uninstall jdhp-distutils-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-distutils-demo\n pip install --upgrade jdhp-distutils-demo\n pip uninstall jdhp-distutils-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_distutils_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-distutils-demo", "package_url": "https://pypi.org/project/jdhp-distutils-demo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jdhp-distutils-demo/", "project_urls": { "Download": "http://www.jdhp.org/", "Homepage": "http://www.jdhp.org/" }, "release_url": "https://pypi.org/project/jdhp-distutils-demo/0.2/", "requires_dist": null, "requires_python": null, "summary": "A snippet to test distutils and PyPI", "version": "0.2" }, "last_serial": 1961771, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "db8aee1e596cd51b7a6af84f8db64fb0", "sha256": "bb02d6f6522e5163cdfd08719e26f39b9c9336a0c918ea564a4e73ede7bbbe67" }, "downloads": -1, "filename": "jdhp-distutils-demo-0.2.tar.gz", "has_sig": false, "md5_digest": "db8aee1e596cd51b7a6af84f8db64fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3513, "upload_time": "2016-02-17T17:51:27", "url": "https://files.pythonhosted.org/packages/28/85/7387a70cd2d2783b4e5eecba3a33bc3d64fcd7e0d2155949339917e2a8bd/jdhp-distutils-demo-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db8aee1e596cd51b7a6af84f8db64fb0", "sha256": "bb02d6f6522e5163cdfd08719e26f39b9c9336a0c918ea564a4e73ede7bbbe67" }, "downloads": -1, "filename": "jdhp-distutils-demo-0.2.tar.gz", "has_sig": false, "md5_digest": "db8aee1e596cd51b7a6af84f8db64fb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3513, "upload_time": "2016-02-17T17:51:27", "url": "https://files.pythonhosted.org/packages/28/85/7387a70cd2d2783b4e5eecba3a33bc3d64fcd7e0d2155949339917e2a8bd/jdhp-distutils-demo-0.2.tar.gz" } ] }