This release is a pre-release and may not be stable for production use.
WeLearn Database
This repository contains the database schema and sample data for the WeLearn application, an online learning platform.
Pypi Package
You can install this pacakge via pypi :
pip install welearn-database
or you can read pypi page here
Environment Variables
Before running the application, make sure to set the following environment variables:
PG_USER=<pg user>
PG_PASSWORD=<pg password>
PG_HOST=<pg address>
PG_PORT=<pg port, 5432 by default>
PG_DB=<pg database name>
PG_DRIVER=<driver to use, pg default is : postgresql+psycopg2>
PG_SCHEMA=document_related,corpus_related,user_related,agent_related
LOG_LEVEL=INFO
LOG_FORMAT=[%(asctime)s][%(name)s][%(levelname)s] - %(message)s
Database Schema
The database schema is organized into four main schemas:
document_related: Contains tables related to documents and their metadata.corpus_related: Contains tables related to corpora and their metadata.user_related: Contains tables related to users and their profiles.agent_related: Contains tables related to agents and their interactions.
How to Use
Data models are defined using SQLAlchemy ORM. You can import the models and use them to interact with the database.
from welearn_database.data.models import WeLearnDocument
Every model are accessible there, schema are handled under the hood.
Release files for welearn-database 1.5.3.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| welearn_database-1.5.3.dev0.tar.gz | 27.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| welearn_database-1.5.3.dev0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 75.6 kB
Release files / welearn_database-1.5.3.dev0.tar.gz
| Download URL | welearn_database-1.5.3.dev0.tar.gz |
|---|---|
| Size | 27.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e51bc99df9acd0069685488fa88e69ea07ff6a2ad35f51debec08c01f0225103
|
|
BLAKE2b-256 checksum How to use checksums |
5e6c1f7329b395016b6748abb457f632fa1867efea28a58c6445c40e129c6e8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.
Transparency logRelease files / welearn_database-1.5.3.dev0-py3-none-any.whl
| Download URL | welearn_database-1.5.3.dev0-py3-none-any.whl |
|---|---|
| Size | 48.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5233b72b6aa36b2b47316aa3d684c432074054ca7c9e2b1d495f8f64940fc01e
|
|
BLAKE2b-256 checksum How to use checksums |
05658c5f0db2aabd230317ec08597ec16e0368fd03109be938862249eb562b67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.
Transparency log