Metadata-Version: 2.1
Name: fourinsight-api
Version: 0.1.7
Summary: 4Insight Python API
Home-page: https://4insight.io
Author: 4Subsea
Author-email: support@4subsea.com
Project-URL: Documentation, https://docs.4insight.io/api/python/latest/
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: oauthlib
Requires-Dist: requests-oauthlib
Requires-Dist: importlib-resources

4Insight API for Python
=======================

``fourinsight.api`` is your portal to `4Insight.io`_ in Python, and facilitates secure calls to the `4Insight REST API`_ endpoints.

``fourinsight.api`` is mainly used by other high-level 4Insight Python packages. However, it can also be used to make low-level calls.


.. _4Insight.io: https://4insight.io
.. _4Insight REST API: https://4insight.io/#/developer
