soasme / pia

PIA IS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pia

Documentation Status

What is Pia?

Pia is a tool running pipelines of RESTful services. Pia aggregates a set of requests chained by their HTTP bodies, so that the output of each response feeds directly as input to next request.

What is Pia's philosophy?

Obviously, Pia is influenced by Unix philosophy. Pipeline, Do One Thing and Do It Well, Choose portability over efficiency, etc.

How to use Pia?

Pia provides you a command-line application after installing by pip install pia. Check the docs for complete installation and usage instructions.

Where are the docs?

Go to http://pythonhosted.org/pia for a prebuilt version of the current documentation.

About

PIA IS API

License:ISC License


Languages

Language:Python 89.5%Language:Makefile 10.5%