A Django app to expose built-in statistical and datetime functions from Postgres.
Project description
Django Postgres Stats exposes statistical and datetime functions specific to Postgres to Django without making the user write raw SQL. The plan is to expand the library over time to cover many Postgres-specific functions. For now, only functions personally used by the authors have been added.
Detailed documentation is in the “docs” directory.
Quick start
Add “postgres_stats” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'postgres_stats', )Import the functions you need to use with your models.
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 dj-postgres-stats-1.0.3.dev3.tar.gz.
File metadata
- Download URL: dj-postgres-stats-1.0.3.dev3.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca83e3dc8488f8136a0ed526ad577ca4a301005788b405d4e63bc9ea1c97ed3
|
|
| MD5 |
f988e0cd2ea73695243cbf6aea526910
|
|
| BLAKE2b-256 |
45f0ffc39d06c6c0f1d7b5c793c24c7f519bef53348e14be706bbbd80ae47c64
|
File details
Details for the file dj_postgres_stats-1.0.3.dev3-py3-none-any.whl.
File metadata
- Download URL: dj_postgres_stats-1.0.3.dev3-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b544e1daacba3452604b106896c636e46cdcb81832a7e01f4e670d152e5e67d
|
|
| MD5 |
b90efed263c2c7d12fc5adfec339bcd2
|
|
| BLAKE2b-256 |
6771042b3b5e26b7f5a2f6a0be5fa220dd5a5ebf19b09130afff912d80aa1ead
|