django-registries is a structured way to create registries of implementations.
Project description
Django Registries
django-registries is a structured way to create registries of implementations.
Let’s say you have a project that needs to be able to send emails. You want to be able to use different email backends, depending on the situation. You could create a registry for that and register different implementations of the EmailBackendInterface. Then, you could use the registry to get the implementation you want to use.
Table of Contents
Installation
pip install django-registries
Development
git clone
cd django-registries
pip install hatch
hatch run tests:cov
hatch run tests:typecheck
Documentation
https://django-registries.readthedocs.io/en/latest/
License
django-registries is distributed under the terms of the MIT license.
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 django_registries-0.0.4.tar.gz.
File metadata
- Download URL: django_registries-0.0.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be87809e4ec66fcf0f76a2fcf7e5919fb9a50222d131a2139f8fc108a3648c21
|
|
| MD5 |
2dd75f8f44bc36e230cbc98e12348b3b
|
|
| BLAKE2b-256 |
4150d4c18939de774135a442ed8555409341f4eb1db4f7264181e095e0dd6973
|
File details
Details for the file django_registries-0.0.4-py3-none-any.whl.
File metadata
- Download URL: django_registries-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b0ba524bd231040ec0b449d0c3ebf85e04a3c413b2948855c0fee7546ba24b1
|
|
| MD5 |
66504a8f891f471613debf2f147db866
|
|
| BLAKE2b-256 |
f6ac6e1737a8f3de46ddf0526621bcaceb89a4e7642a0a4c0c78d84288939919
|