A python API to the Transifex translation service (www.transifex.com). This API wrapper makes it easier to communicate with Transifex. The wrapper does not expose all of the underlying functionality of the Transifex API.
This wrapper is compatible with both www.transifex.com and Transifex Community Edition (self hosted).
- Downgrade requests version to ensure compatibility with current code
- Update setup.py to only include the actual requirements needed to install. Thanks to Toshio Kuratomi (jakul#3)
- Fix tests which now throw InvalidSlugException. Thanks to Toshio Kuratmi (jakul#4)
- add new InvalidSlugException; make exceptions share a base class