{"id":16085723,"url":"https://github.com/febus982/python-ioc","last_synced_at":"2025-07-04T16:35:52.818Z","repository":{"id":215981681,"uuid":"740174807","full_name":"febus982/python-ioc","owner":"febus982","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-11T18:42:52.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T13:44:06.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://febus982.github.io/python-ioc/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/febus982.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-07T18:31:37.000Z","updated_at":"2024-01-07T19:42:07.000Z","dependencies_parsed_at":"2024-02-09T13:49:23.519Z","dependency_job_id":"87226553-e369-4c23-aa5d-0a27ab92c642","html_url":"https://github.com/febus982/python-ioc","commit_stats":null,"previous_names":["febus982/python-ioc"],"tags_count":0,"template":false,"template_full_name":"febus982/bootstrap-python-package","purl":"pkg:github/febus982/python-ioc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febus982%2Fpython-ioc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febus982%2Fpython-ioc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febus982%2Fpython-ioc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febus982%2Fpython-ioc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/febus982","download_url":"https://codeload.github.com/febus982/python-ioc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febus982%2Fpython-ioc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577268,"owners_count":23483132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T13:09:09.076Z","updated_at":"2025-07-04T16:35:52.799Z","avatar_url":"https://github.com/febus982.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IoC\n\n[//]: # ([![Stable Version]\u0026#40;https://img.shields.io/pypi/v/bootstrap-python-package?color=blue\u0026#41;]\u0026#40;https://pypi.org/project/bootstrap-python-package/\u0026#41;)\n[![stability-wip](https://img.shields.io/badge/stability-wip-lightgrey.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#work-in-progress)\n\n[![Python 3.8](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.8.yml/badge.svg?event=push)](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.8.yml)\n[![Python 3.9](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.9.yml/badge.svg?event=push)](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.9.yml)\n[![Python 3.10](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.10.yml/badge.svg?event=push)](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.10.yml)\n[![Python 3.11](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.11.yml/badge.svg?event=push)](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.11.yml)\n[![Python 3.12](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.12.yml/badge.svg?event=push)](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-3.12.yml)\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/69f51e1b5cfc67c7cfc5/maintainability)](https://codeclimate.com/github/febus982/python-ioc/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/69f51e1b5cfc67c7cfc5/test_coverage)](https://codeclimate.com/github/febus982/python-ioc/test_coverage)\n[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)\n\nThis project is a framework that implements Inversion of Control and [Dependency Inversion principle](https://en.wikipedia.org/wiki/Dependency_inversion_principle).\nDependencies can be resolved in two different ways:\n\n* Invoking directly the IoC Container ([Service Locator pattern](https://en.wikipedia.org/wiki/Service_locator_pattern))\n* Using the [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection) helpers\n\n## How to use the framework\n\n### Register the dependencies\n\n`TODO`\n\n### Resolve the dependencies\n\n`TODO`\n\n## Commands for development\n\n* `make dev-dependencies`: Install dev requirements\n* `make test`: Run test suite\n* `make check`: Run tests, code style and lint checks\n* `make fix`: Run code style and lint automatic fixes (where possible)\n* `make docs`: Render the mkdocs website locally\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebus982%2Fpython-ioc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffebus982%2Fpython-ioc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebus982%2Fpython-ioc/lists"}