4 projects
jpholiday
Pure-Python Japan Public Holiday Generate
kotinjection
Koin-like lightweight dependency injection container for Python with type inference support
kotcollections
kotcollections is a Python library that fully reproduces Kotlin's Collections interfaces. It brings Kotlin's rich collection operations to Python developers with List, Set, and Map implementations.
kotresult
A Python implementation of the Result monad pattern, inspired by Kotlin