Metadata-Version: 2.1
Name: partial-injector
Version: 2.1.1
Summary: Dependency Injection for FP
Home-page: https://github.com/takinosaji/partial-injector
Author: Kostiantyn Chomakov
Author-email: kostiantyn.chomakov@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sversion

# 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.
