Metadata-Version: 2.1
Name: atrope
Version: 2.0.0
Summary: Atrope will download images from a image lists and dispatch them.
Home-page: https://github.com/alvarolopez/atrope/
Author: Alvaro Lopez Garcia
Author-email: aloga@ifca.unican.es
License: Apache-2
Project-URL: Bug Tracker, https://github.com/alvarolopez/atrope
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: pbr (>=4.1.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: PyOpenSSL
Requires-Dist: lxml (>=4.6.2)
Requires-Dist: oslo.config (>=2.3.0)
Requires-Dist: oslo.log
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: prettytable
Requires-Dist: python-dateutil
Requires-Dist: python-keystoneclient
Requires-Dist: python-glanceclient
Requires-Dist: keystoneauth1

# atrope

Atrope is a program intended to keep in sync one or several image list sources
(such as RSS, HEPiX VM image lists, EGI's AppDB image lists, etc.) with a local
cache or with an image catalog (such as OpenStack glance).

* Free software: Apache license
* Source: https://github.com/alvarolopez/atrope
* Bugs: https://github.com/alvarolopez/atrope/issues

## Upgrade notes

## v2.0.0

- Support for Python3 only.

- The support for the `voms.json` file has been dropped, please use the
  `project` property instead.

## Features

### Image Sources

Current list of supported image lists:

* HePIX VM image lists.

### Dispatchers

Apart from the sync with a local cache directory, atrope is able to dispatch and sync that cache with an image catalog. The current list of dispatchers is:

* OpenStack Glance image catalog.



