Skip to content

Guidelines for adding new Python packages #12

Description

@raoulcollenteur

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 :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions