An open API service indexing awesome lists of open source software.

https://github.com/datamonet/takinai-python

The official Python library for the TakinAI API
https://github.com/datamonet/takinai-python

Last synced: about 1 year ago
JSON representation

The official Python library for the TakinAI API

Awesome Lists containing this project

README

          

# About
The official Python library for the TakinAI API: https://pypi.org/project/takinai/0.0.1/

## Installation

```
pip install takinai
```

## Test

```bash
pip install pytest
python -m pytest
```

## Packaging and Upload

Find classifier from https://pypi.org/classifiers/ for `setup.py`
```
python setup.py sdist
twine upload dist/*
```