pip3 install git+https://github.com/aplbrain/neuvue-client.gitCreate a configuration file in your home directory ~/.neuvueclient/neuvue-secret.txt with your Google Oauth token:
[CONFIG]
token = <insert token>
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"})| Object | POST | GET | LIST | DELETE | PATCH |
|---|---|---|---|---|---|
| Point | ✅ | ✅ | ✅ | ✅ | ✅ |
| Task | ✅ | ✅ | ✅ | ✅ | ✅ |
| DifferStack | ✅ | ✅ | ✅ | ✅ | ⛔ |
| AgentsJob | ✅ | ✅ | ✅ | ✅ | ⛔ |
