da-woods / cython-guidelinesLinks
Guidelines for using Cython (documentation)
☆11Updated 2 years ago
Alternatives and similar repositories for cython-guidelines
Users that are interested in cython-guidelines are comparing it to the libraries listed below
Sorting:
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated this week
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Create reproducible installations for a virtual environment from a lock file☆85Updated last week
- Vendorize packages from PyPI☆106Updated last year
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆98Updated 3 weeks ago
- Automatic __slots__ for your Python classes☆69Updated 11 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 4 months ago
- invoke asyncio awaitables from non-async functions☆63Updated last year
- A repo to track the progress of Python on WebAssembly (WASM)☆57Updated last year
- ☆29Updated 6 months ago
- QTrio - a library bringing Qt GUIs together with async and await via Trio☆46Updated 3 weeks ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆117Updated last week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 3 years ago
- A low-level library which implements some Python packaging standards (PEPs) and which could be used by third-party packaging tools to ac…☆57Updated 4 months ago
- A Parser and CST for JSON5.☆21Updated 2 years ago
- Package requirements checker☆37Updated 3 weeks ago
- Call asynchronous code from an extension module.☆62Updated 3 months ago
- An unofficial, importable pip API☆118Updated last week
- Stall tracking for Python's GIL and Trio tasks☆24Updated 6 months ago
- Capture the outcome of Python function calls☆36Updated 8 months ago
- Render CLI arguments (sub-commands friendly) defined by the argparse module.☆25Updated last week
- Run mypy and pyright over millions of lines of code☆102Updated last week
- Reenter an asyncio or Trio event loop from synchronous code☆88Updated last year
- python cffi bindings for the oniguruma regex engine☆20Updated 2 weeks ago
- Better version of repr/reprlib for short, cheap string representations in Python☆25Updated last year
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- generate random python code to test linter/formatter/and other tools☆53Updated this week
- Four-wheel drive for asyncio.☆80Updated 2 months ago
- Library and command-line tool to gather stats on typeshed packages☆11Updated last week
- Proof-of-concept `record` type for Python☆30Updated last year