Metadata-Version: 2.4
Name: databutton
Version: 0.40.1
Summary: The CLI for databutton.com
License: Databutton
License-File: LICENSE
Author: Databutton
Author-email: hi@databutton.io
Requires-Python: >=3.11,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyJWT (>=2)
Requires-Dist: PyYAML (>=6)
Requires-Dist: certifi
Requires-Dist: cryptography (>=40)
Requires-Dist: fastapi
Requires-Dist: httpx (>=0.20.0)
Requires-Dist: pandas[feather] (>=0.25)
Requires-Dist: pydantic (>=1)
Requires-Dist: tenacity (>=8.3)
Description-Content-Type: text/markdown

# databutton-cli

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![PyPI version fury.io](https://badge.fury.io/py/databutton.svg)](https://pypi.python.org/pypi/databutton/)
[![PyPI download week](https://img.shields.io/pypi/dw/databutton.svg)](https://pypi.python.org/pypi/databutton/)
![release](https://github.com/databutton/databutton-cli/actions/workflows/release.yaml/badge.svg)

Support SDK for Databutton Apps.

## Developing

### Prerequisites

This project uses poetry, so if you haven't already;

`pip install poetry`

### Install dependencies

`poetry install`

### Test

`poetry run pytest -s`

### Lint

\`make lint\`\`

All these are being run in a github action on pull requests and the main branch.

### Test locally in another package

To test in another package, you can simply

`pip install -e .` assuming you're in this folder. If not, replace the `.` with the path to the `databutton-cli` folder.

## Authors

- **Databutton** - *Initial work* - [github](https://github.com/databutton)

## License: Copyright (c) Databutton

All rights reserved.

