bcf-api-xml 0.4.14__tar.gz → 0.4.15__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.
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/PKG-INFO +5 -7
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/__init__.py +1 -1
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/pyproject.toml +10 -10
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/README.md +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/bcf.version +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/markup.xsd +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/project.xsd +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/version.xsd +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/visinfo.xsd +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/errors.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/export/__init__.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/export/excel.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/export/zip.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/import_zip.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/ClippingPlane.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Color.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Comment.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Component.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Line.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/OrthogonalCamera.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/PerspectiveCamera.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Topic.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/ViewSetupHints.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Viewpoint.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Visibility.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/VisualizationInfo.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/XYZ.py +0 -0
- {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/__init__.py +0 -0
@@ -1,24 +1,22 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bcf-api-xml
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.15
|
4
4
|
Summary: Convert BCF-API to BCF-XML
|
5
5
|
Home-page: https://github.com/bimdata/BCF-API-XML-translator
|
6
6
|
License: MIT
|
7
7
|
Author: Hugo Duroux
|
8
8
|
Author-email: hugo@bimdata.io
|
9
|
-
Requires-Python: >=3.
|
9
|
+
Requires-Python: >=3.10,<4.0
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
12
|
-
Classifier: Programming Language :: Python :: 3.8
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
14
12
|
Classifier: Programming Language :: Python :: 3.10
|
15
13
|
Classifier: Programming Language :: Python :: 3.11
|
16
14
|
Classifier: Programming Language :: Python :: 3.12
|
17
15
|
Requires-Dist: generateDS (>=2.35.13,<3.0.0)
|
18
|
-
Requires-Dist: lxml (>=
|
19
|
-
Requires-Dist: pillow (>=
|
16
|
+
Requires-Dist: lxml (>=5.3.1,<6.0.0)
|
17
|
+
Requires-Dist: pillow (>=11.1.0,<12.0.0)
|
20
18
|
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
|
21
|
-
Requires-Dist: xlsxwriter (>=3.
|
19
|
+
Requires-Dist: xlsxwriter (>=3.2.2,<4.0.0)
|
22
20
|
Project-URL: Repository, https://github.com/bimdata/BCF-API-XML-translator
|
23
21
|
Description-Content-Type: text/markdown
|
24
22
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "bcf-api-xml"
|
3
|
-
version = "0.4.
|
3
|
+
version = "0.4.15"
|
4
4
|
description = "Convert BCF-API to BCF-XML"
|
5
5
|
authors = ["Hugo Duroux <hugo@bimdata.io>"]
|
6
6
|
license = "MIT"
|
@@ -9,20 +9,20 @@ homepage = "https://github.com/bimdata/BCF-API-XML-translator"
|
|
9
9
|
repository = "https://github.com/bimdata/BCF-API-XML-translator"
|
10
10
|
|
11
11
|
[tool.poetry.dependencies]
|
12
|
-
python = "^3.
|
13
|
-
lxml = "^
|
12
|
+
python = "^3.10"
|
13
|
+
lxml = "^5.3.1"
|
14
14
|
generateDS = "^2.35.13"
|
15
15
|
python-dateutil = "^2.8.0"
|
16
|
-
xlsxwriter = "^3.
|
17
|
-
pillow = "^
|
16
|
+
xlsxwriter = "^3.2.2"
|
17
|
+
pillow = "^11.1.0"
|
18
18
|
|
19
19
|
[tool.poetry.dev-dependencies]
|
20
|
-
pytest = "^
|
21
|
-
black = "^
|
22
|
-
pre-commit = "^
|
20
|
+
pytest = "^8.3.5"
|
21
|
+
black = "^25.1.0"
|
22
|
+
pre-commit = "^4.1.0"
|
23
23
|
reorder-python-imports = "^3.8.2"
|
24
|
-
pyflakes = "^2.
|
25
|
-
pycodestyle = "2.
|
24
|
+
pyflakes = "^3.2.0"
|
25
|
+
pycodestyle = "2.12.1"
|
26
26
|
|
27
27
|
|
28
28
|
[tool.black]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|