Skip to main content

Some stuff that i used when developing with python. You can use this library pretty much anywhere

Project description

Introduction

Generic django providing models and function used to better developer other apps. In itself, this is not a django app

pip install django-koldar-utils

Capabilities

  • AbstractModelMetaclass which can be used to create django models with abc capabilities;

  • AbstractPermissionMixin which does not rely on groups and permissions relationships;

  • Orm class that provides the creation of popular django fields, just for your convenience;

  • ArrowAuditMixin for providing created_at and updated_at fields using arrow project;

  • convenience class to easily create django backends, middlesware, validators;

  • ArrowField implementation (taken from django-arrow-field);

  • convenience methods to interact with django framework without remembering how to do certain tasks;

  • classes used to create graphql CRUD operation easily;

Upload new version

Use setup.py directly:

# create .pypirc in your home directory
python setup.py update_version_patch bdist_wheel upload

Generate new doc

python setup.py build_sphinx

Or pmake:

# pmakeup is a Massimo Bono project used to automatize the build; per se it is not necessary
pip install pmakeup
# add in TWINE_PYPI_PASSWORD the pypi password
pmakeup update-version-patch build upload-to-pypi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

koldar_utils-2.104.5-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

Details for the file koldar_utils-2.104.5-py3-none-any.whl.

File metadata

File hashes

Hashes for koldar_utils-2.104.5-py3-none-any.whl
Algorithm Hash digest
SHA256 bc20e077a0ec849aa57504e4ea065e3c479a3f844117faa6fddd1f130a6ac483
MD5 28e47522d2e0be2abaf3025bafc419e0
BLAKE2b-256 772fd3036af82dd4688c9896f8a0d5b7a70b6a7959d70eea9d11178ca455d8a6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page