Skip to content

Commit

Permalink
MNT add funding file to apply to floss.fund (skops-dev#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali authored Dec 10, 2024
1 parent 92b041b commit 21697e2
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions docs/.funding/floss-funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Adrin Jalali",
"email": "adrin.jalali@gmail.com",
"phone": "",
"description": "I'm a maintainer of this package.",
"webpageUrl": {
"url": "https://github.com/adrinjalali",
"wellKnown": "https://github.com/adrinjalali/adrinjalali.github.io/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "skops",
"name": "skops",
"description": "skops is a Python package used to securely persist models in the scikit-learn and statistical machine learning space. It is a way to avoid saving and loading pickle files which can result in running arbitrary code on ysers' machine.",
"webpageUrl": {
"url": "https://github.com/skops-dev/skops"
},
"repositoryUrl": {
"url": "https://github.com/skops-dev/skops"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"machine-learning",
"security",
"mlops",
"developer-tools"
]
}
],
"funding": {
"channels": [
{
"guid": "paypal",
"type": "payment-provider",
"address": "adrinjalali@paypal.com",
"description": ""
}
],
"plans": [
{
"guid": "the-plan",
"status": "inactive",
"name": "Support plan",
"description": "This is to support me parttime on the project to improve persistence compatibility with more objects, and to work on moving persisted objects from one version of a dependency to the next.",
"amount": 40000,
"currency": "EUR",
"frequency": "one-time",
"channels": [
"paypal"
]
}
],
"history": null
}
}

0 comments on commit 21697e2

Please sign in to comment.