codepost-powertools 0.1.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

codepostpowertools 0.1.0

Some helpful codePost tools to aid with grading flow using the codePost SDK!
These tools were originally created to support the grading process for COS126,
the introductory Computer Science course at Princeton University.

Documentation
The documentation can be found
here.


Installation
$ pip install codepost-powertools


Usage
Please see the documentation for a more detailed description of the usage.
You should have a dedicated folder for the usage of these tools, since it
requires an input config file and outputs files for certain commands /
functions. It is recommended to use a virtual environment for this:
$ python -m venv env
$ source env/bin/activate
(env) $ python -m pip install codepost-powertools
(env) $ cptools --help
(env) $ python my_script.py
By default, the package will look for a configuration file called
config.yaml that contains a field "api_key" for your codePost API key.
See
this page
for instructions on how to access your codePost API key, as well as more
information on the config YAML file. You must have admin access to all the
courses you wish to access with this package.

Command Line Usage
You can access the command-line interface with the cptools command:
$ cptools --help

Usage: cptools [OPTIONS] COMMAND [ARGS]...

The `codepost_powertools` package on the command line.
Please see the CLI documentation for more information.


Script Usage
You can import the package in a script:
import codepost_powertools as cptools

# Log in to codePost
cptools.log_in_codepost()

# Call methods
Please see the “Writing Scripts” documentation for more information.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.