Pinned Repositories
android-tv-remote
Simple package that allows you to mimic Android TV remote inputs via Python. Designed to be used over TCP.
aspect-ratio-too
Aspect ratio calculations.
cookiecutter-django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
cookiecutter-django-package
A modern cookiecutter template for creation of a Django package following best practices.
cookiecutter-mkdocs
cookiecutter-pyproject
A modern cookiecutter template for creation of a Python package following best practices.
django-datatables-too
Handle server side processing for datatables 1.10.x.
django-deep-link
Simple app to get mobile app deep linking in place with basic tracking.
django-extensions-too
Django Extensions Too is a collection of custom extensions for the Django Framework. It is recommended as a supplement to the excellent https://github.com/django-extensions/django-extensions
django-spaday
A Django package that provides "out-of-the-box" basic auth, user, group, and permission APIs for use in Single Page Apps (eg - Vue, React).
tsantor's Repositories
tsantor/django-deep-link
Simple app to get mobile app deep linking in place with basic tracking.
tsantor/android-tv-remote
Simple package that allows you to mimic Android TV remote inputs via Python. Designed to be used over TCP.
tsantor/django-spaday
A Django package that provides "out-of-the-box" basic auth, user, group, and permission APIs for use in Single Page Apps (eg - Vue, React).
tsantor/aspect-ratio-too
Aspect ratio calculations.
tsantor/cookiecutter-django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
tsantor/cookiecutter-django-package
A modern cookiecutter template for creation of a Django package following best practices.
tsantor/cookiecutter-mkdocs
tsantor/cookiecutter-pyproject
A modern cookiecutter template for creation of a Python package following best practices.
tsantor/django-extensions-too
Django Extensions Too is a collection of custom extensions for the Django Framework. It is recommended as a supplement to the excellent https://github.com/django-extensions/django-extensions
tsantor/django-perm-filter
A simple app that can be included in Django projects which hides app specific permissions from any type of User. Easily add entire apps, specific permissions or models and it will take care of the rest. Non-destructive (Does not delete permissions).
tsantor/pip-freezer
Pip Freezer pins packages no matter which requirements file they live in and maintains your comments and line breaks. Only cares about packages you define not dependencies of packages.
tsantor/django-startapp-template
A slightly modified template for Django's `django-admin startapp` command.
tsantor/env-wrangler
Extract secrets from .env files into their own file (either `.secrets` or `secrets.json`). Also provides `mask` and `unmask` options. The resulting secrets file can be leveraged to get your secrets into a 3rd party secrets manager like AWS Secrets Manager or something else.
tsantor/ezoutlet-sdk
API and command line tools to interface with EZOutlets.
tsantor/makefile-to-markdown
Simple command-line utility that converts Makefiles to Markdown if specific commenting style is followed.
tsantor/python-s3-utils
Wrapper around boto3 for common interactions with S3.
tsantor/python-vimeo-utils
Wrapper around pyvimeo for common interactions with the Vimeo SDK.
tsantor/tableplus-db-urls
Generate TablePlus DB URLs from CookieCutter Django to make setting up connections easier.