ver 1.0.0 initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "openproject",
|
||||
"version": "1.0.0",
|
||||
"description": "Interact with a self-hosted OpenProject instance over its API v3. A stdlib-only Python client (no pip installs) for projects, work packages, time entries, comments, users, types, statuses, and priorities — with name->id resolution, HAL+JSON parsing, pagination, optimistic-locking-safe updates, and delete guards. Ships a comprehensive skill plus /op-ping, /op-projects, /op-work, /op-show, /op-create, /op-update, /op-comment, /op-time commands.",
|
||||
"author": {
|
||||
"name": "Jason Stedwell"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"keywords": [
|
||||
"openproject",
|
||||
"project-management",
|
||||
"work-packages",
|
||||
"rest-api",
|
||||
"tickets"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user