LaihoE / demoparser

Counter-Strike 2 replay parser for Python and JavaScript
MIT License
249 stars 29 forks source link

Migrate to newer version of PyO3 #175

Closed JanEricNitschke closed 1 week ago

JanEricNitschke commented 1 week ago

Would it make sense to upgrade to a newer version of PyO3? There a probably a bunch of features that could be used. One i was looking for while trying to create typestubs would be the setting of the __text_signature__ attribute of the methods.

JanEricNitschke commented 1 week ago

Fixed by https://github.com/LaihoE/demoparser/pull/180