Metadata-Version: 2.1
Name: cookiecutter-python
Version: 0.5.0
Summary: Yet another modern Python Package (pypi) with emphasis in CI/CD and automation
Home-page: https://github.com/boromir674/cookiecutter-python-package
Download-URL: https://github.com/boromir674/cookiecutter-python-package/archive/v0.5.0.tar.gz
Author: Konstantinos Lampridis
Author-email: k.lampridis@hotmail.com
License: AGPLv3
Project-URL: Documentation, https://cookiecutter-python-package.readthedocs.io/
Project-URL: Bug Tracker, https://github.com//cookiecutter-python-package/issues
Project-URL: Source Code, https://github.com/boromir674/cookiecutter-python-package
Keywords: python library
Platform: All
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Typing :: Typed
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE

Cookicutter Python Package
==========================

Python Package (pypi) Cookiecutter, with emphasis on CI/CD and automation. 

.. start-badges

| |release_version| |wheel| |supported_versions| |commits_since|


|
| **Source Code:** https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}
|


.. |release_version| image:: https://img.shields.io/pypi/v/{{ cookiecutter.pkg_name }}
    :alt: Production Version
    :target: https://pypi.org/project/{{ cookiecutter.pkg_name }}/

.. |wheel| image:: https://img.shields.io/pypi/wheel/{{ cookiecutter.pkg_name }}.svg
    :alt: Python Wheel
    :target: https://pypi.org/project/{{ cookiecutter.pkg_name }}

.. |supported_versions| image:: https://img.shields.io/pypi/pyversions/{{ cookiecutter.pkg_name }}.svg
    :alt: Supported Python versions
    :target: https://pypi.org/project/{{ cookiecutter.pkg_name }}

.. |commits_since| image:: https://img.shields.io/github/commits-since/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/v{{ cookiecutter.version }}/master?logo=github
    :alt: GitHub commits on branch, since tagged version
    :target: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/compare/v{{ cookiecutter.version }}..master



.. |circleci| image:: https://circleci.com/gh/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/tree/master.svg?style=shield
    :alt: CircleCI
    :target: https://circleci.com/gh/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/tree/master

.. |codecov| image:: https://img.shields.io/codecov/c/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master?logo=codecov
    :alt: Codecov
    :target: https://codecov.io/gh/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}


.. |better_code_hub| image:: https://bettercodehub.com/edge/badge/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}?branch=master
    :alt: Better Code Hub
    :target: https://bettercodehub.com/


.. |sc1| image:: https://img.shields.io/scrutinizer/quality/g/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master?logo=scrutinizer&style=flat
    :alt: Scrutinizer code quality
    :target: https://scrutinizer-ci.com/g/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/?branch=master



Featuring

- TODO-feature 1
- TODO-feature 2


========
Overview
========

* Free software: Affero GNU General Public License v3.0

Prerequisites
=============

You need to have Python installed.

Installation
============

Using `pip` is the approved way for installing `{{ cookiecutter.pkg_name }}`.


Usage
=====

How it works
============


