Metadata-Version: 2.1
Name: aidea
Version: 1.1.0
Summary: AIdea API
Home-page: UNKNOWN
Author: AIdea
Author-email: admin.AIdea@itri.org.tw
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# AIdea CLI #

Official AIdea command line tool for https://aidea-web.tw.

## Installation

Make sure you have installed both Python 3 and `pip` package manager.

Run `pip install aidea` to install AIdea CLI.

## Commands

The command line tool supports the following commands:

```
aidea login              Login CLI
aidea topics list        List available topics
aidea topics files       List downloadable files
aidea topics download    Download topic files
aidea topics submit      Make a new submission
```
## License

The AIdea CLI is released under the [Apache 2.0 license](LICENSE).


