{ "info": { "author": "Jack Maney", "author_email": "jackmaney@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7" ], "description": "PyPT\n==========\n\nPyPT (or ``pypt``) stands for **Py**\\ thon **P**\\ ackage **T**\\ ools. The main purpose of this project is to streamline and simplify the boilerplate and annoyances in creating a Python package for distribution--either locally via ``python setup.py install`` or via ``pip``.\n\nThis is inspired by `pip-init `_ by `@juanpabloaj `_. This package differs in the following ways:\n\n* The aims are broader than simple initialization of a basic ``setup.py`` file, including:\n\n * Keeping track of non-Python files in your distribution and wrangling MANIFEST.in\n * Keeping track of and updating requirements for your package.\n * A relatively simple command-line API for other basic changes to the ``setup`` function of ``setup.py``.\n * Being somewhat \"git aware\", in grabbing a likely URL for the repo, collaborator names and emails, etc.\n\n* It's written using ``jinja2`` for code templates, ``ast`` for parsing existing code, and ``GitPython`` for grabbing git repo metadata.\n\n\nInstall\n=======\n\n::\n\n pip install PyPT\n\nOr, you can clone this repository, navigate to the directory in which you cloned this repository, and do a\n\n::\n\n python setup.py install\n\nUsage\n=====\n\nOnce the package is installed, you'll get an executable command by the name of ``pypt``:\n\n::\n\n Usage: pypt [--version] [--help]\n pypt [...]\n\n Commands:\n init Set up a new Python package (setup.py, MANIFEST.in, etc)\n config Get/set configuration options\n\n\nTo initialize a package, do ``pypt init`` in the directory in which you want to create a ``setup.py``:\n\n::\n\n Usage: pypt init [options]\n\n -h --help\n -i --interactive Interactive mode (without this flag, defaults are used)\n\nLicense\n=======\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Jack Maney\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jackmaney/pypt", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "PyPT", "package_url": "https://pypi.org/project/PyPT/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyPT/", "project_urls": { "Homepage": "https://github.com/jackmaney/pypt" }, "release_url": "https://pypi.org/project/PyPT/0.6.0/", "requires_dist": null, "requires_python": null, "summary": "Python Package Tools", "version": "0.6.0" }, "last_serial": 1453107, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "6b4c4b9adc5ffb55da163e8394c15a08", "sha256": "b54fbe9bcdd74fb6f7074d535ea0c10918f71509dd68c445a55e7a9b97e8f2dc" }, "downloads": -1, "filename": "PyPT-0.4.0.tar.gz", "has_sig": false, "md5_digest": "6b4c4b9adc5ffb55da163e8394c15a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10499, "upload_time": "2015-03-03T22:04:13", "url": "https://files.pythonhosted.org/packages/b6/d4/c9e04f440acb0175c4bf529df667190a87461bb27344397e19c944c207c1/PyPT-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "567bb02195cd5598a6311ee0374b5759", "sha256": "07da508c69ed7a30fab5ab1c858511e6853c1de3a4298dbf0e5e555ad68ac8dd" }, "downloads": -1, "filename": "PyPT-0.4.1.tar.gz", "has_sig": false, "md5_digest": "567bb02195cd5598a6311ee0374b5759", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10927, "upload_time": "2015-03-04T05:11:56", "url": "https://files.pythonhosted.org/packages/56/46/0987592ea865af124ebac856f71a382f8c9259376d5f01a78d1e553222f6/PyPT-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "b719024c164307911c33b772499d3979", "sha256": "05a63365e060182b756925acb8fa4313cfe037daf35ec3a9b23ff4f7a0a3d0f8" }, "downloads": -1, "filename": "PyPT-0.4.2.tar.gz", "has_sig": false, "md5_digest": "b719024c164307911c33b772499d3979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11388, "upload_time": "2015-03-06T05:50:16", "url": "https://files.pythonhosted.org/packages/5c/56/bc8b6e35aff37e11f62fdc724ad0a825ee96a9bf5bacf89da164ad473b73/PyPT-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "ce3eabe61a348fd13ce646fb0e3c4133", "sha256": "9fc60f3be811c5fbbe9bf700eddf3c57882518f13849e4bdfba0080409d0c53d" }, "downloads": -1, "filename": "PyPT-0.5.0.tar.gz", "has_sig": false, "md5_digest": "ce3eabe61a348fd13ce646fb0e3c4133", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13438, "upload_time": "2015-03-08T13:26:22", "url": "https://files.pythonhosted.org/packages/6e/8b/c036af03970d29b07a57584930d3411b3b165021fbef1c62443d3d940f6e/PyPT-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "415b897a07a45087885250a2205abbec", "sha256": "2352db54c89f14de2e35ff5adbdd7fb3c42d8dd9e4e395a46da6958080301ff3" }, "downloads": -1, "filename": "PyPT-0.5.1.tar.gz", "has_sig": false, "md5_digest": "415b897a07a45087885250a2205abbec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13177, "upload_time": "2015-03-08T13:32:41", "url": "https://files.pythonhosted.org/packages/8e/05/c2a31792eaaa199961a30c22d2113ac16b4fc043592fc1e934eddd2ad611/PyPT-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "25f291838520f38a8528cdc835f234ae", "sha256": "880d367990715758a1c63b2083744202fe54c7360c2cfa70575ceddbd81cc724" }, "downloads": -1, "filename": "PyPT-0.6.0.tar.gz", "has_sig": false, "md5_digest": "25f291838520f38a8528cdc835f234ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13893, "upload_time": "2015-03-08T15:37:16", "url": "https://files.pythonhosted.org/packages/41/8c/b6d356caf61baae3d7afa5f947b2c1c62f09de7a20225db4a4f81a797960/PyPT-0.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25f291838520f38a8528cdc835f234ae", "sha256": "880d367990715758a1c63b2083744202fe54c7360c2cfa70575ceddbd81cc724" }, "downloads": -1, "filename": "PyPT-0.6.0.tar.gz", "has_sig": false, "md5_digest": "25f291838520f38a8528cdc835f234ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13893, "upload_time": "2015-03-08T15:37:16", "url": "https://files.pythonhosted.org/packages/41/8c/b6d356caf61baae3d7afa5f947b2c1c62f09de7a20225db4a4f81a797960/PyPT-0.6.0.tar.gz" } ] }