paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆231Updated 3 weeks ago
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 2 years ago
- A python package that provides useful locks.☆268Updated last month
- Powerful Python library for atomic file writes.☆318Updated 3 years ago
- vmprof - a statistical program profiler☆433Updated last month
- Demo project for building Python wheels for Linux with Travis-CI☆229Updated 4 years ago
- Python code object transformers☆184Updated last year
- ☆608Updated 8 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 3 years ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆310Updated 3 weeks ago
- Python module to modify bytecode☆323Updated last month
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- Remote vanilla PDB (over TCP sockets).☆299Updated 3 years ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- Instant visualization of Python AST and Code Objects☆142Updated last year
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆246Updated this week
- Run a subprocess in a pseudo terminal☆229Updated 3 months ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆378Updated last month
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆409Updated last month
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆454Updated last year
- Toolkit to run Python benchmarks☆882Updated last month
- A fast and thorough lazy object proxy.☆262Updated 2 months ago
- Visually explore Python object graphs☆823Updated 9 months ago
- LLDB extension for debugging Python programs☆89Updated 11 months ago
- Find and copy needed dynamic libraries into python wheels☆285Updated 8 months ago
- Design a new better C API for Python☆59Updated 2 weeks ago
- Demo project for building Python wheels with appveyor.com☆156Updated 2 years ago
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆145Updated 3 weeks ago