{ "info": { "author": "Alamin Mahamud", "author_email": "alamin.ineedahel@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# NANCY - A Python Package\n\n```\n.\n\u251c\u2500\u2500 build # build package information\n\u251c\u2500\u2500 dist # contains .whl file\n \t\t\t\t\t\t\t # install directly using pip install *.whl\n\u251c\u2500\u2500 LICENSE # LICENSE - information \n\u251c\u2500\u2500 nancy\t\t\t\t\t\t # original script \n\u251c\u2500\u2500 nancy.egg-info\t\t\t\t\t # egg package -\n \t\t\t\t\t\t\t # compiled bytecode\n\t\t\t\t\t\t\t # pkg information, dep links\n\t\t\t\t\t\t\t # and captures the info used by the setup.py test command when running tests\n\u251c\u2500\u2500 README.md\n\u2514\u2500\u2500 setup.py\n\n```\n\n### Install on your local machine\n\n``` shell\npip install ./dist/*.whl\n```\n\n### Upload on pip\n\ncreate a `.pypirc` on `$HOME`.\n\n```\n[distutils] \nindex-servers=pypi\n[pypi] \nrepository = https://upload.pypi.org/legacy/ \nusername = alamin-mahamud\n```\n\n```shell\npython3 -m twine upload 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://github.com/alamin-mahamud/nancy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nancy", "package_url": "https://pypi.org/project/nancy/", "platform": "", "project_url": "https://pypi.org/project/nancy/", "project_urls": { "Homepage": "https://github.com/alamin-mahamud/nancy" }, "release_url": "https://pypi.org/project/nancy/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A docker and AWS utility package", "version": "0.1.0" }, "last_serial": 5190983, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7dbffc2e1cacc6a8fccc6bfd55c8e591", "sha256": "45baf2ea5c309374b49f3dcf4d1dcf78d93d45f5616cbd3dbb9668db491a7e80" }, "downloads": -1, "filename": "nancy-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7dbffc2e1cacc6a8fccc6bfd55c8e591", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2570, "upload_time": "2019-04-26T04:45:09", "url": "https://files.pythonhosted.org/packages/f6/69/5089a19c63b0021cac4ec3c6f071d8aef197db40588eb31ee977b797a7d9/nancy-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7dbffc2e1cacc6a8fccc6bfd55c8e591", "sha256": "45baf2ea5c309374b49f3dcf4d1dcf78d93d45f5616cbd3dbb9668db491a7e80" }, "downloads": -1, "filename": "nancy-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7dbffc2e1cacc6a8fccc6bfd55c8e591", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2570, "upload_time": "2019-04-26T04:45:09", "url": "https://files.pythonhosted.org/packages/f6/69/5089a19c63b0021cac4ec3c6f071d8aef197db40588eb31ee977b797a7d9/nancy-0.1.0-py3-none-any.whl" } ] }