Flywheel SDK
============
An SDK for interaction with a remote Flywheel instance.
Getting Started
===============
.. code-block:: python
import flywheel
from pprint import pprint
fw = flywheel.Client('api-key')
user = fw.get_current_user()
pprint(user)
fw.upload_file_to_project('project-id', '/path/to/file.txt')
Raw data
{
"_id": null,
"home_page": null,
"name": "flywheel-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Swagger, Flywheel API, flywheel",
"author": null,
"author_email": "support@flywheel.io",
"download_url": null,
"platform": null,
"description": "\nFlywheel SDK\n============\n\nAn SDK for interaction with a remote Flywheel instance.\n\nGetting Started\n===============\n\n.. code-block:: python\n\n import flywheel\n from pprint import pprint\n\n fw = flywheel.Client('api-key')\n\n user = fw.get_current_user()\n pprint(user)\n\n fw.upload_file_to_project('project-id', '/path/to/file.txt')\n",
"bugtrack_url": null,
"license": "Other/Proprietary",
"summary": "Flywheel SDK",
"version": "20.1.0",
"project_urls": {
"Documentation": "https://flywheel-io.gitlab.io/product/backend/sdk/branches/master/python",
"Source": "https://gitlab.com/flywheel-io/product/backend/core"
},
"split_keywords": [
"swagger",
" flywheel api",
" flywheel"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ea359732ed4f779dcc37265ca2b03400b1a54cc1a431b31125c054f6add9435e",
"md5": "da728acfedaf091914c502bb1fc4bcad",
"sha256": "d53ed4ca0a3a13d4fe089ac92d78e35cc9df2a7d024add380287fda1861335f7"
},
"downloads": -1,
"filename": "flywheel_sdk-20.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "da728acfedaf091914c502bb1fc4bcad",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 1249348,
"upload_time": "2025-03-07T11:02:59",
"upload_time_iso_8601": "2025-03-07T11:02:59.733601Z",
"url": "https://files.pythonhosted.org/packages/ea/35/9732ed4f779dcc37265ca2b03400b1a54cc1a431b31125c054f6add9435e/flywheel_sdk-20.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-07 11:02:59",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "flywheel-io",
"gitlab_project": "product",
"lcname": "flywheel-sdk"
}