Metadata-Version: 1.2
Name: python_api_machine
Version: 0.2.1
Summary: Create APIs by combining models and state machines
Home-page: https://github.com/itsallcode-nl/python_api_machine
Author: Martijn Meijer
Author-email: tech@itsallcode.nl
License: MIT license
Description: ==================
        python-api-machine
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/python_api_machine.svg
                :target: https://pypi.python.org/pypi/python_api_machine
        
        .. image:: https://img.shields.io/travis/itsallcode-nl/python_api_machine.svg
                :target: https://travis-ci.com/itsallcode-nl/python_api_machine
        
        .. image:: https://readthedocs.org/projects/python-api-machine/badge/?version=latest
                :target: https://python-api-machine.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        Create APIs by combining models and state machines
        
        
        * Free software: MIT license
        * Documentation: https://python-api-machine.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 (2021-07-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: python_api_machine
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
