Skip to content

Commit

Permalink
Lint README
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Dec 7, 2023
1 parent 9a4685c commit 746e7f2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
[![PyPI version](https://badge.fury.io/py/metsrw.svg)](https://badge.fury.io/py/metsrw) [![codecov](https://codecov.io/gh/artefactual-labs/mets-reader-writer/branch/master/graph/badge.svg?token=1cXYbNlgJr)](https://codecov.io/gh/artefactual-labs/mets-reader-writer)

# METS Reader & Writer

By [Artefactual](https://www.artefactual.com/)

[![PyPI version](https://badge.fury.io/py/metsrw.svg)](https://badge.fury.io/py/metsrw)
[![GitHub CI](https://github.com/artefactual-labs/mets-reader-writer/actions/workflows/test.yml/badge.svg)](https://github.com/artefactual-labs/mets-reader-writer/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/artefactual-labs/mets-reader-writer/branch/master/graph/badge.svg?token=1cXYbNlgJr)](https://codecov.io/gh/artefactual-labs/mets-reader-writer)

METSRW is a library to help with parsing and creating METS files.
It provides an API, and abstracts away the actual creation of the XML.
METSRW was initially created for use in [Archivematica](https://github.com/artefactual/archivematica/) and is managed as part of that project.

You are free to copy, modify, and distribute metsrw with attribution under the terms of the AGPL license.
See the [LICENSE](LICENSE) file for details.
METSRW was initially created for use in [Archivematica](https://github.com/artefactual/archivematica/)
and is managed as part of that project.

You are free to copy, modify, and distribute metsrw with attribution under the
terms of the AGPL license. See the [LICENSE](LICENSE) file for details.

## Installation & Dependencies

Expand All @@ -37,7 +39,6 @@ Create a new METS file

mets = metsrw.METSDocument()


## Contributing

METSRW is in early development and welcomes feedback on the API and overall design!
Expand Down

0 comments on commit 746e7f2

Please # to comment.