Metadata-Version: 2.0
Name: packetary
Version: 0.1.0
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
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
Requires-Dist: pbr (>=0.8)
Requires-Dist: Babel (>=1.3)
Requires-Dist: cliff (>=1.7.0)
Requires-Dist: eventlet (>=0.15)
Requires-Dist: bintrees (>=2.0.2)
Requires-Dist: chardet (>=2.0.1)
Requires-Dist: stevedore (>=1.1.0)
Requires-Dist: six (>=1.5.2)
Requires-Dist: python-debian (>=0.1.21)
Requires-Dist: lxml (>=3.2)
Requires-Dist: jsonschema (!=2.5.0,<3.0.0,>=2.0.0)

====================
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.



