Extension for Django REST framework error display
Project description
Django Eth Fields
Helpers for Python Django projects using ethereum
Installation
Using pip
$ pip install django-eth-fields
Example
from django_eth_fields.fields import EthereumAddressField, HexField, Uint256Field
class MyModel(models.Model):
address = EthereumAddressField()
hex = HexField()
unit_255 = Uint256Field()
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
Close
Hashes for django_eth_fields-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d95fab1d3c4b656612b00860efeab5da9a952cf2ffb586904d22d05c44596102 |
|
MD5 | bd4650f1b32bc4a12f1eeac9a59cb49d |
|
BLAKE2b-256 | 69a40a48b74a280f42ff288e4a5013fa700e9b35ea939abc5786a743e0fb88da |