Metadata-Version: 1.1
Name: ejpiaj
Version: 0.2.2
Summary: ejpiaj
Home-page: https://github.com/onjin/ejpiaj
Author: Marek Wywiał
Author-email: onjinx@gmail.com
License: BSD
Description: ===============================
        ejpiaj
        ===============================
        
        .. image:: https://badge.fury.io/py/ejpiaj.png
            :target: http://badge.fury.io/py/ejpiaj
            
        .. image:: https://travis-ci.org/onjin/ejpiaj.png?branch=master
                :target: https://travis-ci.org/onjin/ejpiaj
        
        .. image:: https://pypip.in/d/ejpiaj/badge.png
                :target: https://crate.io/packages/ejpiaj?version=latest
        
        
        ejpiaj
        
        * Free software: BSD license
        
        Features
        --------
        
        * test remote API with simple yaml files
        
        Install
        -------
        * pip install ejpiaj
        
        Simple usage
        ------------
        Try it with sample [github.yml](github.yml) file:
        
         * ejpiaj-cli test github.yml
        
        
        
        
        History
        -------
        
        0.2.2 (2014-02-10)
        ++++++++++++++++++
        * Fixed variable substiution for multi varaibles
        * Added variable substitution in 'url'
        
        0.2.1 (2014-02-07)
        ++++++++++++++++++
        
        * Fixed variables substitution if variable is None
        
        0.2.0 (2014-02-07)
        ++++++++++++++++++
        
        * Added support for form_params and headers
        
        0.1.0 (2014-02-01)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: ejpiaj
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
