Metadata-Version: 2.1
Name: loducode_web3
Version: 0.1.8
Summary: Basic components for the development of loducode s.a.s. for web3
Home-page: https://github.com/cristdulcey/loducode_web3.git
Download-URL: https://github.com/cristdulcey/loducode_web3.git/tarball/master
Author: Cristian Dulcey
Author-email: cristian@loducode.com
Keywords: web3,loducode_web3,loducode
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: markdown>=3.2.2
Requires-Dist: MarkupPy>=1.14
Requires-Dist: MarkupSafe>=1.1.1
Requires-Dist: djangorestframework>=3.11.2
Requires-Dist: django-filter>=2.2.0
Requires-Dist: django-rest-swagger>=2.2.0
Requires-Dist: django>=3.0
Requires-Dist: django-crum>=0.7.5
Requires-Dist: django-import-export>=2.1.0
Requires-Dist: loducode_utils>=1.5.1
Requires-Dist: web3>=6.19.0

# Loducode web3

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

### install

`pip install loducode_web3==0.1.8`

## functionalities

- **Models**
    - AttributeNft
    - Nft

## Commands

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

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

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

#### Version 0.1.8
- delete attributes in model Nft it is not necessary

#### Version 0.1.7
- add enable_unaudited_hdwallet_features

#### Version 0.1.6
- update requirements loducode utils and web3
- add method create wallet

#### Version 0.1.5
- update requirements loducode utils

#### Version 0.1.4
- update requirements loducode utils

#### 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
