Shared service classes for ProjectDavid services
Project description
projectdavid-services
Shared services for the ProjectDavid platform.
Provides a single source of truth for all service classes across ProjectDavid microservices, eliminating duplication between the core API, training service, and any future services.
Overview
ProjectDavid is a self-hosted, multi-provider LLM runtime API. As the platform grows into multiple microservices (inference API, training API, sandbox, etc.), each service needs access to the same database schema. Rather than duplicating model definitions or making inter-service HTTP calls just to read data, projectdavid-orm exposes the full SQLAlchemy model layer as a shared, versioned package.
Any service that needs direct DB access simply installs this package and imports the models it needs.
Installation
pip install projectdavid-services
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 projectdavid_services-1.0.10.tar.gz.
File metadata
- Download URL: projectdavid_services-1.0.10.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd44c96778cf547504b30f7e83bcf16d308deeebc99ee6e86ba01aadc60674c7
|
|
| MD5 |
2758aa69967f47de24efecaae0cf704c
|
|
| BLAKE2b-256 |
e8284dc06300f3c107308bd76462577da66c0049a5ffba0dead6d16b92822a99
|
File details
Details for the file projectdavid_services-1.0.10-py3-none-any.whl.
File metadata
- Download URL: projectdavid_services-1.0.10-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0de7c38ea24a5114f866db49f61796f0d356b4f2afa9e965082d352b30e02eed
|
|
| MD5 |
f5065392909b74288b241cb5602363c2
|
|
| BLAKE2b-256 |
70b7bd9bdc3e22c4d818e111324ec8329261fa2ded87f09a2c935d0db8f64d68
|