Deltares / ddlpy

API to Dutch Rijkswaterstaat archive (DDL, waterinfo.rws.nl) of monitoring water data
https://deltares.github.io/ddlpy/
GNU General Public License v3.0
20 stars 6 forks source link

Project not available via Pypi - what are the plans? #12

Closed cpaulik closed 2 years ago

cpaulik commented 2 years ago

HI,

There is a link in the readme that points to https://pypi.org/project/ddlpy/ which does not exist.

What are the plans of making this package available via pypi? It would make dependency management and installation in other projects somewhat easier if there would be an official package.

isabelbrandao commented 2 years ago

Hi cpaulik, could you install ddlpy?

cpaulik commented 2 years ago

Yes we were able to install it directly from the repo as far as I know. Why are you asking?

isabelbrandao commented 2 years ago

I'm asking because I've installed it but when I use the notebooks or minimal_example.py, I get an error that ddlpy is not found.

cpaulik commented 2 years ago

Ok, I think that might be best discussed in a separate issue. Although it does not seem that the developers of this package are very responsive...

SiggyF commented 2 years ago

Thanks, I have made this package available here https://pypi.org/project/rws-ddlpy/

SiggyF commented 2 years ago

Note that you can install the github version, after checkout, using: pip install -e .

SiggyF commented 2 years ago

I'm asking because I've installed it but when I use the notebooks or minimal_example.py, I get an error that ddlpy is not found.

It can find the library even if not installed if you are one directory up from the notebook directory. The notebook assumes you installed the package using pip install -e . from the directory containing setup.py. Or (since a few minutes ago) after pip install rws-ddlpy.

cpaulik commented 2 years ago

Thanks. That should make our lives easier. As a side note - the badge in the readme still refers to the old package name

veenstrajelmer commented 6 months ago

Another release of ddlpy was created today and all docs and examples were updated. Please open a new issue if you encounter any bugs.