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.
Files changed (28) hide show
  1. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/PKG-INFO +5 -7
  2. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/__init__.py +1 -1
  3. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/pyproject.toml +10 -10
  4. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/README.md +0 -0
  5. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/bcf.version +0 -0
  6. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/markup.xsd +0 -0
  7. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/project.xsd +0 -0
  8. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/version.xsd +0 -0
  9. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/Schemas/visinfo.xsd +0 -0
  10. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/errors.py +0 -0
  11. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/export/__init__.py +0 -0
  12. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/export/excel.py +0 -0
  13. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/export/zip.py +0 -0
  14. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/import_zip.py +0 -0
  15. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/ClippingPlane.py +0 -0
  16. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Color.py +0 -0
  17. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Comment.py +0 -0
  18. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Component.py +0 -0
  19. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Line.py +0 -0
  20. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/OrthogonalCamera.py +0 -0
  21. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/PerspectiveCamera.py +0 -0
  22. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Topic.py +0 -0
  23. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/ViewSetupHints.py +0 -0
  24. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Viewpoint.py +0 -0
  25. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/Visibility.py +0 -0
  26. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/VisualizationInfo.py +0 -0
  27. {bcf_api_xml-0.4.14 → bcf_api_xml-0.4.15}/bcf_api_xml/models/XYZ.py +0 -0
  28. {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.14
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.8,<4.0
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 (>=4.5.0,<5.0.0)
19
- Requires-Dist: pillow (>=10.0.1,<11.0.0)
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.1.2,<4.0.0)
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
 
@@ -4,4 +4,4 @@ from bcf_api_xml.export import to_zip # noqa: F401
4
4
  from bcf_api_xml.export import to_xlsx # noqa: F401
5
5
  from bcf_api_xml.import_zip import to_json # noqa: F401
6
6
 
7
- __version__ = "0.4.14"
7
+ __version__ = "0.4.15"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bcf-api-xml"
3
- version = "0.4.14"
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.8"
13
- lxml = "^4.5.0"
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.1.2"
17
- pillow = "^10.0.1"
16
+ xlsxwriter = "^3.2.2"
17
+ pillow = "^11.1.0"
18
18
 
19
19
  [tool.poetry.dev-dependencies]
20
- pytest = "^7.0.1"
21
- black = "^22.3.0"
22
- pre-commit = "^2.17.0"
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.5.0"
25
- pycodestyle = "2.9.1"
24
+ pyflakes = "^3.2.0"
25
+ pycodestyle = "2.12.1"
26
26
 
27
27
 
28
28
  [tool.black]
File without changes