Metadata-Version: 2.3
Name: cdiam-cli
Version: 0.1.9
Summary: 
Author: tungtp99
Author-email: tungtp181199@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.37.34,<2.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: datetime (>=5.5,<6.0)
Requires-Dist: idna (==3.4)
Requires-Dist: pydantic (==1.10.2)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: typing-extensions (==4.3.0)
Description-Content-Type: text/markdown

# CDIAM CLI

This is a repository for CDIAM CLI. .

## Getting Started

To get started with this project, follow these steps:

### From source
1. Clone the repository: `git clone github.com/C-DIAM/cdiam-cli.git`
2. Install: `poetry install` install poetry with https://python-poetry.org/docs/

### From pypip
Run `pip install cdiam-cli` 

### View CLI command
Run `cdiam-cli --help`

## Features

- Save token: `cdiam-cli save-token` must provide server endpoint E.g. https://c-diam.com/api and TOKEN get from CDIAM APP
- Call API: `cdiam-cli call-api <PATH_TO_YAML_OR_JSON_PARAMS>` more detail about params schemas at `<SERVER_ENPOINT>/schemas/docs` E.g. https://c-diam.com/api/schemas/docs



## License

This project is licensed under the [MIT License](LICENSE).

