Metadata-Version: 2.2
Name: skyflow
Version: 2.0.0b2
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
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: python_dateutil>=2.5.3
Requires-Dist: setuptools>=21.0.0
Requires-Dist: urllib3<2.1.0,>=1.25.3
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Requires-Dist: DateTime~=5.5
Requires-Dist: PyJWT~=2.9.0
Requires-Dist: requests~=2.32.3
Requires-Dist: coverage
Requires-Dist: cryptography
Requires-Dist: python-dotenv~=1.0.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


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

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 Skyflow Service Account

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
