Metadata-Version: 1.1
Name: packetary
Version: 0.2.0.dev0
Summary: Package allows to build and clone deb and rpm repositories
Home-page: https://github.com/openstack/packetary
Author: Mirantis Inc.
Author-email: product@mirantis.com
License: UNKNOWN
Description: ====================
        Repository structure
        ====================
        
        * debian
          Specs for DEB packages.
        
        * doc
          Documentation for packetary module.
        
        * packetary
          Package provides object model and API for dealing with deb
          and rpm repositories. One can use this framework to
          implement operations like building repository
          from a set of packages, clone repository, find package
          dependencies, mix repositories, pull out a subset of
          packages into a separate repository, etc.
        
          Features:
          * Common interface for different package-managers.
          * Utility to build dependency graph for package(s).
          * Utility to create mirror of repository according to dependency graph.
        
        * specs
          Specs for RPM packages.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
