PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
175 stars 19 forks source link

Add types #120

Open philg314 opened 2 years ago

philg314 commented 2 years ago

This adds types to the compiled module in _quickjs.pyi and completes the types in quickjs/__init__.py. Inline types are supported since Python 3.7 and since they are already used in the project and the tests are only run on Python 3.7+ the required Python version was changed from 3.6 to 3.7.