├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── yapping.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBischof/yapping/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBischof/yapping/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBischof/yapping/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBischof/yapping/HEAD/README.md -------------------------------------------------------------------------------- /yapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBischof/yapping/HEAD/yapping.py --------------------------------------------------------------------------------