├── LICENSE ├── README.md ├── jbu.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzur/pyJBU/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzur/pyJBU/HEAD/README.md -------------------------------------------------------------------------------- /jbu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzur/pyJBU/HEAD/jbu.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | numpy==1.22.* 2 | Pillow==9.0.* 3 | --------------------------------------------------------------------------------