Name | dvc-studio-client JSON |
Version |
0.21.0
JSON |
| download |
home_page | None |
Summary | Small library to post data from DVC/DVCLive to Iterative Studio |
upload_time | 2024-06-27 10:46:46 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
dvc-studio-client
=================
Client to interact with `DVC Studio`_.
|PyPI| |Status| |Python Version| |License|
|Tests| |Codecov| |pre-commit| |Black|
.. |PyPI| image:: https://img.shields.io/pypi/v/dvc-studio-client.svg
:target: https://pypi.org/project/dvc-studio-client/
:alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/dvc-studio-client.svg
:target: https://pypi.org/project/dvc-studio-client/
:alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/dvc-studio-client
:target: https://pypi.org/project/dvc-studio-client
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/dvc-studio-client
:target: https://opensource.org/licenses/Apache-2.0
:alt: License
.. |Tests| image:: https://github.com/iterative/dvc-studio-client/workflows/Tests/badge.svg
:target: https://github.com/iterative/dvc-studio-client/actions?workflow=Tests
:alt: Tests
.. |Codecov| image:: https://codecov.io/gh/iterative/dvc-studio-client/branch/main/graph/badge.svg
:target: https://app.codecov.io/gh/iterative/dvc-studio-client
:alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black
Features
--------
- Model Registry
- `get_download_uris`_: Return download URIs for the specified model.
- Live Experiments
- `post_live_metrics`_: Post updates to `api/live`.
- Studio authentication
- `get_access_token`_: Initiates the authentication process for a client application.
Installation
------------
You can install *dvc-studio-client* via pip_ from PyPI_:
.. code:: console
$ pip install dvc-studio-client
License
-------
Distributed under the terms of the `Apache 2.0 license`_,
*dvc-studio-client* is free and open source software.
Issues
------
If you encounter any problems,
please `file an issue`_ along with a detailed description.
.. _Apache 2.0 license: https://opensource.org/licenses/Apache-2.0
.. _PyPI: https://pypi.org/
.. _file an issue: https://github.com/iterative/dvc-studio-client/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _DVC Studio: https://dvc.org/doc/studio
.. _get_download_uris: https://docs.iterative.ai/dvc-studio-client/reference/dvc_studio_client/model_registry/
.. _post_live_metrics: https://docs.iterative.ai/dvc-studio-client/reference/dvc_studio_client/post_live_metrics/
.. _get_access_token: https://docs.iterative.ai/dvc-studio-client/reference/dvc_studio_client/auth/
Raw data
{
"_id": null,
"home_page": null,
"name": "dvc-studio-client",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Iterative <support@dvc.org>",
"download_url": "https://files.pythonhosted.org/packages/87/08/13cf5bb8bf0855d47325467a5948848bcea51780e2212349034f5e4701e6/dvc_studio_client-0.21.0.tar.gz",
"platform": null,
"description": "dvc-studio-client\n=================\n\nClient to interact with `DVC Studio`_.\n\n|PyPI| |Status| |Python Version| |License|\n\n|Tests| |Codecov| |pre-commit| |Black|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/dvc-studio-client.svg\n :target: https://pypi.org/project/dvc-studio-client/\n :alt: PyPI\n.. |Status| image:: https://img.shields.io/pypi/status/dvc-studio-client.svg\n :target: https://pypi.org/project/dvc-studio-client/\n :alt: Status\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/dvc-studio-client\n :target: https://pypi.org/project/dvc-studio-client\n :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/dvc-studio-client\n :target: https://opensource.org/licenses/Apache-2.0\n :alt: License\n.. |Tests| image:: https://github.com/iterative/dvc-studio-client/workflows/Tests/badge.svg\n :target: https://github.com/iterative/dvc-studio-client/actions?workflow=Tests\n :alt: Tests\n.. |Codecov| image:: https://codecov.io/gh/iterative/dvc-studio-client/branch/main/graph/badge.svg\n :target: https://app.codecov.io/gh/iterative/dvc-studio-client\n :alt: Codecov\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n :alt: pre-commit\n.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Black\n\nFeatures\n--------\n\n- Model Registry\n - `get_download_uris`_: Return download URIs for the specified model.\n\n- Live Experiments\n - `post_live_metrics`_: Post updates to `api/live`.\n\n- Studio authentication\n - `get_access_token`_: Initiates the authentication process for a client application.\n\nInstallation\n------------\n\nYou can install *dvc-studio-client* via pip_ from PyPI_:\n\n.. code:: console\n\n $ pip install dvc-studio-client\n\nLicense\n-------\n\nDistributed under the terms of the `Apache 2.0 license`_,\n*dvc-studio-client* is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems,\nplease `file an issue`_ along with a detailed description.\n\n\n.. _Apache 2.0 license: https://opensource.org/licenses/Apache-2.0\n.. _PyPI: https://pypi.org/\n.. _file an issue: https://github.com/iterative/dvc-studio-client/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _DVC Studio: https://dvc.org/doc/studio\n.. _get_download_uris: https://docs.iterative.ai/dvc-studio-client/reference/dvc_studio_client/model_registry/\n.. _post_live_metrics: https://docs.iterative.ai/dvc-studio-client/reference/dvc_studio_client/post_live_metrics/\n.. _get_access_token: https://docs.iterative.ai/dvc-studio-client/reference/dvc_studio_client/auth/\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Small library to post data from DVC/DVCLive to Iterative Studio",
"version": "0.21.0",
"project_urls": {
"Issues": "https://github.com/iterative/dvc-studio-client/issues",
"Source": "https://github.com/iterative/dvc-studio-client"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e1dd2618a5dfbfdd9d74fd69e9913c9b431b6e78bc0a251cfbe9b5808e4db122",
"md5": "ad6002c78b86c5107a5fe8c28c12540f",
"sha256": "93006e3812c830b42ff79746e6c6163e97a3c3ead6722ec2f1dec1d7dbf0b071"
},
"downloads": -1,
"filename": "dvc_studio_client-0.21.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad6002c78b86c5107a5fe8c28c12540f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 16363,
"upload_time": "2024-06-27T10:46:43",
"upload_time_iso_8601": "2024-06-27T10:46:43.405446Z",
"url": "https://files.pythonhosted.org/packages/e1/dd/2618a5dfbfdd9d74fd69e9913c9b431b6e78bc0a251cfbe9b5808e4db122/dvc_studio_client-0.21.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "870813cf5bb8bf0855d47325467a5948848bcea51780e2212349034f5e4701e6",
"md5": "ce1118336c608e3cd79c922cf941b643",
"sha256": "db212ff5cf73dce886d0713a5d2bf4bc0bbfb499f3ca8548705ca98aab5addd1"
},
"downloads": -1,
"filename": "dvc_studio_client-0.21.0.tar.gz",
"has_sig": false,
"md5_digest": "ce1118336c608e3cd79c922cf941b643",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 29304,
"upload_time": "2024-06-27T10:46:46",
"upload_time_iso_8601": "2024-06-27T10:46:46.063644Z",
"url": "https://files.pythonhosted.org/packages/87/08/13cf5bb8bf0855d47325467a5948848bcea51780e2212349034f5e4701e6/dvc_studio_client-0.21.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-27 10:46:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "iterative",
"github_project": "dvc-studio-client",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dvc-studio-client"
}