Skip to main content

Fraction display and form fields for Django

Project description

https://badge.fury.io/py/django-fractions.png https://github.com/jmichalicek/django-fractions/workflows/Python%20package/badge.svg

Fraction display and form fields for Django

Documentation

The full documentation is at https://django-fractions.readthedocs.org.

Quickstart

Install django-fractions:

pip install django-fractions

Add djfractions to settings.INSTALLED_APPS

Then use it in a project:

import djfractions

In templates:

{% load fractions %}
{% display_fraction 1.25 %}

In Forms:

from djfractions.forms import DecimalFractionField
from django import forms

class MyForm(forms.Form):
    a_fraction = DecimalFractionField()

Features

  • Template tag for displaying float and Decimal values as fractions including mixed numbers

  • DecimalFractionField form field which handles input such as “1/4”, “1 1/2”, “1 and 1/2”, and converts to a decimal.Decimal instance

TODO

  • Add unicode_fraction template tag to display the unicode fraction entity if available

  • forms.FloatDecimalField to return a float rather than Decimal

  • forms.SplitFractionWidget for having separate numerator and denominator form fields

  • forms.SplitMixedFractionWidget for handling mixed number fractions with separate fields

  • models.DecimalBackedFractionField() to store a Decimal value but return/accept it as a fraction

  • models.FloatBackedFractionField() to store a Decimal value but return/accept it as a fraction

Cookiecutter Tools Used in Making This Package

  • cookiecutter

  • cookiecutter-djangopackage

Project details


Download files

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

Source Distribution

django-fractions-5.0.0.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

django_fractions-5.0.0-py2.py3-none-any.whl (15.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-fractions-5.0.0.tar.gz.

File metadata

  • Download URL: django-fractions-5.0.0.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for django-fractions-5.0.0.tar.gz
Algorithm Hash digest
SHA256 888f1ac97d6d42c07eafa99d121f2a651ae2b558428a1f28246711e48a0dde5e
MD5 e21d224564441c8b23f0a25571fccd12
BLAKE2b-256 2f4b61dc357447fafa4c7596c2ee22516c83700e67ae9a4ce0a9b6a55062041d

See more details on using hashes here.

File details

Details for the file django_fractions-5.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_fractions-5.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5403c413d3b0c98a5989fd6acce2700312bf6969b29ac18f750316da10d95c69
MD5 4a9882072740f93daa25298c2d150f75
BLAKE2b-256 084f543ab24f3d93d82a3c3e45e6b6094d11960804fdb5a1f3635fea2af7bfde

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