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
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
mixto-py-0.0.1.tar.gz
(8.8 kB
view details)
File details
Details for the file mixto-py-0.0.1.tar.gz
.
File metadata
- Download URL: mixto-py-0.0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7659b57b4c567130d88a88422cd1d5b5bae18c33f12ac3a97a8c20a60d1e92a4 |
|
MD5 | 816bf1ba4c03c56697a24f473fe3b637 |
|
BLAKE2b-256 | 56b7f74b33e0bd0ea4fce45a1531f139e493482f995d0b7c27c3bc54d40f27d3 |