You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

django-registries

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-registries

django-registries is a structured way to create registries of implementations.

0.0.4
Source
PyPI
Maintainers
1

Django Registries

Tests Documentation pre-commit.ci status PyPI - Version PyPI - Python Version

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts