meadsteve / lagom

📦 Autowiring dependency injection container for python 3
https://lagom-di.readthedocs.io/en/latest/
MIT License
286 stars 15 forks source link

Compilation with mypyc #211

Closed meadsteve closed 2 years ago

meadsteve commented 2 years ago

Removes flit as the build system. Goes old school with setup tools. Adds a mypc compilation step for the core parts of lagom for a speed boost.

Fixes #205.