Metadata-Version: 2.0
Name: jboss
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/klen/jboss
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: MIT
Keywords: django,flask,sqlalchemy,testing,mock,stub,mongoengine,data
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Dist: requests (==2.5.1)
Requires-Dist: requests-cache (==0.4.9)

JBoss API client
################

.. _description:

JBoss API client -- Short description.

.. _badges:

.. image:: http://img.shields.io/travis/klen/jboss.svg?style=flat-square
    :target: http://travis-ci.org/klen/jboss
    :alt: Build Status

.. image:: http://img.shields.io/coveralls/klen/jboss.svg?style=flat-square
    :target: https://coveralls.io/r/klen/jboss
    :alt: Coverals

.. image:: http://img.shields.io/pypi/v/jboss.svg?style=flat-square
    :target: https://pypi.python.org/pypi/jboss

.. image:: http://img.shields.io/pypi/dm/jboss.svg?style=flat-square
    :target: https://pypi.python.org/pypi/jboss

.. image:: http://img.shields.io/gratipay/klen.svg?style=flat-square
    :target: https://www.gratipay.com/klen/
    :alt: Donate

.. _contents:

.. contents::

.. _requirements:

Requirements
=============

- python >= 2.6

.. _installation:

Installation
=============

**JBoss API client** should be installed using pip: ::

    pip install jboss

.. _usage:

Usage
=====

::

    from jboss import APIClient

    client = APIClient()
    response = client.api.runtime['test:dev:1.0'].process['process-name'].start.post()
    response = client.api.task.query(processInstanceId=response.json['id'])


.. _bugtracker:

Bug tracker
===========

If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/jboss/issues

.. _contributing:

Contributing
============

Development of JBoss API client happens at: https://github.com/klen/jboss


Contributors
=============

* klen_ (Kirill Klenov)

.. _license:

License
=======

Licensed under a `BSD license`_.

.. _links:

.. _BSD license: http://www.linfo.org/bsdlicense.html
.. _klen: https://github.com/klen


