{ "info": { "author": "Kunwar Shamsher Luthera", "author_email": "kunwarluthera@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Step1 - Create a python module which you want to expose as distribution (*.py)\nStep2 - use setuptools to prepare a distribution \n from setuptools import setup\nstep3- create a folder in which you want your code to be created as distribution\nstep4- move your python file to the new folder created in step3\nstep5 - create a setup.py file in the new folder created in step3\nstep6 - build a distribution file \n\n python3 setup.py sdist\n sdist create a source distribution (tarball, zip file, etc.)\n\nstep7 - install your distribution into your local copy of python\n\n python3 setup.py install\n install install everything from build directory\n\n******** YOUR DISTRIBUTION IS READY **************\n\nNOW THAT YOUR MODULE IS BUILT, PACKAGED AS A DISTRIBUTION AND INSTALLED --> IT IS READY TO BE IMPORTED\nAND USED", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kunwarluthera/nesterkunwar", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nesterkunwar", "package_url": "https://pypi.org/project/nesterkunwar/", "platform": "", "project_url": "https://pypi.org/project/nesterkunwar/", "project_urls": { "Homepage": "https://github.com/kunwarluthera/nesterkunwar" }, "release_url": "https://pypi.org/project/nesterkunwar/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "This is first module for nested lines", "version": "1.2.0" }, "last_serial": 4775927, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "8d5a847cc78ac04fe3382bbf627ae750", "sha256": "ac6ceb133f2c13efb63f10dcebcaef3f26c3bd98b0f5f47ef4c8bab02642322e" }, "downloads": -1, "filename": "nesterkunwar-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8d5a847cc78ac04fe3382bbf627ae750", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1282, "upload_time": "2019-02-03T22:35:31", "url": "https://files.pythonhosted.org/packages/0e/6f/1358b32ab9db0fdca30c4842efacf3a247cbea9cd6ad9d1d7e6e393cce65/nesterkunwar-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "46001925a475d3c1af7c1f748c446a0c", "sha256": "85c7e3cf2acb96e1815553e5ef64ba8e74d1feb12fa4197a7ff161e14ca7227c" }, "downloads": -1, "filename": "nesterkunwar-1.1.0.tar.gz", "has_sig": false, "md5_digest": "46001925a475d3c1af7c1f748c446a0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1285, "upload_time": "2019-02-03T22:40:56", "url": "https://files.pythonhosted.org/packages/40/ad/b3253a7380ba4f875976fa12216ac9e885799535c466dde522fceda410be/nesterkunwar-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "155e1b95cde093f6bbce1787641bc013", "sha256": "dd08a3ad60b7769742aa6a845080810928089a85b0b5542b09a15f2528cb3913" }, "downloads": -1, "filename": "nesterkunwar-1.2.0.tar.gz", "has_sig": false, "md5_digest": "155e1b95cde093f6bbce1787641bc013", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1288, "upload_time": "2019-02-03T22:51:05", "url": "https://files.pythonhosted.org/packages/df/52/a81a452630d473750d4ffb34702c67d81c22d06d5fb3c82ea0ba87dbc5b9/nesterkunwar-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "155e1b95cde093f6bbce1787641bc013", "sha256": "dd08a3ad60b7769742aa6a845080810928089a85b0b5542b09a15f2528cb3913" }, "downloads": -1, "filename": "nesterkunwar-1.2.0.tar.gz", "has_sig": false, "md5_digest": "155e1b95cde093f6bbce1787641bc013", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1288, "upload_time": "2019-02-03T22:51:05", "url": "https://files.pythonhosted.org/packages/df/52/a81a452630d473750d4ffb34702c67d81c22d06d5fb3c82ea0ba87dbc5b9/nesterkunwar-1.2.0.tar.gz" } ] }