Skip to content

mypyc/librt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librt: mypyc runtime library

This library contains efficient C implementations of various Python standard library classes and functions. Mypyc can use these fast implementations when compiling Python code to native extension modules.

This repository is used to build/publish mypyc runtime library. Development happens in mypy repository. Code is then perodically synced from mypyc/lib-rt subdirectory there. Issues should be reported to mypyc issue tracker.

Note: wheels are built on each PR and push to master. To publish to PyPI:

  • Create a tag matching the version in pyproject.toml.
  • Trigger the buildwheels.yml workflow manually.

About

Mypyc runtime library

Resources

License

Stars

Watchers

Forks

Packages

No packages published