Python library for LastMile AI API
Project description
Running Locally
- Create a conda environment
- Navigate to the aiconfig_tools directory
- Install required testing dependencies
pip install -r requirements.txt
- "install" the aiconfig source package with
pip install -e .
The -e flag links the package to your local src. Any changes made are automatically updated.
Testing
To run the tests in this repo,
- Navigate to the aiconfig_tools directory
- Install required testing dependencies
pip install -r requirements_dev.txt
- "install" the aiconfig source package with
pip install -e .
The -e flag links the package to your local src. Any changes made are automatically updated. - run tests
pytest
- run linter
flake8
feel free to run black <path_to_src>
or black .
, to format code, but this is not required. It is easier to use a vscode extension which will automatically format your code on save.
TODO: build a github action workflow to automatically test and lint code.
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
python-aiconfig-1.0.1.tar.gz
(25.1 kB
view details)
Built Distribution
File details
Details for the file python-aiconfig-1.0.1.tar.gz
.
File metadata
- Download URL: python-aiconfig-1.0.1.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eb56399c5d7436c82e84a85b7abb144cc7c357fb6ceafeefcbf1392a8aceba4 |
|
MD5 | d5a59a06e8dc5f0d585bc77b6954b246 |
|
BLAKE2b-256 | 8582faffb2b77d78969bee47f96f8f74ebf70e55568ca23b9588971d17c0ac94 |
File details
Details for the file python_aiconfig-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: python_aiconfig-1.0.1-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 862c43ad1074855a25d254f4c4be0a0f8780a9183df5977ffcecf3ff4547ee30 |
|
MD5 | 81ff2d2c35c3e951e443cd191223e24d |
|
BLAKE2b-256 | 30e4e2b5430a2c6a299e79674e5208aa852b3d30b256215d8ab693e4b10c495f |