Metadata-Version: 2.1
Name: datafold-sdk
Version: 0.0.26
Summary: The datafold SDK
Home-page: https://pypi.org/project/datafold-sdk
Author: Datafold
Author-email: hello@datafold.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click >=7.0
Requires-Dist: requests >=2.20.0
Requires-Dist: pydantic >=1.8.0
Requires-Dist: rich
Requires-Dist: toml >=0.10.2
Requires-Dist: dbt-core >=1.0.0
Requires-Dist: keyring
Requires-Dist: tabulate >=0.9.0
Requires-Dist: urllib3 <2
Requires-Dist: typing-extensions >=4.0.1
Requires-Dist: attrs >=23.1.0
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-pep8 ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'

# datafold-sdk

An SDK library for the datafold application.

### Installation

First, create your virtual environment for python:

```shell
> python3 -m venv venv
> source venv/bin/activate
> pip install --upgrade pip setuptools wheel
```

Now, you're ready to install the datafold SDK:

```shell
> pip install datafold-sdk
```

### Datafold CLI

Please visit us 🙏 for detailed documentation:
https://docs.datafold.com/reference/cloud/datafold-sdk
