Metadata-Version: 2.1
Name: clannotation
Version: 0.0.18
Summary: The Crossref Labs annotation tool.
Home-page: https://gitlab.com/crossref/labs/annotator
Author: Martin Paul Eve
Author-email: meve@crossref.org
Maintainer-email: Martin Paul Eve <meve@crossref.org>
License: Copyright &copy; 2023 Crossref
        
        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.
Project-URL: homepage, https://labs.crossref.org
Project-URL: documentation, https://labs.crossref.org
Project-URL: repository, https://gitlab.com/crossref/labs/annotator
Project-URL: changelog, https://gitlab.com/crossref/labs/annotator/-/blob/main/CHANGELOG.md
Keywords: API,Crossref,annotation,AWS,Lambda
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: claws>=0.0.21
Requires-Dist: aws-lambda-powertools[all]
Requires-Dist: longsight>=1.0.5
Requires-Dist: moto
Requires-Dist: botocore

# CLAnnotator: Crossref Labs Annotator 
CLAnnotator is the module that Crossref Labs uses to decorate the experimental API.

![license](https://img.shields.io/gitlab/license/crossref/labs/clannotation) ![activity](https://img.shields.io/gitlab/last-commit/crossref/labs/clannotation)

![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) ![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

This is a prototype Crossref Labs system. It is not guaranteed to be stable and the metadata schema and behaviour may be subject to change at any time.

## Installation

To install the CLAnnatator module, simply use the following pip command:

    pip install clannatator

## Notes
ISSN identifiers are normalized to remove hyphens and to capitalize the final X where it occurs.

## License
CLAnnotator is released under the [MIT License](https://opensource.org/licenses/MIT).

&copy; Crossref 2023
