Skip to main content

Python bindings for the codePost API

Project description

codePost API Python Library

Build Status Coverage Status

The package provides a set of helper functions used to access the codePost API from applications written in the Python language.

Documentation

This library implements helper methods to access the codePost API. Check out the Python version of the codePost API docs.

Installation

The recommended method to install this codePost API Python library, is to use pip:

pip install codePost-api

or for local development:

pip install --user codePost-api

Usage

To use the functions available in this library, you must have a codePost API key. As of March 2019, to retrieve a codePost API key, you must be a administrator of a course on codePost. It will then be accessible from https://codepost.io/settings.

Development

To start developing, install pipenv, then install all dependencies for this project:

pipenv install --dev

Run all tests on all supported versions of Python which you have locally installed:

make test

Run all tests for a specific Python version (modify -e according to your Python target):

pipenv run tox -e py27

Run all tests in a single file for a specific Python version:

pipenv run tox -e py27 -- tests/test_helpers.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codePost-api-1.0.11.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

codePost_api-1.0.11-py2-none-any.whl (11.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page