wuster
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Understand Cloudflare's Container beta env (chamberspy.anthonywu.workers.dev)
- PoolTogether: No-loss, audited savings game (pooltogether.com)
- Grow SDK: "The declarative, file-based CMS for building high-quality web sites." (preview.growsdk.org)
- Virgin America API (unofficial) (github.com)
My weekend personal hackathon project. Hopefully useful to some of you. Uses requests, beautifulsoup4, docopt, and prettytable. `pip install vxapi`
- Python API for Clipper Card (Bay Area transit card) (github.com)
This is my unofficial Python client for the Clipper Card web service. pypi: http://pypi.python.org/pypi/clippercard/
- pyreqauth - Python web auth decorator (github.com)
Ever get sick of this pattern in your web app? if <user exists>: .. do something with user else: .. show error message or redirect user to login over and over and over again in your routing handlers? With a…
- Python Enums for Humans (gist.github.com)
I've been doing Python web apps for a few years. All of them have involved some pattern of declaring runtime vars to represent DB values, and also mapping those DB values to user-facing display values in your view…
-
Does anyone have experience using: 1) http://pypi.python.org/pypi/icalendar/2.2 2) http://codespeak.net/icalendar/ or similar libs to interact with ics files in Python?