Skip to content
Snippets Groups Projects
Select Git revision
  • d8693d924e35a0f468d91dc60ce6fbffd2dd38e8
  • master default protected
2 results

uviemon.cpp

Blame
  • pyproject.toml 1.07 KiB
    [project]
    name = "dbrepo"
    version = "1.7.0"
    description = "DBRepo Python Library"
    keywords = [
        "DBRepo",
        "Database Repository"
    ]
    authors = [
        { name = "Martin Weise, TU Wien", email = "martin.weise@tuwien.ac.at" }
    ]
    readme = "README.md"
    license = { file = "LICENSE" }
    classifiers = [
        "Development Status :: 4 - Beta",
        "Topic :: Software Development :: Libraries",
        "Programming Language :: Python :: 3.11",
        "Operating System :: OS Independent",
        "License :: OSI Approved :: Apache Software License",
    ]
    requires-python = ">=3.11"
    dependencies = [
        "requests >= 2.31",
        "pika",
        "pydantic",
        "tuspy",
        "pandas"
    ]
    
    [build-system]
    requires = [
        "setuptools >= 61.0"
    ]
    build-backend = "setuptools.build_meta"
    
    [project.urls]
    Homepage = "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.7/"
    Documentation = "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.6/python/"
    Issues = "https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues"
    Source = "https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/"