-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from SciCatProject/scicat_object_structure
Added examples of SciCat dataset and origdatablocks schema
- Loading branch information
Showing
22 changed files
with
752 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include src/scicat_schemas/dataset.schema.json.jinja | ||
include src/scicat_schemas/origdatablock.schema.json.jinja |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,45 @@ | ||
# SHA1:bad3be485e41242eafd3a41c6ed2b021210bd026 | ||
# SHA1:0432d8fc729bb08876212fbb1777a15f2b2ab3e2 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile-multi | ||
# | ||
certifi==2024.6.2 | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
confluent-kafka==2.4.0 | ||
confluent-kafka==2.5.0 | ||
# via -r base.in | ||
ess-streaming-data-types==0.26.1 | ||
# via -r base.in | ||
flatbuffers==24.3.25 | ||
# via ess-streaming-data-types | ||
graypy==2.1.0 | ||
# via -r base.in | ||
h5py==3.11.0 | ||
# via -r base.in | ||
idna==3.7 | ||
# via requests | ||
jinja2==3.1.4 | ||
# via -r base.in | ||
kafka-python==2.0.2 | ||
# via -r base.in | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
numpy==1.26.4 | ||
# via ess-streaming-data-types | ||
numpy==2.0.0 | ||
# via | ||
# ess-streaming-data-types | ||
# h5py | ||
pygments==2.18.0 | ||
# via rich | ||
requests==2.32.3 | ||
# via -r base.in | ||
rich==13.7.1 | ||
# via -r base.in | ||
urllib3==2.2.1 | ||
urllib3==2.2.2 | ||
# via requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
-r basetest.in | ||
# --- END OF CUSTOM SECTION --- | ||
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY! | ||
kafka-python | ||
confluent_kafka | ||
ess-streaming-data-types | ||
graypy | ||
h5py | ||
jinja2 | ||
kafka-python | ||
requests | ||
rich | ||
graypy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,46 @@ | ||
# SHA1:d6bc96251e6b13b5797a6bae33485ff077b19b5f | ||
# SHA1:be3092a4379377d5f1bf7cb4731a0d81e621362d | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile-multi | ||
# | ||
-r basetest.txt | ||
certifi==2024.6.2 | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
confluent-kafka==2.4.0 | ||
confluent-kafka==2.5.0 | ||
# via -r nightly.in | ||
ess-streaming-data-types==0.26.1 | ||
# via -r nightly.in | ||
flatbuffers==24.3.25 | ||
# via ess-streaming-data-types | ||
graypy==2.1.0 | ||
# via -r nightly.in | ||
h5py==3.11.0 | ||
# via -r nightly.in | ||
idna==3.7 | ||
# via requests | ||
jinja2==3.1.4 | ||
# via -r nightly.in | ||
kafka-python==2.0.2 | ||
# via -r nightly.in | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
numpy==1.26.4 | ||
# via ess-streaming-data-types | ||
numpy==2.0.0 | ||
# via | ||
# ess-streaming-data-types | ||
# h5py | ||
pygments==2.18.0 | ||
# via rich | ||
requests==2.32.3 | ||
# via -r nightly.in | ||
rich==13.7.1 | ||
# via -r nightly.in | ||
urllib3==2.2.1 | ||
urllib3==2.2.2 | ||
# via requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.