{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"Pinject is a dependency injection library that automatically assembles object graphs by matching constructor argument names to class names, eliminating the need for decorators or explicit configuration.","skillfed_tags":["dependency-injection","archived"],"use_cases":["Assemble complex object graphs in application startup without writing factory methods or configuration code","Build modular Python applications where components are automatically wired based on constructor signatures","Reduce boilerplate in __init__ methods using @copy_args_to_internal_fields for classes with many dependencies","Prototype or develop applications where implicit binding conventions match your code structure"],"what_it_does":"Pinject is a dependency injection library designed to make object graph assembly straightforward and pythonic. It automatically creates bindings between constructor argument names and class names by following PEP8 conventions\u2014converting CamelCase class names to snake_case argument names\u2014so you can instantiate complex object hierarchies with a single call to new_object_graph() and provide(), without decorators or explicit configuration.\n\nThe library depends on six and decorator for compatibility and function wrapping. It includes convenience decorators like @copy_args_to_internal_fields to reduce boilerplate in __init__ methods. However, the project has been archived since 2021 and receives no active maintenance, so it is no longer under active development or receiving updates.","worth_installing":"No. While Pinject is a well-designed, low-friction dependency injection library with permissive licensing and no known vulnerabilities, the project is archived and unmaintained since 2021. For new projects, use an actively maintained alternative like dependency-injector or injector. For existing codebases already using Pinject, it remains functional but will not receive bug fixes or security updates."},"id":"pinject","links":{"html":"https://skillfed.io/packages/pinject","md":"https://skillfed.io/packages/pinject.md","pypi":"https://pypi.org/project/pinject/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-05-25","license_spdx":null,"license_treatment":"permissive","name":"pinject","python_support":"unspecified","summary":"A pythonic dependency injection library"},"popularity":{"monthly_downloads":125167,"position":11834,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.14.1"}
