Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

paulmelnikow/capysule

 
 

Repository files navigation

capysule

Python bindings for the Capsule API, with a synchronous Requests-based client modeled on Finch, using the data-modeling and validation framework Booby.

Build Status

Installation

Install capysule by running:

pip install capysule

Development

Create .env with CAPSULE_SITE and CAPSULE_API_TOKEN

virtualenv venv
source venv/bin/activate
pip install -r requirements_dev.txt
foreman run capysule/test.py

About

Python bindings for the Capsule API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.5%
  • Ruby 9.5%