.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/bug-report.yml | |
|
|
.github/ISSUE_TEMPLATE/feature-request.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yaml | |
|
|
.github/workflows/coverage.yaml | |
|
|
.github/workflows/dependency-review.yml | |
|
|
.github/workflows/docs-dev.yaml | |
|
|
.github/workflows/docs.yaml | |
|
|
.github/workflows/doctest.yaml | |
|
|
.github/workflows/format.yaml | |
|
|
.github/workflows/nightly-package.yaml | |
|
|
.github/workflows/nightly-tests.yaml | |
|
|
.github/workflows/pre-commit-autoupdate.yaml | |
|
|
.github/workflows/pre-commit.yaml | |
|
|
.github/workflows/pypi.yaml | |
|
|
.github/workflows/test-deps.yaml | |
|
|
.github/workflows/test.yaml | |
|
|
.gitignore | |
|
|
.pre-commit-config.yaml | |
|
|
CITATION.cff | |
|
|
CODEOWNERS | |
|
|
CODE_OF_CONDUCT.md | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
docs/docs/abstract_factory.md | |
|
|
docs/docs/get_started.md | |
|
|
docs/docs/index.md | |
|
|
docs/docs/name_resolution.md | |
|
|
docs/docs/refs/abstract_factory.md | |
|
|
docs/docs/refs/index.md | |
|
|
docs/docs/refs/registry.md | |
|
|
docs/docs/refs/utils.md | |
|
|
docs/docs/registry.md | |
|
|
docs/mkdocs.yml | |
|
|
environment.yaml | |
|
|
poetry.lock | |
|
|
pyproject.toml | |
|
|
src/objectory/__init__.py | 7 | A 0 mins | A 100% |
src/objectory/abstract_factory.py | 327 | A 0 mins | A 100% |
src/objectory/constants.py | 16 | A 0 mins | A 100% |
src/objectory/errors.py | 32 | A 0 mins | A 100% |
src/objectory/registry.py | 412 | A 1 hr | A 100% |
src/objectory/universal.py | 32 | A 0 mins | A 100% |
src/objectory/utils/__init__.py | 20 | A 0 mins | A 100% |
src/objectory/utils/config.py | 45 | A 0 mins | A 100% |
src/objectory/utils/name_resolution.py | 78 | A 25 mins | A 100% |
src/objectory/utils/object_helpers.py | 204 | A 0 mins | A 100% |