robotframework-xmlvalidator 2.0.0__tar.gz → 2.1.1__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,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: robotframework-xmlvalidator
3
- Version: 2.0.0
3
+ Version: 2.1.1
4
4
  Summary: A Robot Framework test library for validating XML files against XSD schemas
5
5
  License: Apache-2.0
6
+ License-File: LICENSE
6
7
  Keywords: robotframework,xml,xsd,validation,test-library,test,testing,test-automation
7
8
  Author: Michael Hallik
8
9
  Author-email: hallik.michael@gmail.com
@@ -14,9 +15,10 @@ Classifier: Programming Language :: Python :: 3.10
14
15
  Classifier: Programming Language :: Python :: 3.11
15
16
  Classifier: Programming Language :: Python :: 3.12
16
17
  Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
17
19
  Classifier: Programming Language :: Python :: 3 :: Only
18
20
  Classifier: Topic :: Software Development :: Testing
19
- Requires-Dist: lxml (>=5.1.0,<6.0.0)
21
+ Requires-Dist: lxml (>=6.1.0,<7.0.0)
20
22
  Requires-Dist: pandas (>=2.2.0,<3.0.0)
21
23
  Requires-Dist: robotframework (>=7.0.0,<8.0.0)
22
24
  Requires-Dist: xmlschema (>=3.4.3,<4.0.0)
@@ -25,14 +27,9 @@ Project-URL: Homepage, https://github.com/MichaelHallik/robotframework-xmlvalida
25
27
  Project-URL: Repository, https://github.com/MichaelHallik/robotframework-xmlvalidator
26
28
  Description-Content-Type: text/markdown
27
29
 
28
- | Version | License | Tests |
29
- |---------|---------|-------|
30
- | [![PyPI version](https://img.shields.io/pypi/v/robotframework-xmlvalidator.svg)](https://pypi.org/project/robotframework-xmlvalidator/) | [![License](https://img.shields.io/pypi/l/robotframework-xmlvalidator?cacheSeconds=600)](LICENSE) | [![Tests](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/test.yml/badge.svg)](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/test.yml) |
31
-
32
- | Downloads | Update Badge |
33
- |-----------|---------------|
34
- | [![Total Downloads](https://github.com/MichaelHallik/robotframework-xmlvalidator/raw/main/badge_pepy_downloads.svg)](https://pepy.tech/project/robotframework-xmlvalidator) | [![Run Badge Update](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/update_pepy_badge.yml/badge.svg)](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/update_pepy_badge.yml) |
35
-
30
+ | Version | License | Tests | Downloads - total | Downloads - last 30 days |
31
+ |---------|---------|-------|-------------------|--------------------------|
32
+ | [![PyPI version](https://img.shields.io/pypi/v/robotframework-xmlvalidator)](https://pypi.org/project/robotframework-xmlvalidator/) | [![License](https://img.shields.io/github/license/MichaelHallik/robotframework-xmlvalidator)](LICENSE) | [![Tests](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/test.yml/badge.svg)](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions) | [![Downloads](https://img.shields.io/pepy/dt/robotframework-xmlvalidator)](https://pepy.tech/project/robotframework-xmlvalidator) | [![PyPI Downloads](https://static.pepy.tech/personalized-badge/robotframework-xmlvalidator?period=monthly&units=ABBREVIATION&left_color=BLACK&right_color=GREEN&left_text=downloads%2Fmonth)](https://pepy.tech/projects/robotframework-xmlvalidator)
36
33
 
37
34
  <details>
38
35
  <summary><strong>📚 Table of Contents</strong></summary>
@@ -846,3 +843,4 @@ Licensed under the Apache License 2.0. See [LICENSE](LICENSE).
846
843
  ## Author
847
844
 
848
845
  [Michael Hallik](https://www.linkedin.com/in/michaelhallik/)
846
+