Pinned Repositories
django-enum
Full and natural support for enumerations as Django model fields.
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.
etc_design_player
ETC Design Audio Playlist Player - turn a rasberry pi into a scheduled audio player.
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-typer
Use Typer (type hints) to define the interface for your Django management commands.
typer
Auto generate docs for typer and click commands using typer's rich console formatting.
bckohan's Repositories
bckohan/django-enum
Full and natural support for enumerations as Django model fields.
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/enum-properties
Add properties and method specializations to Python enumeration values with a simple declarative syntax.
bckohan/django-routines
Define named sequences of management commands in Django settings files for batched execution.
bckohan/iso-enum
Python enumerations for iso3166 codes.
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/learn-python-server
A web server for managing learn-python classes.
bckohan/splitmod
Split python modules across multiple files. Useful for composing settings files used by frameworks like Django from multiple sources.
bckohan/2024PIT
bckohan/anglePicker.js
A configurable svg-based widget to pick an angle or an angle range.
bckohan/awesome-django
A curated list of awesome things related to Django
bckohan/click
Python composable command line interface toolkit
bckohan/decision-tree
Code to run the SELAH outreach decision tree.
bckohan/dj-commons-membership
Membership repository for the django-commons organization.
bckohan/django
The Web framework for perfectionists with deadlines.
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-rest-framework
Web APIs for Django. 🎸
bckohan/django-tailwind-cli
Django and Tailwind integration based on the prebuilt Tailwind CSS CLI.
bckohan/github_ops
Collection of codes used for operationalizing github.
bckohan/learn-python-test
A tester repo used for CI for the learn-python class
bckohan/maintenance
Maintenance automations and philosophy for my open source projects.
bckohan/python_mcs
Class instantiation flow demonstrations for python.
bckohan/segy
The Ultimate Python SEG-Y I/O with Cloud Support and Schemas
bckohan/sphinxcontrib-youtube
A Sphinx extension to embed videos from YouTube
bckohan/typer
Typer, build great CLIs. Easy to code. Based on Python type hints.