Utilities for working with Django-based AI integrations.
Project description
djai
Utilities for building Django-based AI integrations.
Development
Create a virtual environment and install the project in editable mode with its development dependencies:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -e ".[dev]"
Run linters and tests locally:
ruff check .
pytest
Continuous Integration
GitHub Actions runs linting (ruff) and tests (pytest) on pushes and pull requests targeting main. The workflow lives in .github/workflows/ci.yml.
Publishing to PyPI
Releasing is handled by .github/workflows/deploy.yml. Trigger the Publish workflow manually from GitHub and provide the version you intend to release. Before the workflow runs, ensure:
pyproject.tomlhas been updated with the desired version.- A PyPI API token is stored in the repository secrets as
PYPI_API_TOKEN.
The workflow builds the package and uploads the artifacts to PyPI using twine.
Project details
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 djai-0.1.0.tar.gz.
File metadata
- Download URL: djai-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4aac83ade1a36b9684dc70b7674bda6b31c05cce282c8fa63c339712116babc
|
|
| MD5 |
96d4a15d10535d6520fbad0ea05772d2
|
|
| BLAKE2b-256 |
e382d6b3589b9770d5b06588be1fc0aa019689e52e40eb094966c73135eeabc6
|
File details
Details for the file djai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: djai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e17c191eebcde0514f147309733575fbfd286b1c44fde6923cc9089421065d2
|
|
| MD5 |
b544dd7fa7fb64e223834301b24429f1
|
|
| BLAKE2b-256 |
2ace697a6f9f8e6d5dcbce4b8f588342d2a11865bdc6548202ec328bca962fa0
|