Metadata-Version: 2.1
Name: skyflow
Version: 1.0.1
Summary: Skyflow SDK for the Python programming language
Home-page: https://github.com/skyflowapi/skyflow-python/
Author: Skyflow
Author-email: service-ops@skyflow.com
License: LICENSE
Platform: UNKNOWN
License-File: LICENSE
Requires-Dist: PyJWT
Requires-Dist: datetime
Requires-Dist: requests
Requires-Dist: cryptography (>=3.3.1)


=======
Skyflow
=======

Project Description
-------------------
This is the Python SDK for the `Skyflow API <https://skyflow.com/>`_.

Getting Started
---------------
You can install the package using the following command ::

$ pip install skyflow

What you need
-------------
- A Skyflow account (You can also request for a demo `here <https://www.skyflow.com/get-demo>`_)

- `A Service Account <https://docs.skyflow.com/developer-portal/how-tos/how-to:-generate-an-access-token-for-a-service-account/#step-1--create-an-api-service-account-and-assign-a-role-to-it>`_


Resources
---------
- You can find the source code with examples at the official `Github <https://github.com/skyflowapi/skyflow-python/>`_ repository.
- Checkout the official `Skyflow docs <https://docs.skyflow.com/>`_ for API Reference

