paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆231Updated this week
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- A python package that provides useful locks.☆257Updated 4 months ago
- A list-like type with better asymptotic performance and similar performance on small lists☆315Updated 2 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- ☆608Updated 7 years ago
- Python code object transformers☆185Updated last year
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆245Updated 3 months ago
- vmprof - a statistical program profiler☆432Updated 3 months ago
- Powerful Python library for atomic file writes.☆316Updated 3 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 2 years ago
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- Demo project for building Python wheels for Linux with Travis-CI☆229Updated 4 years ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 10 months ago
- Python module to modify bytecode☆317Updated last week
- How to Write and Debug C Extension Modules☆38Updated 7 years ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated 10 months ago
- A fast and thorough lazy object proxy.☆261Updated this week
- Instant visualization of Python AST and Code Objects☆139Updated last year
- Run a subprocess in a pseudo terminal☆226Updated last year
- LZ4 bindings for Python☆285Updated last month
- Remote vanilla PDB (over TCP sockets).☆293Updated 2 years ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆378Updated last month
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆142Updated 3 months ago
- A pure-Python, bring-your-own-I/O implementation of HTTP/1.1☆521Updated 2 months ago
- Memory efficient Python objects☆367Updated 4 months ago
- Serialization library for Exceptions and Tracebacks.☆169Updated 3 months ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆296Updated 2 weeks ago
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- A simple example Python + CFFI package (including testing, development, and packaging)☆118Updated 9 years ago
- Toolkit to run Python benchmarks☆858Updated 4 months ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆426Updated 2 weeks ago