{ "info": { "author": "Gary Wilson Jr.", "author_email": "gary.wilson@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "================================\npython-package-template (pypack)\n================================\n\nProvides a command to easily create a standard Python package layout (i.e.\nREADME, package directory, etc.), following the `Hitchhiker's Guide to\nPackaging`_.\n\n.. _Hitchhiker's Guide to Packaging: http://guide.python-distribute.org/\n\n\nFeatures\n========\n* Creates a complete Python package template, ready for creating distribution\n files and uploading to the `Python package index (PyPI)`_.\n* Uses Distribute by default.\n* MANIFEST.in template, with inclusion of README and other standard files, as\n well as ignoring of ``dist/`` directory that gets created when building the\n the package's distribution files.\n* No external dependencies, only relies on Python standard library.\n\n.. _Python package index (PyPI): http://pypi.python.org/\n\n\nQuickstart\n==========\n#. Run ``pypack``, specifying the name of your new package (optionally, use\n command line options to provide additional information, see ``pypack -h``).\n \n a) If you want to create a new Python package in an existing directory,\n just specify the desired Python package name::\n \n pypack mynewpackage\n \n b) If you want to specify different directory, you may optionally use the\n ``-t`` (or ``--target``) option to specify a target, non-existent\n directory::\n\n pypack mynewpackage -t /new/path\n\n#. Review/edit the generated files\n#. Add your code, documentation, etc.\n#. Create distribution tarball::\n\n cd mynewpackage\n python setup.py sdist\n\n#. Register project on PyPI::\n\n python setup.py register\n\n#. Upload to PyPI::\n\n python setup.py sdist upload\n\n\nDownload\n========\n* PyPI: http://pypi.python.org/pypi/python-package-template/\n* Source: https://bitbucket.org/gdub/python-package-template/\n\n\nTODO\n====\n* Sphinx documentation layout, or at least an option to create a docs\n directory.\n* Support for a license file, allowing selection from a list of common\n open-source license templates\n* GitHub and Bitbucket compatibility for displaying readme file\n* git/hg ignore files\n* Allow use of config file to specify default options for author, license, etc.\n* An interactive option that prompts for needed info.\n\n\nSimilar Projects\n================\nhttp://pypi.python.org/pypi/modern-package-template/", "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/python-package-template/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-package-template", "package_url": "https://pypi.org/project/python-package-template/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-package-template/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/python-package-template/" }, "release_url": "https://pypi.org/project/python-package-template/0.8.1/", "requires_dist": null, "requires_python": null, "summary": "Provides a command to easily create a standard Python package layout (i.e. package directory, README file, setup.py, etc.).", "version": "0.8.1" }, "last_serial": 761372, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "b8d71b3ad5430043cad3ca09175e2186", "sha256": "ddfa761079146550e4f6fe152f0211bf2b568b39db18b16a0a25cfb7e524a2ec" }, "downloads": -1, "filename": "python-package-template-0.8.tar.gz", "has_sig": false, "md5_digest": "b8d71b3ad5430043cad3ca09175e2186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11134, "upload_time": "2011-06-21T08:25:51", "url": "https://files.pythonhosted.org/packages/52/6a/32a75b7f38653e81d3ed69355793c6a38402723d76d8433ac4e52449a467/python-package-template-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "c79b3242909b0bc5a34a6d591aee0e17", "sha256": "9955b62746d36c5c326c19fd551bdb8c6086dc2450f318c0d1688f237a10a1e9" }, "downloads": -1, "filename": "python-package-template-0.8.1.tar.gz", "has_sig": false, "md5_digest": "c79b3242909b0bc5a34a6d591aee0e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15237, "upload_time": "2011-07-08T08:16:57", "url": "https://files.pythonhosted.org/packages/22/17/1c4c42b94e00c3c57460f41f9df0927a0fb8a6cb3a97600e84fa11d1cacb/python-package-template-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c79b3242909b0bc5a34a6d591aee0e17", "sha256": "9955b62746d36c5c326c19fd551bdb8c6086dc2450f318c0d1688f237a10a1e9" }, "downloads": -1, "filename": "python-package-template-0.8.1.tar.gz", "has_sig": false, "md5_digest": "c79b3242909b0bc5a34a6d591aee0e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15237, "upload_time": "2011-07-08T08:16:57", "url": "https://files.pythonhosted.org/packages/22/17/1c4c42b94e00c3c57460f41f9df0927a0fb8a6cb3a97600e84fa11d1cacb/python-package-template-0.8.1.tar.gz" } ] }