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.5.tar.gz
(7.0 kB
view details)
Built Distribution
File details
Details for the file aise_toolkit_demo-0.5.tar.gz
.
File metadata
- Download URL: aise_toolkit_demo-0.5.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 627a541a4e383dccf0cc0856060de68136f44ad3cb94a344ffd73f0590cca6fc |
|
MD5 | 1b1715ac6dc683365af6568cd6e99ead |
|
BLAKE2b-256 | 67049e0f65a688f9e41c63f7ddbf7b706b1b5dc5c6e4db3e0258a0e4fcef2857 |
File details
Details for the file aise_toolkit_demo-0.5-py3-none-any.whl
.
File metadata
- Download URL: aise_toolkit_demo-0.5-py3-none-any.whl
- Upload date:
- Size: 8.4 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 | 5cf5eb4cf9fe3546cc6415532e11e91244deb11ac3af3d61a5dc0e9d4400f649 |
|
MD5 | a4e3d852bb093fc49adcfb3ee9996c68 |
|
BLAKE2b-256 | 4fe7b4429da87061f718d2f5cba585f64d3d20d65fb6c9ab1c9996d324e405c6 |