Metadata-Version: 2.1
Name: contraptions
Version: 3.8.0
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
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

============
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


=======
History
=======

0.1.0 (2020-11-03)
------------------

* First release on PyPI.


