Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artefactual-labs/a3m
Lightweight Archivematica — 8 less than a11m.
https://github.com/artefactual-labs/a3m
a3m archivematica digital-preservation enduro hacktoberfest
Last synced: 3 days ago
JSON representation
Lightweight Archivematica — 8 less than a11m.
- Host: GitHub
- URL: https://github.com/artefactual-labs/a3m
- Owner: artefactual-labs
- License: agpl-3.0
- Created: 2020-04-06T19:19:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:53:37.000Z (7 months ago)
- Last Synced: 2024-04-14T12:08:40.726Z (7 months ago)
- Topics: a3m, archivematica, digital-preservation, enduro, hacktoberfest
- Language: Python
- Homepage: https://a3m.readthedocs.io
- Size: 34.1 MB
- Stars: 7
- Watchers: 8
- Forks: 4
- Open Issues: 30
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
|pypi| |license| |pyvers| |tests| |coverage|
What is a3m?
------------*a3m* is a lightweight version of Archivematica focused on AIP creation. It has
neither external dependencies, integration with access sytems, search
capabilities nor a graphical interface.All functionality is made available as a `gRPC `_ service
with a minimal set of methods and strongly typed messages. a3m can be executed
as a standalone process or be embedded as part of your application.For more documentation, please see https://a3m.readthedocs.io.
----------
**a3m is a proof of concept. Please send us your feedback!**
.. |pypi| image:: https://img.shields.io/pypi/v/a3m.svg
:target: https://pypi.python.org/pypi/a3m.. |license| image:: https://img.shields.io/pypi/l/a3m.svg
:target: https://github.com/artefactual-labs/a3m.. |pyvers| image:: https://img.shields.io/pypi/pyversions/a3m.svg
:target: https://pypi.python.org/pypi/a3m.. |tests| image:: https://github.com/artefactual-labs/a3m/workflows/Tests/badge.svg
:target: https://github.com/artefactual-labs/a3m/actions?query=workflow%3ATests.. |coverage| image:: https://img.shields.io/codecov/c/github/artefactual-labs/a3m
:target: https://codecov.io/gh/artefactual-labs/a3m