Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.1% forks on conda-forge.org

conda-forge.org : mypyc

The compiled language is a strict, gradually typed Python variant. It restricts the use of some dynamic Python features to gain performance, but it's mostly compatible with standard Python. Mypyc uses mypy to perform type checking and type inference. Most type system features in the stdlib typing module are supported. Compiled modules can import arbitrary Python modules and third-party libraries. You can compile anything from a single performance-critical module to your entire codebase. You can run the modules you compile also as normal, interpreted Python modules. Existing code with type annotations is often 1.5x to 5x faster when compiled. Code tuned for mypyc can be 5x to 10x faster. Mypyc currently aims to speed up non-numeric code, such as server applications. Mypyc is also used to compile itself (and mypy).

Registry - Source - Homepage - JSON
purl: pkg:conda/mypyc
Keywords: linter, python, typechecker, types, typing
License: MIT
Latest release: over 1 year ago
First release: over 1 year ago
Dependent packages: 1
Stars: 15,046 on GitHub
Forks: 2,479 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://www.python.org/psf/donations/python-dev/, https://github.com/sponsors/python
Last synced: 1 day ago

    Loading...
    Readme
    Loading...