A lightweight Python API for Hypothes.is
- Free software: MIT license
- Documentation: https://hypothepy.readthedocs.io
- Check the official hypothes.is documentation:
- Light Python interface for all the REST endpoints available.
- API parameters are simple native python types
- API calls just return a requests.Response object
- provides handy helpers
- Python 3.6+
- Only version 1 (stable) implemented (for the moment)
- Only APIKey Authentication implemented (for the moment)
- Command line interface (cooming soon)