{ "info": { "author": "kengz", "author_email": "kengzwl@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# python-structure\nSample project structure for a python package.\n\n## Guide\n\n- use `Python 3` and `pip3` like `npm`\n- use `virtualenv` like `node_modules`\n\n#### Installation\n\n```bash\npip3 install virtualenvwrapper\necho \"\n# python virtualenv\nsource /usr/local/bin/virtualenvwrapper.sh\" >> ~/.bash_profile\n\n# activate the created virtual env\nvirtualenv env\nsource env/bin/activate\n# generate dep list for use in pip3 install -r requirements.txt\npip3 freeze > requirements.txt\n# the type 'deactivate' inside to quit\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kengz/python_structure", "keywords": "example pypi tutorial", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python_structure", "package_url": "https://pypi.org/project/python_structure/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python_structure/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kengz/python_structure" }, "release_url": "https://pypi.org/project/python_structure/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "An demonstration of PyPi.", "version": "0.1.0" }, "last_serial": 1938687, "releases": { "0.1.0": [] }, "urls": [] }