6 projects
sqlstep
Plain SQL database migrations, without an ORM. Checksums, locking, dry runs and honest transaction handling.
raisemap
Work out which exceptions a Python function can actually raise, check the docstrings say so, and catch it in CI when that changes.
testcost
Find out where your test suite's time actually goes: collection, imports, fixtures, or the tests themselves.
flakerate
Measure how flaky your tests actually are, find out why, and quarantine them with an expiry date.
importcost
Measure what your imports actually cost, make the safe ones lazy (PEP 810), and stop regressions in CI.
portalkit
One Python API for Socrata, CKAN, ArcGIS and OpenDataSoft open data portals, into pandas or geopandas.