Skip to content
Snippets Groups Projects

Create a new scanner module and move functions from crawl module there

Merged Alexander Schlemmer requested to merge f-refactor-scanner-crawler into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- JSONFileConverter, YAMLFileConverter and MarkdownFileConverter now inherit from
SimpleFileConverter. Behavior is unchanged, except that the MarkdownFileConverter now raises a
ConverterValidationError when the YAML header cannot be read instead of silently not matching.
- Refactoring of the crawl.py module: Now there is a separate scanner module handling the
collecting of information that is independent of CaosDB itself.
### Deprecated ###
@@ -44,7+46,7 @@
### Security ###
### Documentation ###
## [0.3.0] - 2022-01-30 ##
(Florian Spreckelsen)
Loading