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
- Host: GitHub
- URL: https://github.com/datamonet/takinai-python
- Owner: datamonet
- License: apache-2.0
- Created: 2023-08-23T14:31:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T14:49:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T12:16:56.037Z (over 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/takinai
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/*
```