├── .travis.yml ├── GPL-LICENSE.txt ├── README.md ├── requirements.txt └── xseed /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatbox/xseed/HEAD/.travis.yml -------------------------------------------------------------------------------- /GPL-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatbox/xseed/HEAD/GPL-LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatbox/xseed/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | bencode.py==1.2.0 2 | -------------------------------------------------------------------------------- /xseed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whatbox/xseed/HEAD/xseed --------------------------------------------------------------------------------