paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆230Updated 2 months ago
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- Some notes on using Cython to increase the performance of Python code.☆61Updated 9 months 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 9 months ago
- A python package that provides useful locks.☆257Updated 3 months ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆245Updated 2 months ago
- A list-like type with better asymptotic performance and similar performance on small lists☆315Updated 2 years ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆407Updated 2 weeks ago
- ☆608Updated 7 years ago
- Python code object transformers☆185Updated last year
- Powerful Python library for atomic file writes.☆316Updated 2 years ago
- vmprof - a statistical program profiler☆432Updated 2 months ago
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- How to Write and Debug C Extension Modules☆38Updated 7 years ago
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- Python Sorted Collections Library☆106Updated 2 years ago
- A fast and thorough lazy object proxy.☆260Updated 2 months ago
- Automagically inline python methods☆110Updated 10 years ago
- Hunter is a flexible code tracing toolkit.☆819Updated 11 months ago
- Python decorators for profiling/tracing/timing a single function☆332Updated 5 months ago
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆141Updated 2 months ago
- A simple key-value store for binary data.☆155Updated last year
- Debugging manhole for python applications.☆386Updated 11 months ago
- Enabling CPython multi-core parallelism via subinterpreters.☆248Updated 2 years ago
- Python AST that abstracts the underlying Python version☆144Updated 4 months ago
- Memory efficient Python objects☆367Updated 3 months ago
- Utility for measuring the fraction of time the CPython GIL is held☆119Updated 3 years ago
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- 💥 Cython memory pool for RAII-style memory management☆456Updated 3 weeks ago
- Fast RFC3339 compliant Python date-time library☆243Updated last year
- Serialization library for Exceptions and Tracebacks.☆168Updated 2 months ago