Metadata-Version: 2.1
Name: py3-bp
Version: 0.0.1
Summary: Ultimate template for new Python 3 projects
Home-page: https://github.com/insspb/py3-bp
Author: Andrey Shpak
Author-email: ashpak@ashpak.ru
License: MIT
Description: # Python 3 boilerplate template
        
        [![docs](https://readthedocs.org/projects/py3-bp/badge/?version=latest)](https://readthedocs.org/projects/py3-bp/?badge=latest)
        
        As a [freelancer](https://www.upwork.com/fl/andreyshpak) I often require
        to do small projects on python. As any developer I do not like to do same
        boilerplate work each time, but I like to work in expected environment.
        So I decided to make this small project and include everything I often
        need in one place.
        
        This project for small non-web projects.
        
        ## Current project features
        
        * None
        
        ## Project development plan
        
        * Different licences templates
        * Pytest requirement option
        * tox requirement option
        * nox requirement option
        * SQLAlchemy+mysql requirement option
        * Alembic requirement option
        * Travis CI option
        * Gitlab CI option
        * AppVeyor CI option
        * Sphinx documentation option
        
        Currently this project is in 'I have an idea' stage.
        
        ## Project python version
        
        This project is developed and tested on python version 3.6 and python 3.7.
        
Keywords: cookiecutter,python,python3,boilerplate,boilerplate-template,template,skeleton,scaffolding,scaffoldings,scaffolding-framework,skeleton-template,skeleton-application,utilities
Platform: Any
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Pytest
Classifier: Framework :: Sphinx
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2008
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
