mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Dependency injection framework for Python
aiohttpasynciodependency-injectiondependency-injection-containerdependency-injection-frameworkdesign-patternsfactoryflaskflask-applicationflask-restfuliocioc-containerpythonpython-2python-3python3singletonstarred-ets-labs-repostarred-repothreadlocal
examples | ||
objects | ||
tests | ||
.coveragerc | ||
.gitignore | ||
.pylintrc | ||
.travis.yml | ||
LICENSE | ||
manage.py | ||
MANIFEST.in | ||
README.md | ||
requirements-maintain.txt | ||
requirements.txt | ||
setup.py | ||
tox.ini | ||
VERSION |
Objects
Dependency management tool for Python projects.
Introduction
Python ecosystem consists of a big amount of various classes, functions and objects that could be used for applications development. Each of them has its own role.
Modern Python applications are mostly the composition of well-known open source systems, frameworks, libraries and some turnkey functionality.
When application goes bigger, its amount of objects and their dependencies also increased extremely fast and became hard to maintain.
Objects
is designed to be developer's friendly tool for managing objects
and their dependencies in formal, pretty way. Main idea of Objects
is to
keep dependencies under control.
Installation
Objects library is available on PyPi:
pip install objects
Documentation
Objects
documentation is hosted on ReadTheDocs: