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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-aiconfig-1.0.2.tar.gz.
File metadata
- Download URL: python-aiconfig-1.0.2.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca12b81295a807676fd7ce29300a2347e70648dfc7da7159a1aeb7a287aa44e8
|
|
| MD5 |
3710e0a49ba6131e06714ede1c535576
|
|
| BLAKE2b-256 |
5f771f4e2ad061f4ea04fb2702f057759ba15f47902494523c7ccdea679342c5
|
File details
Details for the file python_aiconfig-1.0.2-py3-none-any.whl.
File metadata
- Download URL: python_aiconfig-1.0.2-py3-none-any.whl
- Upload date:
- Size: 22.9 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 |
e72242917d594beb0510011ac1f89b412191c91819a59d8c1793d27553d5b09b
|
|
| MD5 |
b2e4bc389a73af887bb00db6de703cef
|
|
| BLAKE2b-256 |
79e8c831e8978c5f03018a976bf4fb2d20fa7d422aa41351901b47dd7ff6ef2f
|