From d95e1988d466f48d0841c68d447bec605d756a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?daniel=20serv=C3=A9n?= Date: Tue, 21 Apr 2026 17:12:57 +0200 Subject: [PATCH] Create funding.json for pyGAM project Added funding information for the pyGAM project, including maintainer details and funding channels. --- funding.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 funding.json diff --git a/funding.json b/funding.json new file mode 100644 index 00000000..11fbf8e9 --- /dev/null +++ b/funding.json @@ -0,0 +1,52 @@ +{ + "version": "v1.0.0", + "entity": { + "type": "individual", + "role": "maintainer", + "name": "Daniel Servén Marín", + "email": "dserven@gmail.com", + "description": "Contributor to open-source projects in the Python data science ecosystem. Creator and maintainer of the pyGAM project.", + "webpageUrl": { + "url": "https://github.com/dswah/pyGAM" + } + }, + "projects": [{ + "guid": "pygam", + "name": "pyGAM", + "description": "Generalized Additive Models in Python", + "webpageUrl": { + "url": "https://github.com/dswah/pyGAM" + }, + "repositoryUrl": { + "url": "https://github.com/dswah/pyGAM" + }, + "licenses": ["spdx:Apache-2.0"], + "tags": ["data-science", "machine-learning", "interpretable-ai", "statistics", "scientific-computing", "python"] + }], + + "funding": { + "channels": [ + { + "guid": "paypal", + "type": "payment-provider", + "address": "@", + "description": "PayPal Account. Please include \"pyGAM\" in the purpose." + } + ], + + "plans": [ + { + "guid": "dev-part", + "status": "active", + "name": "Part-time Developer", + "description": "Support towards covering the cost of maintainers working part-time on the project.", + "amount": 10000, + "currency": "USD", + "frequency": "yearly", + "channels": ["paypal"] + } + ], + + "history": [] + } +}