Name | fw-client JSON |
Version |
2.1.3
JSON |
| download |
home_page | None |
Summary | Flywheel HTTP API client. |
upload_time | 2025-08-06 12:24:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | ~=3.10 |
license | None |
keywords |
api
flywheel
http
client
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# fw-client
Flywheel HTTP JSON API client hardened for production with transport and HTTP error retries.
## Installation
```bash
# installing into a venv
pip install fw-client
# adding as a project dependency
poetry add fw-client
```
## Usage
```python
from fw_client import FWClient
fw = FWClient("site.flywheel.io:djEuU79cNFk8pk4tLwxybb1YHqhzhyEXAMPLE")
project_labels = [project.label for project in fw.get("/api/projects")]
```
## Linting
```bash
pre-commit run -a
```
## Testing
```bash
poetry install
poetry run pytest
```
## License
[](LICENSE)
Raw data
{
"_id": null,
"home_page": null,
"name": "fw-client",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.10",
"maintainer_email": null,
"keywords": "API, Flywheel, HTTP, client",
"author": null,
"author_email": "Flywheel <support@flywheel.io>",
"download_url": null,
"platform": null,
"description": "# fw-client\n\nFlywheel HTTP JSON API client hardened for production with transport and HTTP error retries.\n\n## Installation\n\n```bash\n# installing into a venv\npip install fw-client\n\n# adding as a project dependency\npoetry add fw-client\n```\n\n## Usage\n\n```python\nfrom fw_client import FWClient\nfw = FWClient(\"site.flywheel.io:djEuU79cNFk8pk4tLwxybb1YHqhzhyEXAMPLE\")\nproject_labels = [project.label for project in fw.get(\"/api/projects\")]\n```\n\n## Linting\n\n```bash\npre-commit run -a\n```\n\n## Testing\n\n```bash\npoetry install\npoetry run pytest\n```\n\n## License\n\n[](LICENSE)\n",
"bugtrack_url": null,
"license": null,
"summary": "Flywheel HTTP API client.",
"version": "2.1.3",
"project_urls": {
"Documentation": "https://gitlab.com/flywheel-io/tools/lib/fw-client",
"Repository": "https://gitlab.com/flywheel-io/tools/lib/fw-client"
},
"split_keywords": [
"api",
" flywheel",
" http",
" client"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f9573e98b62f7ae181acbb65260e636d15a5dbfe08df5a167fa8dbc3079e2bf0",
"md5": "53997a6d7d8028094b35eef9d421f095",
"sha256": "15204e2bb45cc73bb4da6e684de1547f0ec7034f949243c8a0fbe2dfd1acb0e8"
},
"downloads": -1,
"filename": "fw_client-2.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "53997a6d7d8028094b35eef9d421f095",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.10",
"size": 13581,
"upload_time": "2025-08-06T12:24:30",
"upload_time_iso_8601": "2025-08-06T12:24:30.959812Z",
"url": "https://files.pythonhosted.org/packages/f9/57/3e98b62f7ae181acbb65260e636d15a5dbfe08df5a167fa8dbc3079e2bf0/fw_client-2.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 12:24:30",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "flywheel-io",
"gitlab_project": "tools",
"lcname": "fw-client"
}