Metadata-Version: 2.1
Name: loducode-web3
Version: 0.1.0
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/0.1.0
Keywords: web3,loducode_web3,loducode
Platform: UNKNOWN
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: psycopg2-binary (==2.8.4)

# Loducode web3

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

### install

`pip install loducode_web3==0.1.0`

## functionalities

- **Admin**
    - LandAdmin
    - NftAdmin
- **Models**
    - AttributeNft
    - Nft

## Commands

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

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

####Version 0.1.0
- Models abstracts

####Version 0.0.1
- first version

####Version 0.0.2
- bug imports

####Version 0.0.1
- first version


