Metadata-Version: 2.1
Name: a3m
Version: 0.3.1
Summary: Lightweight Archivematica
Home-page: https://github.com/artefactual-labs/a3m
Maintainer: Artefactual Systems Inc.
Maintainer-email: info@artefactual.com
License: AGPL-3.0-only
Project-URL: Source, https://github.com/artefactual-labs/a3m
Project-URL: Tracker, https://github.com/artefactual-labs/a3m/issues
Description: |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 <https://grpc.io/docs/>`_ 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.
        
        .. |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
        
Keywords: archivematica,preservation
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Archiving
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Topic :: System :: Archiving :: Mirroring
Classifier: Topic :: System :: Archiving :: Packaging
Requires-Python: ~=3.8
Description-Content-Type: text/x-rst
