Hacker News new | ask | show | jobs
by odie5533 545 days ago
Good that you're trying to make packages. But your post here is unreadable. Perusing the Github, you should switch from ujson (no longer maintained) to orjson (also faster), and switch to pyproject.toml over setup.py (deprecated).

Also that bit in your code where it calls pip to install dependencies? Yeah, don't do that.