Metadata-Version: 2.1
Name: loducode-web3
Version: 0.1.4
Summary: Basic components for the development of loducode s.a.s. for web3
Home-page: https://github.com/cristdulcey/loducode_web3.git
Author: Cristian Dulcey
Author-email: cristian@loducode.com
License: UNKNOWN
Download-URL: https://github.com/cristdulcey/loducode_web3.git/tarball/master
Keywords: web3,loducode_web3,loducode
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Loducode web3

Basic components for the development of loducode s.a.s.

### install

`pip install loducode_web3==0.1.4`

## functionalities

- **Models**
    - AttributeNft
    - Nft

## Commands

- python setup.py sdist bdist_wheel
- twine upload --repository pypi dist/loducode_web3-0.1.4*

## push
git tag -a 0.1.4 -m "annotation for this release"

entrar a la carpeta loducode_web3 y correr
- django-admin makemessages
- django-admin compilemessages

####Version 0.1.4
- delete requirement sycopg2-binary==2.8.4

####Version 0.1.3
- add translation

####Version 0.1.2
- add method add_white_list

####Version 0.1.1
- Models abstracts

####Version 0.1.0
- Models abstracts

####Version 0.0.1
- first version

####Version 0.0.2
- bug imports

####Version 0.0.1
- first version


