Metadata-Version: 1.1
Name: packman
Version: 0.5.0
Summary: Package Generator
Home-page: https://github.com/cloudify-cosmo/packman
Author: nir0s
Author-email: nir36g@gmail.com
License: LICENSE
Description: packman
        =======
        
        |Build Status|
        
        |Gitter chat|
        
        |PyPI|
        
        |PypI|
        
        ``packman`` creates packages.
        
        You can write a ``packages file`` containing your packages'
        configuration and packman will retrieve the resources and create the
        packages accordingly.
        
        The project was initally invented to create Cloudify
        (http://getcloudify.org/) packages and is now progressing towards being
        a simple open-source solution to creating different types of packages.
        
        Quick Start
        ~~~~~~~~~~~
        
        `Quick
        Start <http://packman.readthedocs.org/en/latest/quick_start.html>`__
        
        Documentation
        ~~~~~~~~~~~~~
        
        `packman documentation <https://packman.readthedocs.org/en/latest/>`__
        
        Installation
        ~~~~~~~~~~~~
        
        see `packman
        requirements <http://packman.readthedocs.org/en/latest/installation.html#pre-requirements>`__
        before installing packman
        
        .. code:: shell
        
             pip install packman
             # or, for dev:
             pip install https://github.com/cloudify-cosmo/cloudify-packager/archive/master.tar.gz
        
        Usage Examples
        ~~~~~~~~~~~~~~
        
        see `Packages
        Configuration <http://packman.readthedocs.org/en/latest/component_config.html>`__
        to configure your ``packages file``
        
        .. code:: shell
        
             # `pkm get` retrieves package sources
             pkm get --packages my_package --packages_file /my_packages_file.yaml
             # `pkm pack` packages sources, scripts and configs.
             pkm pack -c my_package,my_other_package
             # `pkm make` ... does both one after the other
             pkm make -x excluded_package,excluded_package2
        
        Additional Information
        ~~~~~~~~~~~~~~~~~~~~~~
        
        -  `packman's cli <http://packman.readthedocs.org/en/latest/pkm.html>`__
        -  `Alternative
           Implementations <http://packman.readthedocs.org/en/latest/alternative_methods.html>`__
        -  `Template
           Handling <http://packman.readthedocs.org/en/latest/template_handling.html>`__
        -  `packman API <http://packman.readthedocs.org/en/latest/api.html>`__
        
        .. |Build Status| image:: https://travis-ci.org/cloudify-cosmo/packman.svg?branch=master
           :target: https://travis-ci.org/cloudify-cosmo/packman
        .. |Gitter chat| image:: https://badges.gitter.im/cloudify-cosmo/packman.png
           :target: https://gitter.im/cloudify-cosmo/packman
        .. |PyPI| image:: http://img.shields.io/pypi/dm/packman.svg
           :target: http://img.shields.io/pypi/dm/packman.svg
        .. |PypI| image:: http://img.shields.io/pypi/v/packman.svg
           :target: http://img.shields.io/pypi/v/packman.svg
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
