Metadata-Version: 2.2
Name: partial-injector
Version: 2.2.2
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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