Metadata-Version: 1.2
Name: contraptions
Version: 3.10.2
Summary: Contraptions is a collection of algorithms and utilities used in my personal py-projects.
Home-page: https://github.com/RyanFleck/contraptions
Author: Ryan Fleck
Author-email: Ryan.Fleck@protonmail.com
License: GNU General Public License v3
Description: ============
        Contraptions
        ============
        
        
        
        .. image:: https://img.shields.io/pypi/v/contraptions.svg
                :target: https://pypi.python.org/pypi/contraptions
        
        
        .. image:: https://github.com/RyanFleck/Contraptions/workflows/Workflow/badge.svg?branch=master
                :target: https://github.com/RyanFleck/Contraptions/commits/master
        
        .. image:: https://readthedocs.org/projects/contraptions/badge/?version=latest
                :target: https://contraptions.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/RyanFleck/Contraptions/shield.svg
             :target: https://pyup.io/repos/github/RyanFleck/Contraptions/
             :alt: Updates
        
        .. image:: https://pyup.io/repos/github/RyanFleck/Contraptions/python-3-shield.svg
             :target: https://pyup.io/repos/github/RyanFleck/Contraptions/
             :alt: Python 3
        
        
        Contraptions is a collection of algorithms and utilities used in my personal py-projects.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://contraptions.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        - feat: A new feature
        - fix: A bug fix
        - docs: Documentation only changes
        - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
        - refactor: A code change that neither fixes a bug nor adds a feature
        - perf: A code change that improves performance
        - test: Adding missing or correcting existing tests
        - chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
        
        =======
        History
        =======
        
        0.1.0 (2020-11-03)
        ------------------
        
        * First release on PyPI.
        
Keywords: contraptions
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
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
Requires-Python: >=3.5
