Pinned Repositories
django-render-static
Use Django's template engines to render static files at deployment or package time. Includes transpilers for extending Django's url reversal and enums to JavaScript.
django-routines
Define named sequences of management commands in Django settings files for batched execution.
enum-properties
Add properties and method specializations to Python enumeration values with a simple declarative syntax.
iso-enum
Python enumerations for iso3166 codes.
lahop-tracker
Monitor email for LAHOP request messages and log to spreadsheets.
learn-python
Download python to your brains.
django-enum
Full and natural support for enumerations as Django model fields.
django-typer
Use Typer (type hints) to define the interface for your Django management commands.
django-polymorphic
Improved Django model inheritance with automatic downcasting
typer
Auto generate docs for typer and click commands using typer's rich console formatting.
bckohan's Repositories
bckohan/enum-properties
Add properties and method specializations to Python enumeration values with a simple declarative syntax.
bckohan/django-render-static
Use Django's template engines to render static files at deployment or package time. Includes transpilers for extending Django's url reversal and enums to JavaScript.
bckohan/django-routines
Define named sequences of management commands in Django settings files for batched execution.
bckohan/lahop-tracker
Monitor email for LAHOP request messages and log to spreadsheets.
bckohan/learn-python
Download python to your brains.
bckohan/etc_design_player
ETC Design Audio Playlist Player - turn a rasberry pi into a scheduled audio player.
bckohan/django-polymorphic
Improved Django model inheritance with automatic downcasting
bckohan/django-split-settings
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
bckohan/splitmod
Split python modules across multiple files. Useful for composing settings files used by frameworks like Django from multiple sources.
bckohan/anglePicker.js
A configurable svg-based widget to pick an angle or an angle range.
bckohan/click
Python composable command line interface toolkit
bckohan/dj-commons-membership
Membership repository for the django-commons organization.
bckohan/django-autotranslate
A simple Django app to automatically translate the pot (.po) files generated by django's makemessages command using google translate.
bckohan/django-backup-restore
A generic, pluggable backup and restore command framework for Django.
bckohan/django-commons-playground
A sample project to test things out
bckohan/django-dbbackup
Management commands to help backup and restore your project database and media files
bckohan/django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
bckohan/django-filter
A generic system for filtering Django QuerySets based on user selections
bckohan/django-rest-framework
Web APIs for Django. 🎸
bckohan/django-tailwind-cli
Django and Tailwind integration based on the prebuilt Tailwind CSS CLI.
bckohan/django-test-migrations
Test django schema and data migrations, including migrations' order and best practices.
bckohan/github_ops
Collection of codes used for operationalizing github.
bckohan/Mainroad
Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
bckohan/maintenance
Maintenance automations and philosophy for my open source projects.
bckohan/poetry_env_bug
Demonstrate poetry 2.1 environment bug.
bckohan/ptm
A portable test environment matrix generator for python packages.
bckohan/pythondotorg
Source code for python.org
bckohan/segy
The Ultimate Python SEG-Y I/O with Cloud Support and Schemas
bckohan/sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
bckohan/typer
Typer, build great CLIs. Easy to code. Based on Python type hints.