Metadata-Version: 2.4
Name: lockss-turtles
Version: 0.6.0.dev27
Summary: Library and command line tool to manage LOCKSS plugin sets and LOCKSS plugin registries
License: BSD-3-Clause
License-File: LICENSE
Author: Thib Guicherd-Callin
Author-email: thib@cs.stanford.edu
Maintainer: Thib Guicherd-Callin
Maintainer-email: thib@cs.stanford.edu
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Archiving
Classifier: Topic :: Utilities
Requires-Dist: exceptiongroup (>=1.3.0,<1.4.0)
Requires-Dist: java-manifest (>=1.1.0,<1.2.0)
Requires-Dist: lockss-pybasic (>=0.1.1,<0.2.0)
Requires-Dist: pydantic (>=2.11.0,<2.12.0)
Requires-Dist: pyyaml (>=6.0.0,<6.1.0)
Requires-Dist: xdg (>=6.0.0,<6.1.0)
Project-URL: Documentation, https://docs.lockss.org/en/latest/software/turtles
Project-URL: Repository, https://github.com/lockss/lockss-turtles
Project-URL: changelog, https://github.com/lockss/lockss-turtles/blob/main/CHANGELOG.rst
Project-URL: issues, https://github.com/lockss/lockss-turtles/issues
Description-Content-Type: text/x-rst

=======
Turtles
=======

.. |RELEASE| replace:: 0.6.0-dev27 NOT YET RELEASED
.. |RELEASE_DATE| replace:: NOT YET RELEASED
.. |TURTLES| replace:: **Turtles**

.. image:: https://assets.lockss.org/images/logos/turtles/turtles_128x128.png
   :alt: Turtles logo
   :align: right

|TURTLES| is a command line tool and Python library to manage LOCKSS plugin sets and LOCKSS plugin registries.

:Latest release: |RELEASE| (|RELEASE_DATE|)
:Documentation: https://docs.lockss.org/en/latest/software/turtles
:Release notes: `CHANGELOG.rst <https://github.com/lockss/lockss-turtles/blob/main/CHANGELOG.rst>`_
:License: `LICENSE <https://github.com/lockss/lockss-turtles/blob/main/LICENSE>`_
:Repository: https://github.com/lockss/lockss-turtles
:Issues: https://github.com/lockss/lockss-turtles/issues

----

Quick Start::

   # Install with pipx
   pipx install lockss-turtles

   # Verify installation and discover all the commands
   turtles --help


