Metadata-Version: 2.1
Name: barman
Version: 2.19
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 :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: psycopg2 >=2.4.2
Requires-Dist: python-dateutil
Requires-Dist: argcomplete
Provides-Extra: azure
Requires-Dist: azure-identity ; extra == 'azure'
Requires-Dist: azure-storage-blob ; extra == 'azure'
Provides-Extra: cloud
Requires-Dist: boto3 ; extra == 'cloud'
Provides-Extra: google
Requires-Dist: google-cloud-storage ; extra == 'google'
Provides-Extra: snappy
Requires-Dist: python-snappy ==0.6.0 ; extra == 'snappy'

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.
