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
Description: # 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.
        
        
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
