Metadata-Version: 1.1
Name: zpm
Version: 0.1
Summary: ZeroVM Package Manager
Home-page: https://github.com/zerovm/zpm
Author: Rackspace ZeroVM Team
Author-email: zerovm@rackspace.com
License: Apache 2.0
Description: zpm
        ===
        
        ZeroVM Package Manager
        
        Supported Python versions: 2.6, 2.7, 3.2, 3.3, and 3.4.
        
        .. image:: http://ci.oslab.cc/job/zpm/badge/icon
           :alt: Build Status
           :target: http://ci.oslab.cc/job/zpm/
        
        
        Installation
        ------------
        
        There are currently two options for installing ``zpm``.
        
        - Clone and install::
        
            $ git clone https://github.com/zerovm/zpm.git
            $ cd zpm
            $ python setup.py install
        
        - Install directly from ``git`` using ``pip``::
        
            $ pip install git+https://github.com/zerovm/zpm.git
        
        
        Packaging
        ---------
        
        Note: This section is interesting only for project maintainers and packagers.
        This is not required for installing and using ``zpm``.
        
        1. Install debian packaging dependencies::
        
            $ sudo apt-get install devscripts debhelper
        
        2. Clone source from Git. Example::
        
            $ git clone https://github.com/zerovm/zpm.git $HOME/zpm
        
        3. Amend the ``debian/changelog`` manually or using ``dch`` (preferred)
        
        4. Create a gzipped tarball of the zpm source (minus the debian/ dir)::
        
            $ tar czf ../zpm_0.1.orig.tar.gz * --exclude=debian
        
           Note that the .tar.gz file name will vary depending on the latest entry
           in the changelog.
        
        5. Build a binary package::
        
            $ debuild
        
           or for a source package, ::
        
            $ debuild -S
        
Keywords: zpm zerovm zvm
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Provides: zpm (0.1)
