raoulcollenteur / Python-Hydrology-Tools

:droplet: This repository holds a list of open source Python packages interesting to Hydrologists
434 stars 98 forks source link

Guidelines for adding new Python packages #12

Open raoulcollenteur opened 1 month ago

raoulcollenteur commented 1 month ago

I have restructured how new packages are added. The new format is to add a dictionary with the information about the project to list.json and open a pull request. All the rest will be updated automatically:

    "Pastas": {
        "description": "Analysis of hydrological time series using time series models.",
        "url": "https://github.com/pastas/pastas",
        "category": "Time Series (Analysis)",
        "docs": "https://pastas.readthedocs.io",
        "CI": 1,
        "last_update": "Will be update automatically from conda/pypi",
        "pypi": "https://pypi.org/project/Pastas/",
        "doi_software": "https://doi.org/10.5281/zenodo.1465866",
        "doi_paper": "http://doi.org/10.5281/zenodo.1465866",
        "conda": "https://anaconda.org/conda-forge/Pastas",
        "version": "Will be update automatically from conda/pypi"
    },

I hope this makes everything easier and improves the quality of the list :)

raoulcollenteur commented 1 month ago

Good packages should:

In addition: