Metadata-Version: 2.4
Name: partial-injector
Version: 3.2.2
Summary: Dependency Injection for FP
License: MIT
Author: Kostiantyn Chomakov
Author-email: kostiantyn.chomakov@gmail.com
Requires-Python: >=3.14,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://github.com/takinosaji/partial-injector
Project-URL: Repository, https://github.com/takinosaji/partial-injector
Description-Content-Type: text/markdown

# Partial Injector

This is a dependency injection tool that was designed to work with functions for those, who employs techniques of FP.
It has got such name because it uses and is primarily based on partial function capabilities of Python.
