Metadata-Version: 2.1
Name: d3tools
Version: 0.1.1
Summary: Tools
Home-page: https://github.com/djulcac/d3tools
Author: Danny Julca C.
Author-email: djulcac@uni.pe
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/djulcac/d3tools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# D3TOOLS

## BUILD

Generar los archivos
```bash
python -m build
```

Subir
```bash
python -m twine upload dist/*
```


