Add the packaging and initial setup for the Python registries package.

Review Request #14013 — Created July 8, 2024 and submitted — Latest diff uploaded

Information

python-registries
main

Reviewers

registries is a Python package that provides classes for managing
the registration and lookup of classes, objects, or other state, backed
by unique lookup attributes. It originally comes from Djblets, but is
being split out and modernized.

This initial change sets up the packaging infrastructure, testing files,
and the initial package files. It does not include the registry
functionality, which will come in an upcoming change.

Successfully built a package.

Ran pytest and tox with the in-progress implementation change.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add the packaging and initial setup for the Python registries package.
`registries` is a Python package that provides classes for managing the registration and lookup of classes, objects, or other state, backed by unique lookup attributes. It originally comes from Djblets, but is being split out and modernized. This initial change sets up the packaging infrastructure, testing files, and the initial package files. It does not include the registry functionality, which will come in an upcoming change.
a3c5c6f40531a50b121f36b125502f0bdf2791ac Christian Hammond
.gitignore
.reviewboardrc
LICENSE
dev-requirements.txt
pyproject.toml
tox.ini
registries/__init__.py
registries/_version.py
registries/py.typed
Loading...