Skip to main content

No project description provided

Project description

mixto-py

The python library for Mixto.

Install

pip install mixto-py

For dev instances, clone this repo and run from inside of the directory:

pip install -e .

Usage

from mixto import Mixto

The main class can be instantiated in two ways:

m = Mixto()
# or
m = Mixto(host="https://mixto_host", api_key="youapikey")

Example

from mixto import Mixto

m = Mixto()

for workspace in m.miscGetWorkspaces():
    print(workspace.commit_count)
    for commit in workspace.commits:
        print(commit.commit_id, commit.title)

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

mixto-py-0.0.1.tar.gz (8.8 kB view hashes)

Uploaded Source

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