Skip to content
Snippets Groups Projects
Commit a9312edd authored by Leon Michel Gorißen's avatar Leon Michel Gorißen
Browse files
parents c8b4c8e8 6a88014f
Branches
No related tags found
No related merge requests found
MIT License MIT License
Copyright (c) 2022, Jan-Niklas Schneider Copyright (c) 2024, Leon Gorißen
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
...@@ -9,6 +9,10 @@ Acknowledgement ...@@ -9,6 +9,10 @@ Acknowledgement
* Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germanys Excellence Strategy – EXC-2023 Internet of Production – 390621612 * Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germanys Excellence Strategy – EXC-2023 Internet of Production – 390621612
.. image:: resources/IoP_Logo.png
\
.. image:: docs/resources/IoP_Logo.png .. image:: docs/resources/IoP_Logo.png
Concept Concept
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# https://github.com/frankaemika/libfranka/issues/63 # https://github.com/frankaemika/libfranka/issues/63
# https://github.com/ib101/DVK/blob/master/Code/DVK.py # https://github.com/ib101/DVK/blob/master/Code/DVK.py
# TODO test break locking # TODO username and IP from env var.
import requests import requests
from urllib.parse import urljoin from urllib.parse import urljoin
......
# requests
# rich
# black
# flake8
# isort
# wheel
# diagrams
# coscine
# boto3 # Amazons S3 SDK
# isodate # Parse datetime strings
# tqdm # CLI progress bars
# pyshacl # RDF SHACL shapes constraints verification
# rdflib # Deals with RDF
# requests # Deals with HTTP
# requests-cache # Caches HTTP requests
# requests-toolbelt # Multipart upload monitoring
# tabulate # Pretty prints data in tabular format
# sphinx # documentation generator
# furo # sphinx documentation theme
# myst-parser # sphinx plugin for markdown support
# sphinx-copybutton # inserts buttons to copy sourcecode in docs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment