{"id":21189218,"url":"https://github.com/uptick/pyworkflowmax","last_synced_at":"2025-07-10T02:31:41.427Z","repository":{"id":57458574,"uuid":"65876693","full_name":"uptick/pyworkflowmax","owner":"uptick","description":"A Python API around WorkflowMax's REST API","archived":false,"fork":false,"pushed_at":"2016-12-18T12:22:12.000Z","size":13,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-10T12:47:43.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uptick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-17T04:47:28.000Z","updated_at":"2021-08-07T17:42:08.000Z","dependencies_parsed_at":"2022-09-09T23:11:06.975Z","dependency_job_id":null,"html_url":"https://github.com/uptick/pyworkflowmax","commit_stats":null,"previous_names":["abasystems/pyworkflowmax"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Fpyworkflowmax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Fpyworkflowmax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Fpyworkflowmax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Fpyworkflowmax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uptick","download_url":"https://codeload.github.com/uptick/pyworkflowmax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225614940,"owners_count":17496938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T18:50:44.045Z","updated_at":"2024-11-20T18:50:44.714Z","avatar_url":"https://github.com/uptick.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyWorkflowMax\n\nPyWorkflowMax is a Python API for accessing the REST API provided by the [WorkflowMax](https://www.workflowmax.com/api/)\njob management tool.\n\n## Getting started\n\nInstall:\n```\npip install pyworkflowmax\n```\n\nCreate a `Credentials` instance and provide your API and account keys:\n```\nfrom workflowmax import Credentials\n\ncred = Credentials(\n  api_key=os.environ.get('WORKFLOWMAX_API_KEY'),\n  account_key=os.environ.get('WORKFLOWMAX_ACCOUNT_KEY')\n)\n```\n\nCreate a `WorkflowMax` instance, supplying the credentials:\n```\nfrom workflowmax import WorkflowMax\n\nwfm = WorkflowMax(cred)\n```\n\nAccess stuff:\n```\nimportant_clients = wfm.clients.search(query='VIP')\n```\n\nIf you don't know what you're looking for:\n\n- the repr of a `WorkFlowMax` instance will yield a list of available managers (i.e. `clients` in the above example).\n- the repr of a `Manager` instance will yield a list of available methods on that manager. Each method corresponds to an API call in WorkFlowMax.\n\n\n## Development\n\nThis project is still a baby. It has no tests, limited post/patch functionality, and supports Python 3 only.\n\nContributions are welcome. ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptick%2Fpyworkflowmax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuptick%2Fpyworkflowmax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptick%2Fpyworkflowmax/lists"}