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.0.tar.gz
(18.4 kB
view details)
Built Distribution
File details
Details for the file python-aiconfig-1.0.0.tar.gz
.
File metadata
- Download URL: python-aiconfig-1.0.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b9692c463a1786c420c6b39fca9ac8bc6c00a22cd3cf9636d9fe4a8bbd1a11a |
|
MD5 | 7131b199bc224a09f99f838712f086b6 |
|
BLAKE2b-256 | cbb3755539d73a19067d0fdadd61408ab7d61d36c0a060e9c9ad8eb9bd689208 |
File details
Details for the file python_aiconfig-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: python_aiconfig-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.3 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 | 6f59af7ba523eaa5fdfb70cf7940e8be9ee2673d2978ddf6b09bbb4fbf57a686 |
|
MD5 | 8dc945b858f4f849f32b6302a31e43cc |
|
BLAKE2b-256 | 419ac299728070addbbf8e8fa92fcaa091ce51f7600a87eeab1a70bd29e3844c |