Pinned Repositories
backoff
Python library providing function decorators for configurable backoff and retry
basecampreporting
Python read-only interface to Basecamp projects, with support for Scrum concepts like sprints and backlogs.
freshbooks.py
The Python interface to the FreshBooks API
pytest-django-sqlcount
py.test plugin for reporting the number of SQLs executed per django testcase.
sort-python-imports
this script allows you to sort python imports alphabetically
wing-sort-imports
Sort imports alphabetical in WingIDE
stj's Repositories
stj/pytest-django-sqlcount
py.test plugin for reporting the number of SQLs executed per django testcase.
stj/wing-sort-imports
Sort imports alphabetical in WingIDE
stj/backoff
Python library providing function decorators for configurable backoff and retry
stj/97-things-every-programmer-should-know
Pearls of wisdom for programmers collected from leading practitioners.
stj/aiohttp
HTTP client/server framework for asyncio
stj/aiohttp-oauth2
Provider agnostic OAuth2 client for aiohttp based applications
stj/aiohttp-remotes
A set of useful tools for aiohttp.web server
stj/aiohttp-swagger
Swagger API Documentation builder for aiohttp server
stj/apm-agent-python
Official Python agent for the Elastic APM
stj/aredis
redis client for Python asyncio (has support for redis server, sentinel and cluster)
stj/asyncpg
A fast PostgreSQL Database Client Library for Python/asyncio.
stj/asynctest
Enhance the standard unittest package with features for testing asyncio libraries
stj/azure-docs
Open source documentation of Microsoft Azure
stj/bungalow
stj/datadogpy
The Datadog Python library
stj/dd-trace-py
Datadog Tracing Python Client
stj/django
The Web framework for perfectionists with deadlines.
stj/django-happenings
A simple event calendar app for Django.
stj/django-import-export
Django application and library for importing and exporting data with admin integration.
stj/django-threadedcomments
django-threadedcomments is a simple yet flexible threaded commenting system for Django.
stj/ecs-logging-python
Logging formatters for the Elastic Common Schema (ECS) in Python
stj/gnome-github-notifications
integrate github's notifications within the gnome desktop environment
stj/marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
stj/moto
A library that allows you to easily mock out tests based on AWS infrastructure.
stj/msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
stj/Python-and-Algorithms-and-Data-Structures
A comprehensive study of Algorithms & Data Structure in Python, including an "ebook" that I wrote. Several exercises and examples.
stj/ratelimiter
Simple Python module providing rate limiting
stj/rq
Simple job queues for Python
stj/typeshed
Collection of library stubs for Python, with static types
stj/vcrpy
Automatically mock your HTTP interactions to simplify and speed up testing