{ "info": { "author": "Joe Tilsed", "author_email": "Joe@Tilsed.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "#Creating and adding your own custom Python packages to PyPi (Python 3.7.2)\n######Author: [Joe Tilsed](http://linkedin.com/in/joetilsed) | Created: 04.02.2019 | Last Updated: 04.02.2019\n\n###Requirements:\n- setuptools\n- wheel\n- twine\n\n###Helpful Articles:\n- [Packaging Python Projects \u00e2\u20ac\u201d Python Packaging User Guide](https://packaging.python.org/tutorials/packaging-projects/)\n\n###File Structure:\n- [README.md](./README.md)\n\n###Generating the distribution:\n*python setup.py sdist bdist_wheel*\n\n###Uploading the distributions to PyPi:\n- TEST\n - *python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/**\n- PROD\n - *python -m twine upload --repository-url https://pypi.org/legacy/ dist/**\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/tilsedtowers/jt-py-first-package/src", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "jt-py-first-package", "package_url": "https://pypi.org/project/jt-py-first-package/", "platform": "", "project_url": "https://pypi.org/project/jt-py-first-package/", "project_urls": { "Homepage": "https://bitbucket.org/tilsedtowers/jt-py-first-package/src" }, "release_url": "https://pypi.org/project/jt-py-first-package/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Learning how to create and deploy my own python packages onto PyPi.", "version": "0.0.1" }, "last_serial": 4779087, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ebad558254f6201e22f578bacaf577de", "sha256": "157d1d3b65818b44b1e86a676ff36683f8234af6acddf5ecac8450fce3c99efe" }, "downloads": -1, "filename": "jt_py_first_package-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ebad558254f6201e22f578bacaf577de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2996, "upload_time": "2019-02-04T19:07:05", "url": "https://files.pythonhosted.org/packages/4f/9a/4d2735a27d49a0ea4651afe6019b16402a12d56052af86513be2876cf487/jt_py_first_package-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12862cbff20a9144dbacd3f450475778", "sha256": "ad05e29951e706a26a63cb49694b939ba59964d1b12a23b703e7c941c7cbe232" }, "downloads": -1, "filename": "jt-py-first-package-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12862cbff20a9144dbacd3f450475778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1780, "upload_time": "2019-02-04T19:07:08", "url": "https://files.pythonhosted.org/packages/ac/45/efb219cac02aef60e7426374acd8aa38ee171eb82235235ad3ca1019100a/jt-py-first-package-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ebad558254f6201e22f578bacaf577de", "sha256": "157d1d3b65818b44b1e86a676ff36683f8234af6acddf5ecac8450fce3c99efe" }, "downloads": -1, "filename": "jt_py_first_package-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ebad558254f6201e22f578bacaf577de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2996, "upload_time": "2019-02-04T19:07:05", "url": "https://files.pythonhosted.org/packages/4f/9a/4d2735a27d49a0ea4651afe6019b16402a12d56052af86513be2876cf487/jt_py_first_package-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12862cbff20a9144dbacd3f450475778", "sha256": "ad05e29951e706a26a63cb49694b939ba59964d1b12a23b703e7c941c7cbe232" }, "downloads": -1, "filename": "jt-py-first-package-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12862cbff20a9144dbacd3f450475778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1780, "upload_time": "2019-02-04T19:07:08", "url": "https://files.pythonhosted.org/packages/ac/45/efb219cac02aef60e7426374acd8aa38ee171eb82235235ad3ca1019100a/jt-py-first-package-0.0.1.tar.gz" } ] }