{ "info": { "author": "F\u00e1bio Mac\u00eado Mendes", "author_email": "fabiomacedomendes@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "If you are like me, starting a new Python project from the scratch can be\nboring: create a setup.py, documentation, installation instructions, forget a\nfile or two in the manifest, etc. This all is a time-consuming and error prone\nwork, which gives no intellectual satisfaction. Yet, this is necessary to make\nyour project a good citizen in the open source community.\n\nBoilerplate produces beautiful skeletons for your Python projects so you can\nget up and running fast. It is influenced by this blog post:\nhttp://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/,\nalthough we do not follow these recommendations by the letter.\n\n\nThe filesystem structure\n========================\n\nThe ``boilerplate start `` command will create the following tree\nunder the current directory::\n\n .\n |- .gitignore\n |- LICENSE\n |- MANIFEST.in\n |- INSTALL.rst\n |- README.rst\n |- VERSION\n |- requirements.txt\n |- requirements-dev.txt\n |- setup.py\n |- docs/\n | |- conf.py\n | |- index.rst\n | |- make.bat\n | |- Makefile\n | |- _static/*\n | \\- _templates/*\n \\- src/\n \\- \n |- __init__.py\n |- __meta__.py\n |- .py\n \\- test/\n |- __init__.py\n \\- test_.py\n\n\nsetup.py\n--------\n\nsrc/*\n-----\n\ndocs/*\n------\n\nREADME.rst and INSTALL.rst\n--------------------------\n\n\nVERSION\n-------\n\nrequirements.txt\n----------------\n\n\nMANIFEST.in\n-----------\n\n\nLICENSE\n-------\n\n\n.gitignore\n----------", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fabiommendes/boilerplate", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyboilerplate", "package_url": "https://pypi.org/project/pyboilerplate/", "platform": "any", "project_url": "https://pypi.org/project/pyboilerplate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fabiommendes/boilerplate" }, "release_url": "https://pypi.org/project/pyboilerplate/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Creates the skeleton of your Python project.", "version": "0.2.1" }, "last_serial": 2032586, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "da0ba1644384819af076178f3ee07f76", "sha256": "318deaecb9ec33f67c7371e0f3999fcd7c2bae2db8b3ec030f7f38364c063133" }, "downloads": -1, "filename": "pyboilerplate-0.2.0.tar.gz", "has_sig": false, "md5_digest": "da0ba1644384819af076178f3ee07f76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18070, "upload_time": "2016-03-28T20:02:03", "url": "https://files.pythonhosted.org/packages/5f/db/466237cc63da41c25d12ca50d21aced778791232c97c0aa8549b41f818a4/pyboilerplate-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "ad7f9a8f178edc3a72b9d32ecd4e5f82", "sha256": "c067cb561aa6a86c483f0b5f00a5321b7746e805b4bde7a91af509840e5323f6" }, "downloads": -1, "filename": "pyboilerplate-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ad7f9a8f178edc3a72b9d32ecd4e5f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18066, "upload_time": "2016-03-28T20:13:11", "url": "https://files.pythonhosted.org/packages/ba/f4/e456f95ca9d7fdbf139b651fff0c9315b75af4f31395223c53559a1b2f90/pyboilerplate-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad7f9a8f178edc3a72b9d32ecd4e5f82", "sha256": "c067cb561aa6a86c483f0b5f00a5321b7746e805b4bde7a91af509840e5323f6" }, "downloads": -1, "filename": "pyboilerplate-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ad7f9a8f178edc3a72b9d32ecd4e5f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18066, "upload_time": "2016-03-28T20:13:11", "url": "https://files.pythonhosted.org/packages/ba/f4/e456f95ca9d7fdbf139b651fff0c9315b75af4f31395223c53559a1b2f90/pyboilerplate-0.2.1.tar.gz" } ] }