Pinned Repositories
cookiecutter-pylibrary
Enhanced cookiecutter template for Python libraries.
django-redisboard
Redis monitoring and inspection tool in django admin.
pytest-benchmark
pytest fixture for benchmarking code
python-holdup
A tool to wait for services and execute command. Useful in Docker containers.
python-hunter
Hunter is a flexible code tracing toolkit.
python-lazy-object-proxy
A fast and thorough lazy object proxy.
python-manhole
Debugging manhole for python applications.
python-redis-lock
Lock context manager implemented via redis SET NX EX and BLPOP.
python-remote-pdb
Remote vanilla PDB (over TCP sockets).
python-tblib
Serialization library for Exceptions and Tracebacks.
ionelmc's Repositories
ionelmc/cookiecutter-pylibrary
Enhanced cookiecutter template for Python libraries.
ionelmc/pytest-benchmark
pytest fixture for benchmarking code
ionelmc/python-hunter
Hunter is a flexible code tracing toolkit.
ionelmc/python-redis-lock
Lock context manager implemented via redis SET NX EX and BLPOP.
ionelmc/python-manhole
Debugging manhole for python applications.
ionelmc/django-redisboard
Redis monitoring and inspection tool in django admin.
ionelmc/python-remote-pdb
Remote vanilla PDB (over TCP sockets).
ionelmc/python-lazy-object-proxy
A fast and thorough lazy object proxy.
ionelmc/python-tblib
Serialization library for Exceptions and Tracebacks.
ionelmc/django-prefetch
Generic model related data prefetch framework for Django.
ionelmc/python-nameless
Sample project. Use https://github.com/ionelmc/cookiecutter-pylibrary to make your own project. The purpose of this repo is to test the CI configuration.
ionelmc/python-aspectlib
An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
ionelmc/python-darkslide
Generate HTML5 slideshows from markdown, ReST, or textile
ionelmc/python-holdup
A tool to wait for services and execute command. Useful in Docker containers.
ionelmc/django-admin-utils
Utility code for easier django admin development
ionelmc/tox-wheel
A Tox plugin that builds and installs wheels instead of sdist. Note that this plugin is obsolte as tox 4.0 already has wheel support.
ionelmc/django-uwsgi-admin
uWSGI statistics and restart right in the django admin
ionelmc/python-cookiepatcher
Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects.
ionelmc/python-process-tests
Testcase classes and assertions for testing processes.
ionelmc/python-su
ionelmc/cookiecutter-django-docker
A minimalist but comprehensive template for Docker and Django projects
ionelmc/python-redis-throttled-queue
WIP
ionelmc/python-matrix
ionelmc/python-css-sprite
ionelmc/python-ffmpeg-cut
CLI tool make joining and cutting clips using ffmpeg a bit more pleasant.
ionelmc/python-file
Python bindings to libmagic
ionelmc/python-simple-ubl-invoice-generator
ionelmc/django-rest-framework
Web APIs for Django. 🎸
ionelmc/nameless
This exists for demo purpose. Use the cookiecutter instead of copying this.
ionelmc/vcrpy
Automatically mock your HTTP interactions to simplify and speed up testing