django-routines

19 66892
Brian Kohan
I am the creator and maintainer of django-routines which is an installable Django application written in python. It defines a routine command using django-typer and builds subcommands on that command from definitions in settings. The subcommands are named routines that run collections of management …

django-typer

267 1334314
Brian Kohan
I am the creator and maintainer of django-typer which is an installable Django application written in python. It uses click and typer to provide a an interface to define Django management commands using type hints. It supports two main interface styles, a style that is a superset of the basic typer …

sphinxcontrib-typer

25 721694
Brian Kohan
I am the creator and maintainer of this python package that contains a directive for rendering Typer command helps using the rich style formatting to various formats including text, svg and png. The styling and coloring can be tweaked. See the documentation for details. The directive can also be …
IGS Network Map

IGS Network Map

Brian Kohan
The International GNSS Service (IGS) has ensured open access, high-quality GNSS data products since 1994. These products enable access to the definitive global reference frame for scientific, educational, and commercial applications – a tremendous benefit to the public, and key support element for …

django-enum

109 1711182
Brian Kohan
I am the creator and maintainer of django-enum which is an installable Django application written in Python. It provides a model field type for Django models that uses the smallest possible SQL schema type to store information and coerces instances of the field to the Enum type. With this …

enum-properties

26 631181
Brian Kohan
I am the creator and maintainer of enum-properties which is an installable Python package. It extends the standard library Enum type to allow named properties to be associated with each enum value. This package is also used to supercharge django-enum. It is feature complete, but under active …
LA District Finder

LA District Finder

How did your districts change? Every 10 years we count all of our neighbors in the decennial census. The results are used to redraw legislative boundaries from Capitol Hill down to our most local levels of city government. The goal is to rebalance the number of residents in each district to maintain …
LA-HOP Tracker

LA-HOP Tracker

Brian Kohan
Los Angeles County has a Homeless Outreach Portal called LA-HOP. Anyone can submit requests through this portal that include location, time, and a description of the person experiencing homelessness and what needs they have. These requests are triaged by the Service Planning Area (SPA) coordinators …
Mission Clock

Mission Clock

Brian Kohan
This is a javascript browser app that implements a mission clock. The clock settings are entirely URL parameter based so links to different mission clocks defined by epoch and style can be bookmarked.

django-render-static

24 151622
Brian Kohan
I am the creator and maintainer of django-render-static which is an installable Django application written in python. It adds a static rendering step that can be called before the collectstatic step when deploying a Django application. It also provides some useful static rendering tags, including …