{ "info": { "author": "Vishwas Sharma", "author_email": "vishwas.iitd@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Setting up.. \n\n## Register and account on pypi.python.org \n## Share a public key with the website\n\n## then in a folder create a setup.py file\n > In the setup.py file add the following content\n *from distutils.core import setup\n *\n *setup(\n * name='TowelStuff',\n * version='0.1.0',\n * author='J. Random Hacker',\n * author_email='jrh@example.com',\n * packages=['towelstuff', 'towelstuff.test'],\n * scripts=['bin/stowe-towels.py','bin/wash-towels.py'],\n * url='http://pypi.python.org/pypi/TowelStuff/',\n * license='LICENSE.txt',\n * description='Useful towel-related stuff.',\n * long_description=open('README.txt').read(),\n * install_requires=[\n * \"Django >= 1.1.1\",\n * \"caldav == 0.1.4\",\n * ],\n *)\n > Then in console do the following steps\n > > python setup.py sdist # To init distribution\n > > python setup.py register ## To register it to site\n > > python setup.py sdist upload ## to upload the distribution on the internet\n\n > For updating we have do the following things\n > > First we have to run\n > > > change the version number to anything new ... \n > > > python setup.py sdist upload", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/django-engineplate/", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "django-engineplate", "package_url": "https://pypi.org/project/django-engineplate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-engineplate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/django-engineplate/" }, "release_url": "https://pypi.org/project/django-engineplate/0.1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django-engineplate App for easy life", "version": "0.1.0.1" }, "last_serial": 789565, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1c1a29f3d2a1b899533635cb56c2ef6b", "sha256": "b0affcf39c02d73446d5c92a846b96e94e5c46a9af01309c91668b20df19483d" }, "downloads": -1, "filename": "django-engineplate-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1c1a29f3d2a1b899533635cb56c2ef6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 982, "upload_time": "2012-03-31T09:27:06", "url": "https://files.pythonhosted.org/packages/5d/1d/05686f04cd68767be29490c9364cc23b448b7cebbea194c257255c13077c/django-engineplate-0.1.0.tar.gz" } ], "0.1.0.1": [ { "comment_text": "", "digests": { "md5": "6848a1a62a9dab9f17a3bfd9263eb5cd", "sha256": "8afedeeb491804c55e5ed7184e772f82f6cdc398b77c539104bded722039c926" }, "downloads": -1, "filename": "django-engineplate-0.1.0.1.tar.gz", "has_sig": false, "md5_digest": "6848a1a62a9dab9f17a3bfd9263eb5cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1179, "upload_time": "2012-03-31T09:29:41", "url": "https://files.pythonhosted.org/packages/2c/da/a26cf3255460c70f087c3d6d431879b8775fe38f4c5023b5205f1040066d/django-engineplate-0.1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6848a1a62a9dab9f17a3bfd9263eb5cd", "sha256": "8afedeeb491804c55e5ed7184e772f82f6cdc398b77c539104bded722039c926" }, "downloads": -1, "filename": "django-engineplate-0.1.0.1.tar.gz", "has_sig": false, "md5_digest": "6848a1a62a9dab9f17a3bfd9263eb5cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1179, "upload_time": "2012-03-31T09:29:41", "url": "https://files.pythonhosted.org/packages/2c/da/a26cf3255460c70f087c3d6d431879b8775fe38f4c5023b5205f1040066d/django-engineplate-0.1.0.1.tar.gz" } ] }