PlatformLab / NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Other
3k stars 343 forks source link

Can I build a python wrap for nanolog? #65

Open MarkJiYuan opened 2 years ago

MarkJiYuan commented 2 years ago

Hi! I'd like to use nanolog in my python project, so I use pybind11 to wrap C++ into *.so that could be imported by python directly. Can I further make this into a python package and upload to pip?