Skip to content
This repository was archived by the owner on Nov 25, 2017. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.07 KB

Valor

Build Status Coverage Status

Python HTTP clients for APIs represented by JSON Schema.

This is still super-early days yet, many things probably don't work. Use at your own risk.

Among most other things, docs aren't done, but check this out:

$ heroku auth:whoami
jacob@heroku.com
$ heroku apps
ancient-thicket-4976
arcane-reef-4005
...

$ python -i heroku.py
>>> heroku.account.info().email
u'jacob@heroku.com'
>>> [app.name for app in heroku.app.list()]
[u'ancient-thicket-4976', u'arcane-reef-4005', ...]

Then see heroku.py as an example of how this works.


What's with the name? The Ruby version of the same thing is Heroics. Heroics. Valor. See what I did there?