GET /api/v1/ports/py310-filterpy/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-filterpy",
"portdir": "python/py-filterpy",
"version": "1.4.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rlabbe/filterpy",
"description": "Kalman filters and other optimal and non-optimal estimation filters in Python.",
"long_description": "This library provides Kalman filtering and various related optimal and non-optimal filtering software written in Python. It contains Kalman filters, Extended Kalman filters, Unscented Kalman filters, Kalman smoothers, Least Squares filters, fading memory filters, g-h filters, discrete Bayes, and more.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "kuba",
"github": "KubaO",
"ports_count": 9
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-numpy",
"py310-scipy",
"py310-matplotlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-filterpy"
]
}
]
}