vastlint 0.0.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.
- vastlint-0.0.1/PKG-INFO +12 -0
- vastlint-0.0.1/pyproject.toml +16 -0
- vastlint-0.0.1/setup.cfg +4 -0
- vastlint-0.0.1/vastlint.egg-info/PKG-INFO +12 -0
- vastlint-0.0.1/vastlint.egg-info/SOURCES.txt +5 -0
- vastlint-0.0.1/vastlint.egg-info/dependency_links.txt +1 -0
- vastlint-0.0.1/vastlint.egg-info/top_level.txt +1 -0
vastlint-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vastlint
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: VAST XML validator — checks ad tags against IAB VAST 2.0 through 4.3
|
|
5
|
+
Author-email: Aleks <aleks@vastlint.org>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/aleksUIX/vastlint
|
|
8
|
+
Project-URL: Repository, https://github.com/aleksUIX/vastlint
|
|
9
|
+
Keywords: vast,xml,validator,adtech,iab
|
|
10
|
+
Description-Content-Type: text/plain
|
|
11
|
+
|
|
12
|
+
Binary distribution coming soon. Install from https://github.com/aleksUIX/vastlint/releases or cargo install vastlint-cli
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "vastlint"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "VAST XML validator — checks ad tags against IAB VAST 2.0 through 4.3"
|
|
9
|
+
readme = {text = "Binary distribution coming soon. Install from https://github.com/aleksUIX/vastlint/releases or cargo install vastlint-cli", content-type = "text/plain"}
|
|
10
|
+
license = "Apache-2.0"
|
|
11
|
+
authors = [{name = "Aleks", email = "aleks@vastlint.org"}]
|
|
12
|
+
keywords = ["vast", "xml", "validator", "adtech", "iab"]
|
|
13
|
+
|
|
14
|
+
[project.urls]
|
|
15
|
+
Homepage = "https://github.com/aleksUIX/vastlint"
|
|
16
|
+
Repository = "https://github.com/aleksUIX/vastlint"
|
vastlint-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vastlint
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: VAST XML validator — checks ad tags against IAB VAST 2.0 through 4.3
|
|
5
|
+
Author-email: Aleks <aleks@vastlint.org>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/aleksUIX/vastlint
|
|
8
|
+
Project-URL: Repository, https://github.com/aleksUIX/vastlint
|
|
9
|
+
Keywords: vast,xml,validator,adtech,iab
|
|
10
|
+
Description-Content-Type: text/plain
|
|
11
|
+
|
|
12
|
+
Binary distribution coming soon. Install from https://github.com/aleksUIX/vastlint/releases or cargo install vastlint-cli
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|