Metadata-Version: 2.1
Name: anchorpoint
Version: 0.1.0
Summary: Text substring selectors for anchoring annotations
Home-page: https://github.com/mscarey/anchorpoint
Author: Matt Carey
Author-email: matt@authorityspoke.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Free To Use But Restricted
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Anchorpoint

Anchorpoint supplies TextQuoteSelector and TextPositionSelector classes based on the Web Annotation Data Model, which is a [W3C Recommendation](https://www.w3.org/TR/annotation-model/). Anchorpoint includes helper methods for switching between selector types, and it’s used for referencing judicial opinions and statutes by [AuthoritySpoke](https://authorityspoke.readthedocs.io).

[API Documentation](https://anchorpoint.readthedocs.io) is available on readthedocs.

## Related Packages

In Javascript, try the [Text Quote Anchor](https://www.npmjs.com/package/dom-anchor-text-quote) and [Text Position Anchor](https://www.npmjs.com/package/dom-anchor-text-position) packages.

