HowdenParser 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: HowdenParser
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A simple configuration manager with Pydantic and JSON export.
5
5
  License: MIT
6
6
  Keywords: config,configuration,pydantic,json
File without changes
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "HowdenParser"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "A simple configuration manager with Pydantic and JSON export."
9
9
  authors = [ "JesperThoftIllemannJ <jesper.jaeger@howdendanmark.dk>",]
10
10
  readme = "README.md"
@@ -1,3 +0,0 @@
1
- from .huggingface import Parameter as Huggingface
2
- from .llamaparser import Parameter as Llamaparser
3
- from .mistralocr import Parameter as Mistralocr
File without changes