*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 813c88ef authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Provide initial skeleton for the Python library

parent 6782c9d5
No related branches found
No related tags found
No related merge requests found
**.pyc
**/__pycache__
# TU Wien Virtual Research Environment Connector
This Python library is intended to provide a simple API for fetching data from and publishing data to DBRepo and TU Wien Research Data.
[tool.poetry]
name = "tuw_vre_connector"
version = "0.1.0"
description = "Library for connecting the virtual research environment of TU Wien with its research data repositories"
authors = ["Maximilian Moser <maximilian.moser@tuwien.ac.at>", "Sotirios Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>", "Martin Weise <martin.weise@tuwien.ac.at>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
"""Library for connecting VRE of TU Wien with the research data repositories."""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment