Python

8 items tagged with "Python"

RSS Feed
Roadmap: django-polymorphic

Roadmap: django-polymorphic

This is an update for everyone on how I’m thinking about and prioritizing work on this library so you may make decisions about continuing to use it based on more than nothing. The first version of django-polymorphic was released 15 years ago in 2011. There are many users of this library and it runs …

django-polymorphic

1798 7861968
Brian Kohan
I am the maintainer of django-polymorphic which is an installable Django application written in python. It allows database tables to behave polymorphically in the Object Oriented programming sense at your application level. I am not the original author of django-polymorphic. The previous authors and …

django-routines

16 58370
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

242 501554
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

22 370812
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 …

django-enum

93 890017
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

24 468012
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 …

django-render-static

22 129217
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 …