zerovm / zpm

ZeroVM Package Manager
Apache License 2.0
6 stars 11 forks source link

NOTE: zpm has been merged into https://github.com/zerovm/zerovm.cli. Please use that from now on.

zpm

Supported Python versions: 2.6, 2.7, 3.3, and 3.4.

.. image:: http://ci.oslab.cc/job/zpm/badge/icon :alt: Build Status :target: http://ci.oslab.cc/job/zpm/

ZPM is a package manger for ZeroVM. You use it to create and deploy ZeroVM applications onto ZeroCloud.

.. _ZeroVM: http://zerovm.org/ .. _ZeroCloud: https://github.com/zerovm/zerocloud/

Documentation

The documentation is hosted at docs.zerovm.org__.

.. __: http://docs.zerovm.org/projects/zerovm-zpm/en/latest/

Installation

You can install zpm using pip::

$ pip install zpm

Contact

Please use the zerovm mailing list on Google Groups for anything related to zpm. You are also welcome to come by #zerovm on irc.freenode.net where the developers can be found.

.. : https://groups.google.com/forum/#!forum/zerovm .. : http://webchat.freenode.net/?channels=zerovm

Changelog

0.3 (2014-10-22): This release adds new features and fixes bugs. The main change is that it is now possible to leave out the ui key from the zapp configuration. Before that would signal that the default web interface should be generated by zpm deploy, it now means no web interface. To get the default interface, specify --with-ui when running zpm new.

Issues closed since 0.2.1:

0.2.1 (2014-07-20): This release fixes some minor packaging and distribution issues, as well as some of the behavior of the deploy command:

0.2 (2014-06-30): This release drops support for Python 3.2 due to the lack of u"..." literals in that version. Other issues fixed:

0.1 (2014-05-21): First release.

.. #20: https://github.com/zerovm/zpm/issues/20 .. #31: https://github.com/zerovm/zpm/issues/31 .. #37: https://github.com/zerovm/zpm/issues/37 .. #105: https://github.com/zerovm/zpm/issues/105 .. #109: https://github.com/zerovm/zpm/issues/109 .. #119: https://github.com/zerovm/zpm/issues/119 .. #122: https://github.com/zerovm/zpm/issues/122 .. #131: https://github.com/zerovm/zpm/issues/131 .. #132: https://github.com/zerovm/zpm/issues/132 .. #134: https://github.com/zerovm/zpm/issues/134 .. #147: https://github.com/zerovm/zpm/issues/147 .. #157: https://github.com/zerovm/zpm/issues/157 .. #158: https://github.com/zerovm/zpm/issues/158 .. #167: https://github.com/zerovm/zpm/issues/167 .. #173: https://github.com/zerovm/zpm/issues/173 .. #177: https://github.com/zerovm/zpm/issues/177 .. #180: https://github.com/zerovm/zpm/issues/180 .. #183: https://github.com/zerovm/zpm/issues/183