├── .gitignore ├── README.md ├── app.py ├── codigo_de_barra_bb.py ├── darf.py ├── requirements.txt └── runtime.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leivio/pyDARF/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leivio/pyDARF/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leivio/pyDARF/HEAD/app.py -------------------------------------------------------------------------------- /codigo_de_barra_bb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leivio/pyDARF/HEAD/codigo_de_barra_bb.py -------------------------------------------------------------------------------- /darf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leivio/pyDARF/HEAD/darf.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leivio/pyDARF/HEAD/requirements.txt -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.9.0 --------------------------------------------------------------------------------