Python bindings for the codePost API
Project description
codePost API Python Library
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file codePost-api-1.0.13.tar.gz
.
File metadata
- Download URL: codePost-api-1.0.13.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ddd2ce92f52b34f204080d492b34d5acfbc79d960c625d965374e280f8b0b8d |
|
MD5 | f72927e48d4799a63169253b81672f23 |
|
BLAKE2b-256 | d317503657a98b58fb9aa5a9daa3586ef3e8123cd9d9c5e4ecc58ad9dc7114da |
File details
Details for the file codePost_api-1.0.13-py2-none-any.whl
.
File metadata
- Download URL: codePost_api-1.0.13-py2-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f282d65e10dfbe9fb2208922c1f4fe602122cc4ec81c7aebcdd73e9461dca411 |
|
MD5 | aa33d1ae1cb84ae4e4ed9228c3385155 |
|
BLAKE2b-256 | 59a068686a310e8c7a0282e17068f0d3ab34be354d6909b20e3797c0c9b029db |