Metadata-Version: 2.1
Name: flycs-sdk
Version: 0.10.3
Summary: Top-level package for Flycs SDK.
Home-page: https://github.com/Fourcast/flycs_sdk
License: MIT
Author: Tristan Van Thielen
Author-email: tristan.van.thielen@devoteam.com
Requires-Python: >=3.6.2,<3.11
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.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: chardet (>=4.0.0,<5.0.0)
Requires-Dist: requirements-parser (>=0.2.0,<0.3.0)
Requires-Dist: ruamel.yaml (>=0.16.12,<0.17.0)
Requires-Dist: semver (>=2.13.0,<3.0.0)
Description-Content-Type: text/x-rst

=========
Flycs SDK
=========


.. image:: https://img.shields.io/pypi/v/flycs_sdk.svg
        :target: https://pypi.python.org/pypi/flycs_sdk

.. image:: https://github.com/Fourcast/flycs_sdk/workflows/Test%20package/badge.svg
        :target: https://github.com/Fourcast/flycs_sdk/actions?query=workflow%3A%22Test+package%22
        :alt: Test status

.. image:: https://readthedocs.org/projects/flycs-sdk/badge/?version=stable
        :target: https://flycs-sdk.readthedocs.io/en/stable/?badge=stable
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/Fourcast/flycs_sdk/shield.svg
     :target: https://pyup.io/repos/github/Fourcast/flycs_sdk/
     :alt: Updates



Flycs SDK contains the Python SDK to interact with the Flycs data framework.


* Free software: MIT
* Documentation: https://flycs-sdk.readthedocs.io.


Features
--------

* Allows you to create the data objects needed to interact with Flycs.

Credits
-------

This package was created with Cookiecutter_ and the `briggySmalls/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`briggySmalls/cookiecutter-pypackage`: https://github.com/briggySmalls/cookiecutter-pypackage

