{ "info": { "author": "Wu Haifeng", "author_email": "wuhaifengdhu@163.com", "bugtrack_url": null, "classifiers": [], "description": "# pypi starter project\n\n[![Build Status](https://travis-ci.org/wuhaifengdhu/pypi-starter.svg?branch=master)](https://travis-ci.org/wuhaifengdhu/pypi-starter)\n[![codecov](https://codecov.io/gh/wuhaifengdhu/pypi-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/wuhaifengdhu/pypi-starter)\n\nThis is a template repository that you can use to quickly create a python application that can be built, tested, and released as an internal python module.\n\n## Setting up a new repository from this template\n**Create a directory and pull all the files in this template into it**\n\n```bash\nmkdir new_repo_name\ncd new_repo_name\ngit init\ngit pull https://github.com/wuhaifengdhu/pypi-starter\n```\n\n## Build\n\n*Linux*\n\n```bash\nvirtualenv env\n. env/bin/activate\npip install -e .\n```\n\n*Windows*\n```bash\nvirtualenv env\nenv\\Scripts\\activate\npip install -e .\n```\n\n## Tox Tests and Build the Wheels\n\n```\npip install -r requirements-build.txt\n# run the python tests\ntox -r\n```\n\n## upload to pypi\n* Register your account in ![pypi](https://pypi.org/)\n* Create file .pypirc in your home folder with 600. \n```[distutils]\nindex-servers =\n pypi\n pypitest\n\n[pypi]\nrepository=https://upload.pypi.org/legacy/\nusername=your_username\npassword=your_password\n\n[pypitest]\nrepository=https://test.pypi.org/legacy/\nusername=your_username\npassword=your_password\n``` \n* Upload your repository\n```\nPython setup.py bidet_wheel \u2014universal\nTwine upload dist/*\n``` \n\n\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wuhaifengdhu/pypi-starter", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "devin", "package_url": "https://pypi.org/project/devin/", "platform": "", "project_url": "https://pypi.org/project/devin/", "project_urls": { "Homepage": "https://github.com/wuhaifengdhu/pypi-starter" }, "release_url": "https://pypi.org/project/devin/1.0.0/", "requires_dist": [ "requests", "six (>=1.10.0)" ], "requires_python": "", "summary": "This package creates a framework for python packages to be built.", "version": "1.0.0" }, "last_serial": 3161939, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e4289a8e4827d1d28a13e1f3e4b4d2cd", "sha256": "8413e18ef3dba4c8af05811770096c6020c0d9ef016624fb853326d5d9219116" }, "downloads": -1, "filename": "devin-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4289a8e4827d1d28a13e1f3e4b4d2cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40599, "upload_time": "2017-09-09T15:46:01", "url": "https://files.pythonhosted.org/packages/8b/08/2642a09d532cc5b1cffb45f1e5741af19e1863392fdc8405125e879ba3bd/devin-1.0.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4289a8e4827d1d28a13e1f3e4b4d2cd", "sha256": "8413e18ef3dba4c8af05811770096c6020c0d9ef016624fb853326d5d9219116" }, "downloads": -1, "filename": "devin-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4289a8e4827d1d28a13e1f3e4b4d2cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40599, "upload_time": "2017-09-09T15:46:01", "url": "https://files.pythonhosted.org/packages/8b/08/2642a09d532cc5b1cffb45f1e5741af19e1863392fdc8405125e879ba3bd/devin-1.0.0-py2.py3-none-any.whl" } ] }