Metadata-Version: 2.2
Name: barman
Version: 3.13.0
Summary: Backup and Recovery Manager for PostgreSQL
Home-page: https://www.pgbarman.org/
Author: EnterpriseDB
Author-email: barman@enterprisedb.com
License: GPL-3.0
Platform: Linux
Platform: Mac OS X
Classifier: Environment :: Console
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Database
Classifier: Topic :: System :: Recovery Tools
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: psycopg2>=2.4.2
Requires-Dist: python-dateutil
Provides-Extra: argcomplete
Requires-Dist: argcomplete; extra == "argcomplete"
Provides-Extra: aws-snapshots
Requires-Dist: boto3<=1.35.99; extra == "aws-snapshots"
Provides-Extra: azure
Requires-Dist: azure-identity; extra == "azure"
Requires-Dist: azure-storage-blob; extra == "azure"
Provides-Extra: azure-snapshots
Requires-Dist: azure-identity; extra == "azure-snapshots"
Requires-Dist: azure-mgmt-compute; extra == "azure-snapshots"
Provides-Extra: cloud
Requires-Dist: boto3<=1.35.99; extra == "cloud"
Provides-Extra: google
Requires-Dist: google-cloud-storage; extra == "google"
Provides-Extra: google-snapshots
Requires-Dist: grpcio; extra == "google-snapshots"
Requires-Dist: google-cloud-compute; extra == "google-snapshots"
Provides-Extra: snappy
Requires-Dist: python-snappy==0.6.1; python_version < "3.7" and extra == "snappy"
Requires-Dist: python-snappy; python_version >= "3.7" and extra == "snappy"
Requires-Dist: cramjam>=2.7.0; python_version >= "3.7" and extra == "snappy"
Provides-Extra: zstandard
Requires-Dist: zstandard; extra == "zstandard"
Provides-Extra: lz4
Requires-Dist: lz4; extra == "lz4"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Barman (Backup and Recovery Manager) is an open-source administration
tool for disaster recovery of PostgreSQL servers written in Python.
It allows your organisation to perform remote backups of multiple
servers in business critical environments to reduce risk and help DBAs
during the recovery phase.

Barman is distributed under GNU GPL 3 and maintained by EnterpriseDB.
