Generic model field for storing big integer field.
Project description
Big Positive Integer Field
django-big-positive-int-field contains a generic model field for storing a big positive integer something like factorial of a number in python
Intsallation
pip install django-big-positive-int-field
Usage
To add BigPositiveIntegerField field in your model use following:
from big_positive_int_field import BigPositiveIntegerField
from django.db import models
class MyModel(models.Model):
...
big_int_field = BigPositiveIntegerField(default=0)
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-big-positive-int-field-1.1.0.tar.gz.
File metadata
- Download URL: django-big-positive-int-field-1.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32667920a9d1ad0fd4d1fd9bf16172318a3fcb8826d4a76781ef9d767b6c809c
|
|
| MD5 |
c9709941224d563c059008838c26e3cc
|
|
| BLAKE2b-256 |
d137d6567dbdacd42333223679fd605e39c4b0bbe25eba2c149810166d05719a
|
File details
Details for the file django_big_positive_int_field-1.1.0-py3-none-any.whl.
File metadata
- Download URL: django_big_positive_int_field-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c21e17490ca3e1eaca182b75104aeeff9ec896c5946829012b089f39a5e2a00
|
|
| MD5 |
71f4f4ea62562b850db6a4f7b56caccd
|
|
| BLAKE2b-256 |
1e877896ff89f78ed03b3804b9fb2e067a8ccbfe31b052d15c33957c07050871
|