pyelucidate

Open Source Python Tools for the Elucidate Annotation Server.


Keywords
pyelucidate
License
MIT
Install
pip install pyelucidate==0.3.3

Documentation

PyElucidate

https://badge.fury.io/py/pyelucidate.png https://travis-ci.com/digirati-co-uk/pyelucidate.svg?token=SQeW1amdJpFZbNJ175sQ&branch=master

Open Source Python Tools for the Elucidate Annotation Server.

Introduction

Simple Python helpers for working with Elucidate, an Open Annotation and W3C Web Annotation annotation server.

Elucidate uses the W3C Web Annotation Protocol but also has some useful additional service APIs. See Elucidate's usage documentation for further information.

Full documentation at Readthedocs.

Requirements

Python 3.5+

Required python packages are listed in requirements.txt.

Usage

Placeholder

PyElucidate uses Python 3.x. No backwards compatibility with Python 2.x is provided.

Feel free to raise Github issues.

If you find an issue you are interested in fixing you can:

  • make sure the issue is small and atomic
  • Fork the repository
  • Clone the repository to your local machine
  • Create a new branch for your fix using git checkout -b branch-name-here.
  • Fix the issue.
  • Commit and push the code to your remote repository.
  • Submit a pull request to the pyelucidate repository, with a description of your fix and the issue number.
  • The PR will be reviewed by the maintainer and either merge the PR or response with comments.

License

MIT License

Copyright Digirati Ltd. (c) 2018

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.