d1_python icon indicating copy to clipboard operation
d1_python copied to clipboard

Python components for DataONE clients and servers

Results 24 d1_python issues
Sort by recently updated
recently updated
newest added

Upgrade dropbox dependency to 11.36.2 to avoid a dependency metadata issue. Without this fix, `pip install -r requirements.txt` fails in pip >=24.1 with the following error: ``` WARNING: Ignoring version...

Two changes to the `d1_util.create_data_packages` to let it run correctly. I added some more detail inline in the "Files changed" tab.

bug

Currently the PyPi "Homepage" link points to a non-existent GitHub repo https://github.com/DataONEorg/d1_tools Update to point to https://github.com/DataONEorg/d1_python (I think; that's what the `dataone.libclient` PyPI "Homepage" links to).

**Environment details** Python 3.12 ```sh pip freeze | grep dataone ``` ``` : dataone.common==3.5.2 : dataone.libclient==3.5.2 : dataone.util==3.5.2 ``` **To reproduce** ```sh pip install dataone.util dataone.libclient ``` ```python import d1_client...