Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
5e403024
Verified
Commit
5e403024
authored
May 17, 2024
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated version
parent
05101a51
No related branches found
No related tags found
3 merge requests
!268
Master
,
!266
Dev
,
!265
Dev
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/python/README.md
+1
-1
1 addition, 1 deletion
lib/python/README.md
lib/python/pyproject.toml
+2
-2
2 additions, 2 deletions
lib/python/pyproject.toml
lib/python/setup.py
+1
-1
1 addition, 1 deletion
lib/python/setup.py
with
4 additions
and
4 deletions
lib/python/README.md
+
1
−
1
View file @
5e403024
# DBRepo Python Library
# DBRepo Python Library
Official client library for
[
DBRepo
](
https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
__APPVERSION__
/
)
, a database
Official client library for
[
DBRepo
](
https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
1.4.3
/
)
, a database
repository to support research based
repository to support research based
on
[
requests
](
https://pypi.org/project/requests/
)
,
[
pydantic
](
https://pypi.org/project/pydantic/
)
,
[
tuspy
](
https://pypi.org/project/tuspy/
)
on
[
requests
](
https://pypi.org/project/requests/
)
,
[
pydantic
](
https://pypi.org/project/pydantic/
)
,
[
tuspy
](
https://pypi.org/project/tuspy/
)
and
[
pika
](
https://pypi.org/project/pika/
)
.
and
[
pika
](
https://pypi.org/project/pika/
)
.
...
...
This diff is collapsed.
Click to expand it.
lib/python/pyproject.toml
+
2
−
2
View file @
5e403024
...
@@ -34,7 +34,7 @@ requires = [
...
@@ -34,7 +34,7 @@ requires = [
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
[project.urls]
[project.urls]
Homepage
=
"https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.
2
/"
Homepage
=
"https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.
3
/"
Documentation
=
"https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.
2
/sphinx/"
Documentation
=
"https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.
3
/sphinx/"
Issues
=
"https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues"
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/"
Source
=
"https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lib/python/setup.py
+
1
−
1
View file @
5e403024
...
@@ -4,7 +4,7 @@ from distutils.core import setup
...
@@ -4,7 +4,7 @@ from distutils.core import setup
setup
(
name
=
"
dbrepo
"
,
setup
(
name
=
"
dbrepo
"
,
version
=
"
1.4.3
"
,
version
=
"
1.4.3
"
,
description
=
"
A library for communicating with DBRepo
"
,
description
=
"
A library for communicating with DBRepo
"
,
url
=
"
https://www.ifs.tuwien.ac.at/infrastructures/dbrepo//
"
,
url
=
"
https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
1.4.3
/
"
,
author
=
"
Martin Weise
"
,
author
=
"
Martin Weise
"
,
license
=
"
Apache-2.0
"
,
license
=
"
Apache-2.0
"
,
author_email
=
"
martin.weise@tuwien.ac.at
"
,
author_email
=
"
martin.weise@tuwien.ac.at
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment