Metadata-Version: 2.1
Name: cornerstone
Version: 0.2.0
Summary: UNKNOWN
Home-page: https://github.com/KraYmer/cornerstone
Author: Fabrice Laporte
Author-email: kraymer@gmail.com
License: MIT
Platform: ALL
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: pytest
Provides-Extra: test
Requires-Dist: coverage (>5) ; extra == 'test'
Requires-Dist: pytest (>=6) ; extra == 'test'
Requires-Dist: tox (>=3) ; extra == 'test'

.. pypi

cornerstone
===========

    **/kɔrˈneːrston/**
    
    | *n.* an indispensable and fundamental basis


``cornerstone`` is a basic repository setup to start your python project.

Features
--------

- README.rst processing to make it compatible with pypi strict formatting rules
- CI/CD coverage report
- CI/CD unit tests report

