client icon indicating copy to clipboard operation
client copied to clipboard

DagsHub client libraries

Results 39 client issues
Sort by recently updated
recently updated
newest added

This should improve performance in use cases where the user has a venv inside of the project repository Trying to look for modules inside of the project root takes a...

enhancement

### Update [setuptools](https://pypi.org/project/setuptools) from **65.4.1** to **65.5.1**. Changelog ### 65.5.1 ``` ------- Misc ^^^^ * 3638: Drop a test dependency on the ``mock`` package, always use :external+python:py:mod:`unittest.mock` -- by :user:`hroncok`...

enhancement
good first issue

The user currently has to manually list all the files in a directory (probably by using something like `os.Walk`) and add them one by one to the `DataSet`. This should...

enhancement
good first issue

It's pretty hard to understand how to use `Repo`, `DataSet` and related code in [`dagshub/upload/wrapper.py`](https://github.com/DagsHub/client/blob/master/dagshub/upload/wrapper.py) without more documentation.

documentation
good first issue

Please review the Pr and suggest changes, if any.

Right now the cache doesn't check that the tokens in it are valid. This way you can add a permanent token, then revoke it on the website, but it won't...

enhancement

Logging levels should be standardized, and generally more logs added to the most verbose level. After doing that, a `--verbose` flag can greatly help in debugging issues

enhancement
good first issue