├── .gitignore ├── README.rst ├── example ├── README.md ├── cuban-internet ├── o-milagre-da-solidão └── screenshot.png ├── setup.py └── washer.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/.gitignore -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/README.rst -------------------------------------------------------------------------------- /example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/example/README.md -------------------------------------------------------------------------------- /example/cuban-internet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/example/cuban-internet -------------------------------------------------------------------------------- /example/o-milagre-da-solidão: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/example/o-milagre-da-solidão -------------------------------------------------------------------------------- /example/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/example/screenshot.png -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/setup.py -------------------------------------------------------------------------------- /washer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fiatjaf/washer/HEAD/washer.py --------------------------------------------------------------------------------