HowdenParser 0.1.2__tar.gz → 0.1.4__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.
@@ -0,0 +1,3 @@
1
+ from .huggingface import Parameter as Huggingface
2
+ from .mistralocr import Parameter as MistralOcr
3
+ from .llamaparser import Parameter as Llamaparser
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: HowdenParser
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: A simple configuration manager with Pydantic and JSON export.
5
5
  License: MIT
6
6
  Keywords: config,configuration,pydantic,json
@@ -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.4"
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"
@@ -16,6 +16,3 @@ documentation = "https://github.com/yourusername/config"
16
16
  [[tool.poetry.packages]]
17
17
  include = "HowdenParser"
18
18
 
19
- [[tool.poetry.packages]]
20
- include = "parameter"
21
-
@@ -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