mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pynsee.
* gnu/packages/python-science.scm (python-pynsee): New variable. Change-Id: I4e93d26ad4b6be238b0e4cce82ea77030caf6e02 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
44ea0b37b4
commit
37076a20f9
1 changed files with 32 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
|
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de>
|
;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de>
|
||||||
|
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -3475,6 +3476,37 @@ visualization and image processing involving N-dimensional raster data) into
|
||||||
and from numpy arrays.")
|
and from numpy arrays.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pynsee
|
||||||
|
(package
|
||||||
|
(name "python-pynsee")
|
||||||
|
(version "0.1.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pynsee" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wd1xhkjpll8mzrrhnqxrand32p338j2zfw3h1gxacf31iwxhips"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ; XXX: Tests require network access.
|
||||||
|
(propagated-inputs (list python-appdirs
|
||||||
|
python-pandas
|
||||||
|
python-requests
|
||||||
|
python-shapely
|
||||||
|
python-tqdm
|
||||||
|
python-unidecode
|
||||||
|
python-urllib3))
|
||||||
|
(home-page "https://pynsee.readthedocs.io")
|
||||||
|
(synopsis
|
||||||
|
"Tools to Easily Search and Download French Data From INSEE and IGN APIs")
|
||||||
|
(description
|
||||||
|
"This package provides tools to easily search and download French data
|
||||||
|
from INSEE and IGN APIs. This data includes more than 150 000 macroeconomic
|
||||||
|
series, a dozen datasets of local french data, numerous sources available on
|
||||||
|
@url{insee.fr}, geographical limits of administrative areas taken from IGN as
|
||||||
|
well as key metadata and SIRENE database containing data on all French
|
||||||
|
compagnies.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-libneuroml
|
(define-public python-libneuroml
|
||||||
(package
|
(package
|
||||||
(name "python-libneuroml")
|
(name "python-libneuroml")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue