All Projects → Hardtack → Autowire

Hardtack / Autowire

Lightweight & Simple dependency injection and resource management library for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Autowire

Inject.dart
Compile-time dependency injection for Dart and Flutter
Stars: ✭ 833 (+2587.1%)
Mutual labels:  dependency-injection
Anakin
This Node module maps all application's dependencies and centralizes everything, at only one place
Stars: ✭ 8 (-74.19%)
Mutual labels:  dependency-injection
Spring Depend
Tool for getting a spring bean dependency graph
Stars: ✭ 28 (-9.68%)
Mutual labels:  dependency-injection
Grpc
A proof of concept for a way to implement gRPC services in a code first way using C# and .NET Core.
Stars: ✭ 17 (-45.16%)
Mutual labels:  dependency-injection
Snowball
Android Clean Code Sample Project
Stars: ✭ 26 (-16.13%)
Mutual labels:  dependency-injection
Inji
a dependency inject container for golang (golang inject), objects will be closed on a reverse order of their creation
Stars: ✭ 13 (-58.06%)
Mutual labels:  dependency-injection
Di
Dependency Injection and IoC framework for PHP
Stars: ✭ 5 (-83.87%)
Mutual labels:  dependency-injection
Cookbook
🎶 Cookbook for Nette Framework (@nette) & Contributte (@contributte). Read it while its HOT!
Stars: ✭ 30 (-3.23%)
Mutual labels:  dependency-injection
Lld Parking Lot
Repository for low level design solution of parking lot
Stars: ✭ 27 (-12.9%)
Mutual labels:  dependency-injection
Alki
Dependency Injection for Ruby
Stars: ✭ 27 (-12.9%)
Mutual labels:  dependency-injection
Koa Typeorm Starter
Starter project for using koa with TS and TypeORM
Stars: ✭ 23 (-25.81%)
Mutual labels:  dependency-injection
Swiftresolver
Dependency injection framework for Swift
Stars: ✭ 26 (-16.13%)
Mutual labels:  dependency-injection
Codewif
An Android framework that provides in-app testing
Stars: ✭ 15 (-51.61%)
Mutual labels:  dependency-injection
Inherited builder
🤖Autogenerated state management and dependency injection with inherited widgets
Stars: ✭ 17 (-45.16%)
Mutual labels:  dependency-injection
Servicemanager
🔌 Most basic implementation of dependency injection container for JavaScript
Stars: ✭ 29 (-6.45%)
Mutual labels:  dependency-injection
Marvelheroes
❤️ A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture.
Stars: ✭ 826 (+2564.52%)
Mutual labels:  dependency-injection
Laravelyaml
Laravel ServiceProvider for using YAML configuration files
Stars: ✭ 8 (-74.19%)
Mutual labels:  dependency-injection
Flair
This is powerful android framework
Stars: ✭ 31 (+0%)
Mutual labels:  dependency-injection
Lean
Use the PHP League's Container package with auto-wiring support as the core container in Slim 3
Stars: ✭ 30 (-3.23%)
Mutual labels:  dependency-injection
Mydi
moved to https://github.com/cekta/di
Stars: ✭ 21 (-32.26%)
Mutual labels:  dependency-injection

Autowire

.. image:: https://img.shields.io/pypi/v/Autowire.svg :alt: PyPI Package Version :target: https://pypi.python.org/pypi/Autowire

.. image:: http://readthedocs.org/projects/autowire/badge/?version=latest :alt: Documentation Status :target: http://autowire.readthedocs.org/en/latest/?badge=latest

.. image:: https://codecov.io/gh/Hardtack/Autowire/branch/develop/graph/badge.svg?token=Xr943HH5xi :alt: Codcov Coverage :target: https://codecov.io/gh/Hardtack/Autowire

Autowire is lightweight & simple dependency injection library for Python.

.. _PEP343: https://www.python.org/dev/peps/pep-0343/

Requirements

Python 3.8+

Documentation

http://autowire.readthedocs.io/en/latest/

Run Test

Just use tox <https://tox.readthedocs.io>_ for testing.

.. code-block:: bash

$ tox
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].