Pinned Repositories
admin-sqlalite-bug
api-client-pydantic
Gives ability https://github.com/MikeWooster/api-client to validate request data and converting json straight to pydantic class.
argos-translate
Open-source offline translation library written in Python
ddorian
A list of presentations that I've made.
der_yodlee_api
device_detector
dl-translate
Library for translating between 200 languages. Built on 🤗 transformers.
faster-whisper
Faster Whisper transcription with CTranslate2
ffmpeg
Automated scripts for installation of ffmpeg and its most popular libraries from source under Ubuntu and a detailed wiki containing a lot of hints and tricks for ffmpeg.
flask-openapi3
Generate REST API and OpenAPI documentation for your Flask project.
ddorian's Repositories
ddorian/argos-translate
Open-source offline translation library written in Python
ddorian/ffmpeg
Automated scripts for installation of ffmpeg and its most popular libraries from source under Ubuntu and a detailed wiki containing a lot of hints and tricks for ffmpeg.
ddorian/admin-sqlalite-bug
ddorian/api-client-pydantic
Gives ability https://github.com/MikeWooster/api-client to validate request data and converting json straight to pydantic class.
ddorian/ddorian
A list of presentations that I've made.
ddorian/der_yodlee_api
ddorian/device_detector
ddorian/dl-translate
Library for translating between 200 languages. Built on 🤗 transformers.
ddorian/faster-whisper
Faster Whisper transcription with CTranslate2
ddorian/flask-openapi3
Generate REST API and OpenAPI documentation for your Flask project.
ddorian/paddle-billing-client
Python wrapper around the new Paddle Billing API
ddorian/pgmq
A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
ddorian/python-amazon-sp-api
Python wrapper to access the amazon selling partner API
ddorian/RRDiagram
Generate railroad diagrams from code or BNF, generate BNF from code
ddorian/yugabyte-db
The high-performance distributed SQL database for global, internet-scale apps.
ddorian/mkdocs-strict-jinja2
ddorian/python-diskcache
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
ddorian/redis-semaphore-eval
A redis semaphore implementation using eval
ddorian/SQLAlchemy-Nested-Mutable
An advanced SQLAlchemy column type factory that helps map complex Python types (e.g. List, Dict, Pydantic Model and their hybrids) to database types (e.g. ARRAY, JSONB), And keep track of mutations in deeply nested data structures so that SQLAlchemy can emit proper UPDATE statements.
ddorian/vcrpy
Automatically mock your HTTP interactions to simplify and speed up testing