Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 0f9a83f
  • /
  • pyproject.toml
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:f3271c9d471a55742f733a7a2f94a69652121dd2
directory badge
swh:1:dir:0f9a83f27ebe59952e0306d232fd6ef35c7ba459

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
pyproject.toml
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "EMD-signal"
dynamic = ["version"]
description = "Implementation of the Empirical Mode Decomposition (EMD) and its variations"
readme = "README.md"
license = "Apache-2.0"
authors = [{ name = "Dawid Laszuk", email = "pyemd@dawid.lasz.uk" }]
keywords = ["signal", "decomposition", "data", "analysis"]
classifiers = [
    "Intended Audience :: Information Technology",
    "Intended Audience :: Science/Research",
    "Topic :: Scientific/Engineering",
    "Topic :: Scientific/Engineering :: Information Analysis",
    "Topic :: Scientific/Engineering :: Mathematics",
]
requires-python = ">=3.9"
dependencies = [
    "numpy>=1.12",
    "scipy>=0.19",
    "pathos>=0.2.1",
    "tqdm>=4.64.0,<5.0",
]

[project.optional-dependencies]
doc = [
    "sphinx",
    "sphinx_rtd_theme",
    "numpydoc",
]
jit = [
    "numba>=0.62.0; python_version>='3.10'",
]
dev = [
    "pycodestyle==2.11.*",
    "black==25.11.*",
    "isort==5.12.*",
    "nox",
]
test = [
    "pytest",
    "codecov",
]

[project.urls]
Homepage = "https://github.com/laszukdawid/PyEMD"
Repository = "https://github.com/laszukdawid/PyEMD"

[tool.setuptools.dynamic]
version = { attr = "PyEMD.__version__" }

[tool.setuptools.packages.find]
include = ["PyEMD*"]

[tool.black]
line-length = 120

[tool.isort]
line_length = 120
profile = "black"

[tool.ruff]
line-length = 120

[tool.pycodestyle]
max-line-length = 120
ignore = ["E203", "W503", "W605"]

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API