{"id":21288418,"url":"https://github.com/loadlab/python","last_synced_at":"2025-03-15T15:42:01.728Z","repository":{"id":152312166,"uuid":"147597307","full_name":"loadlab/python","owner":"loadlab","description":"Python Client \u0026 CLI for LoadLab","archived":false,"fork":false,"pushed_at":"2018-09-16T22:52:50.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T05:41:15.059Z","etag":null,"topics":["cli","http","http-client","loadtesting","performance","performance-testing","python","sdk-python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loadlab.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-06T00:56:31.000Z","updated_at":"2022-09-06T12:00:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7e351ec-437c-4c6b-b24e-7334a152d569","html_url":"https://github.com/loadlab/python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadlab%2Fpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadlab%2Fpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadlab%2Fpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadlab%2Fpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loadlab","download_url":"https://codeload.github.com/loadlab/python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753996,"owners_count":20342537,"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":["cli","http","http-client","loadtesting","performance","performance-testing","python","sdk-python"],"created_at":"2024-11-21T12:20:18.927Z","updated_at":"2025-03-15T15:42:01.722Z","avatar_url":"https://github.com/loadlab.png","language":"Python","readme":"## LoadLab Python\n[![CircleCI](https://circleci.com/gh/loadlab/python.svg?style=svg)](https://circleci.com/gh/loadlab/python)\n\nA CLI and wrapper over the Python Requests library to talk to the LoadLab REST API.\n\n## Installation\n\n    $ pip install loadlab\n    \n## Python Usage\n\n```python\nfrom loadlab import LoadLab\n\nclient = LoadLab(token='\u003cYOUR TOKEN HERE\u003e')\n\n# Get Jobs\nclient.jobs.get()\n\n# Get Plans\nclient.plans.get()\n\n# Get Sites\nclient.sites.get()\n\n\n# Create new job\n# Refer to REST API Docs for supported fields\ndata = {...}\nclient.jobs.create(**data)\n\n```\n## CLI Usage\n\n    $ export LOADLAB_API_TOKEN=\u003cYOUR_API_TOKEN\u003e\n    $ loadlab --help\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadlab%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floadlab%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadlab%2Fpython/lists"}