Skip to content

aplbrain/neuvue-client

Repository files navigation

neuvue-client

a python client for neuvuequeue

Installation

pip3 install git+https://github.com/aplbrain/neuvue-client.git

Configuration

Create a configuration file in your home directory ~/.neuvueclient/neuvue-secret.txt with your Google Oauth token:

[CONFIG]
token = <insert token>

Usage

First, create a new neuvuequeue instance:

import neuvueclient as Client

C = Client.NeuvueQueue("http://neuvuequeue-server/")

Now you can do all that your corazón desires:

C.get_tasks(sieve={"namespace": "split"})

Implementation Progress

Object POST GET LIST DELETE PATCH
Point
Task
DifferStack
AgentsJob

About

python client for neuvue-queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages