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 :)
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:I hope this makes everything easier and improves the quality of the list :)