A set of tools to assist developer to use AI
Project description
aise-toolkit-demo
A set of tools to assist developer to use AI
Installation
Install this tool using pip
:
pip install aise-toolkit-demo
Usage
For help, run:
aise-toolkit-demo --help
You can also use:
python -m aise_toolkit_demo --help
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd aise-toolkit-demo
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
# create a one-folder bundle
pyinstaller --name aise --noconfirm --log-level=WARN --onedir --nowindow ./aise_toolkit_demo/cli.py
# create a single-file bundle
pyinstaller --name aise --noconfirm --log-level=WARN --onefile --nowindow ./aise_toolkit_demo/cli.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aise_toolkit_demo-0.3.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file aise_toolkit_demo-0.3.tar.gz
.
File metadata
- Download URL: aise_toolkit_demo-0.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42197a6a99e012dbd0946eaf35e3ab019e359b6e0315175bc9bf526b20d63ce2 |
|
MD5 | 6ebb31f3b315a380abd7313795673eb6 |
|
BLAKE2b-256 | 99365820de2e8c00f150476f213135199ce584579fdb2a8e4bdd95b384f9ab79 |
File details
Details for the file aise_toolkit_demo-0.3-py3-none-any.whl
.
File metadata
- Download URL: aise_toolkit_demo-0.3-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46588f08d347dc2acde6b226641805a29c0c0b7fb272e9c9a42f19cbeda85bdd |
|
MD5 | e028254a15e2a0ac28b67bd3100a4275 |
|
BLAKE2b-256 | e05718b8921857b073d7e1eb0e164dbd05a4b89a5d4e69a32c63780f99ef2a99 |