├── CHANGES.md ├── LICENSE ├── README.md ├── setup.py ├── suggested_install.sh ├── tochd.py └── uninstall.sh /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/README.md -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/setup.py -------------------------------------------------------------------------------- /suggested_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/suggested_install.sh -------------------------------------------------------------------------------- /tochd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/tochd.py -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thingsiplay/tochd/HEAD/uninstall.sh --------------------------------------------------------------------------------