Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.
/ valor Public archive

Python HTTP clients for APIs represented by JSON Schema.

License

Notifications You must be signed in to change notification settings

jacobian/valor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Python HTTP clients for APIs represented by JSON Schema.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages