{ "info": { "author": "Micha Grandel", "author_email": "talk@michagrandel.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: Microsoft", "Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows :: Windows 10", "Operating System :: Microsoft :: Windows :: Windows 7", "Operating System :: Microsoft :: Windows :: Windows 8", "Operating System :: Microsoft :: Windows :: Windows 8.1", "Operating System :: OS Independent", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "ProjectSetup\r\n============\r\n\r\n|PythonVersions| |Travis| |Coverage| |GitHub release| |PyPI| |license|\r\n|PRs Welcome|\r\n\r\nInitialize your Python Project\r\n\r\nFeatures\r\n--------\r\n\r\nProjectSetup helps you to get started with your Python Project as fast\r\nas possible.\r\n\r\nIt will handle these tasks for you:\r\n\r\n- initialize a **python module** named after your project\r\n- add **Community Files**\r\n\r\n - Readme.md\r\n - Contributing.md\r\n - CODE_OF_CONDUCT.md\r\n - issue_template.md\r\n - PULL_REQUEST_TEMPALTE.md\r\n\r\n- add important project files like **LICENSE**, **setup.py**,\r\n **requirements.txt** and more\r\n- initialize **Sphinx documentation**\r\n- prepare **test**-directory with a skipping dummy test\r\n- build a initial **source distribution** and **python wheel**\r\n- Some **additional customizations** are done for *Jetbrains PyCharm\r\n IDE*\r\n- and `many more features\r\n \u2026 `__\r\n\r\n*To get a full list of all supported features, please read the `project\r\nwiki `__.*\r\n\r\nGetting Started\r\n---------------\r\n\r\nInstalling\r\n~~~~~~~~~~\r\n\r\n::\r\n\r\n pip install ProjectSetup\r\n\r\nIf this doesn\u2019t work, try to download the code, extract the zip-file and\r\nrun:\r\n\r\n::\r\n\r\n python setup.py install -r requirements.txt\r\n\r\nHow to run\r\n~~~~~~~~~~\r\n\r\nTo run the script, just use the *quickstart.py*-Script in the\r\n*script*-folder.\r\n\r\nCustomize the settings\r\n----------------------\r\n\r\nTo customize everything, you just need to edit the *quickstart.py*.\r\n\r\nIn future releases, you will be able to use a command line interface\r\nwithout needing to edit the script code.\r\n\r\nRunning the tests\r\n-----------------\r\n\r\nIf you like to run the tests, just open a terminal in the project\r\ndirectory and run:\r\n\r\n::\r\n\r\n python -m unittest discover -s test -p \"*_test.py\"\r\n\r\nBuilt With\r\n----------\r\n\r\n- `lxml `__\r\n *combines the speed and XML feature completeness of these libraries\r\n with the simplicity of a native Python API*\r\n- `Jinja2 `__\r\n *is a full featured template engine for Python*\r\n\r\nContributing\r\n------------\r\n\r\nFirst of all: Thank you very kindly for your interest in contributing to\r\nour code!\r\n\r\nPlease take a moment and read `CONTRIBUTING.md `__ to\r\nget you started!\r\n\r\nVersioning\r\n----------\r\n\r\nWe use `SemVer `__ for versioning. For the versions\r\navailable, see the `releases on this\r\nrepository `__.\r\n\r\nAuthors\r\n-------\r\n\r\n- **Micha Grandel** - *Author and maintainer* -\r\n `Github `__\r\n\r\nWe thank all of our\r\n`contributors `__,\r\nwho participated in this project.\r\n\r\nLicense\r\n-------\r\n\r\nThis project is licensed under the Apache 2.0 License - see the\r\n`LICENSE `__ file for details\r\n\r\nCode of Conduct\r\n---------------\r\n\r\nEveryone interacting in the ProjectSetup project\u2019s codebases, issue\r\ntrackers, chat rooms, and mailing lists is expected to follow the `Code\r\nof\r\nConduct `__.\r\n\r\n.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/ProjectSetup.svg\r\n :target: http://pypi.python.org\r\n.. |Travis| image:: https://img.shields.io/travis/michagrandel/ProjectSetup/master.svg\r\n :target: https://travis-ci.org/michagrandel/ProjectSetup\r\n.. |Coverage| image:: https://img.shields.io/codecov/c/github/michagrandel/ProjectSetup/master.svg\r\n.. |GitHub release| image:: https://img.shields.io/github/release/michagrandel/ProjectSetup.svg\r\n :target: https://github.com/michagrandel/releases\r\n.. |PyPI| image:: https://img.shields.io/pypi/v/ProjectSetup.svg\r\n :target: http://pypi.python.org\r\n.. |license| image:: https://img.shields.io/github/license/michagrandel/ProjectSetup.svg\r\n :target: https://github.com/michagrandel/ProjectSetup/blob/master/LICENSE\r\n.. |PRs Welcome| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\r\n :target: http://makeapullrequest.com\r\n\r\n\r\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/michagrandel/ProjectSetup", "keywords": "p,y,t,h,o,n", "license": "", "maintainer": "", "maintainer_email": "", "name": "ProjectSetup", "package_url": "https://pypi.org/project/ProjectSetup/", "platform": "", "project_url": "https://pypi.org/project/ProjectSetup/", "project_urls": { "Homepage": "https://github.com/michagrandel/ProjectSetup" }, "release_url": "https://pypi.org/project/ProjectSetup/0.1.1/", "requires_dist": [ "alabaster (>=0.7.10)", "Babel (>=2.5.3)", "certifi (>=2017.11.5)", "chardet (>=3.0.4)", "colorama (>=0.3.9)", "docutils (>=0.14)", "idna (>=2.6)", "imagesize (>=0.7.1)", "Jinja2 (>=2.10)", "lxml (>=4.1.1)", "MarkupSafe (>=1.0)", "pip (>=9.0.1)", "Pygments (>=2.2.0)", "pytz (>=2017.3)", "requests (>=2.18.4)", "setuptools (>=38.4.0)", "six (>=1.11.0)", "snowballstemmer (>=1.2.1)", "Sphinx (>=1.6.6)", "sphinxcontrib-websupport (>=1.0.1)", "typing (>=3.6.2)", "urllib3 (>=1.22)", "wheel (>=0.30.0)" ], "requires_python": "", "summary": "describe your project", "version": "0.1.1" }, "last_serial": 3502412, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "79ec9d9e4d96e601eb884f1b550ad31a", "sha256": "c37e77fc9da267a42143aabd1eca78026a7cf1b02145c73873d2733c3c91536a" }, "downloads": -1, "filename": "ProjectSetup-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "79ec9d9e4d96e601eb884f1b550ad31a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13397, "upload_time": "2018-01-18T20:00:11", "url": "https://files.pythonhosted.org/packages/e8/9e/bb9b1fa69fb7476cd20b19aca05171e9f06b10dad5f2496b1cf3ebbd3811/ProjectSetup-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c711711b40ff6ec4fb651a850ef8685", "sha256": "4d4f7d1daa23748554c6e859c7007be42b7e746dd9b68e485142629e709491bd" }, "downloads": -1, "filename": "ProjectSetup-0.1.0.tar.gz", "has_sig": true, "md5_digest": "5c711711b40ff6ec4fb651a850ef8685", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12615, "upload_time": "2018-01-18T20:00:56", "url": "https://files.pythonhosted.org/packages/a8/56/6708d83add34b39e35869d7dbcd91117b4f3f7b886229eba886d6d999648/ProjectSetup-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "96ea99eb90fbeb341f56b23d575f7a44", "sha256": "9a95bee12013989bda509d9fc20535529327b622cc299e0c3e65117328a8d905" }, "downloads": -1, "filename": "ProjectSetup-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "96ea99eb90fbeb341f56b23d575f7a44", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15489, "upload_time": "2018-01-18T21:57:14", "url": "https://files.pythonhosted.org/packages/7e/bb/47eabe39b4702b1c6b65bc6637d2401e24a521c8ad0729925315de52fcd4/ProjectSetup-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a0e9de94bf5ca95b8ca4a815df82a14", "sha256": "500531440a598315ee4faf07e504c0ece5d627ca44a963d2193812073b4816b3" }, "downloads": -1, "filename": "ProjectSetup-0.1.1.tar.gz", "has_sig": true, "md5_digest": "9a0e9de94bf5ca95b8ca4a815df82a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13232, "upload_time": "2018-01-18T21:57:16", "url": "https://files.pythonhosted.org/packages/dc/db/5d59790fc6421983d42431173cd598ca563547fad76702f1d29ce672a389/ProjectSetup-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96ea99eb90fbeb341f56b23d575f7a44", "sha256": "9a95bee12013989bda509d9fc20535529327b622cc299e0c3e65117328a8d905" }, "downloads": -1, "filename": "ProjectSetup-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "96ea99eb90fbeb341f56b23d575f7a44", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15489, "upload_time": "2018-01-18T21:57:14", "url": "https://files.pythonhosted.org/packages/7e/bb/47eabe39b4702b1c6b65bc6637d2401e24a521c8ad0729925315de52fcd4/ProjectSetup-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a0e9de94bf5ca95b8ca4a815df82a14", "sha256": "500531440a598315ee4faf07e504c0ece5d627ca44a963d2193812073b4816b3" }, "downloads": -1, "filename": "ProjectSetup-0.1.1.tar.gz", "has_sig": true, "md5_digest": "9a0e9de94bf5ca95b8ca4a815df82a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13232, "upload_time": "2018-01-18T21:57:16", "url": "https://files.pythonhosted.org/packages/dc/db/5d59790fc6421983d42431173cd598ca563547fad76702f1d29ce672a389/ProjectSetup-0.1.1.tar.gz" } ] }