SQLAlchemy Package for data tracking.
Project description
DataBurglar
SOMETHING happened at SOMETIME and we would like to STORE it in Postgres.
1. Install
pip install databurglar
2. Include Tables
from databurglar.models import setup_data_collection, setup_surveys
engine: Engine = ...
## setup tables to collect data based on a `UserEvent`
setup_data_collection(
engine,
UserEvent
)
## <optional>: setup tables to build dynamic data collection forms/surveys
setup_surveys(engine)
3. Queries
4. Commands
Local Project Development
windows
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
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
databurglar-0.0.3.tar.gz
(7.2 kB
view details)
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 databurglar-0.0.3.tar.gz.
File metadata
- Download URL: databurglar-0.0.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f98485c39659ff40b9bb34062aef929f854f391ee6946f715217a9d8a44760a7
|
|
| MD5 |
4fd3f9753b6b2c2f3826d187e23b6e5a
|
|
| BLAKE2b-256 |
cc831385504d328d85c543a7d7c0e7eb520a6e4007b2be60bc147934037fd452
|
File details
Details for the file databurglar-0.0.3-py3-none-any.whl.
File metadata
- Download URL: databurglar-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e649f65544672f23540934714d8b7a69133347246745038efe8c627f739da7db
|
|
| MD5 |
f158ef940678246a47b702af29e0384b
|
|
| BLAKE2b-256 |
5a1351dfc590053f15045d77d8e019d241d5c1e2ba04039a6f2b5b70a9b75078
|