├── .gitignore ├── LICENSE ├── README.md ├── docs └── demo.gif ├── requirements.txt └── whatsoup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddyharrington/WhatSoup/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddyharrington/WhatSoup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddyharrington/WhatSoup/HEAD/README.md -------------------------------------------------------------------------------- /docs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddyharrington/WhatSoup/HEAD/docs/demo.gif -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddyharrington/WhatSoup/HEAD/requirements.txt -------------------------------------------------------------------------------- /whatsoup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddyharrington/WhatSoup/HEAD/whatsoup.py --------------------------------------------------------------------------------