vidformer 0.3.0__tar.gz → 0.3.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: vidformer
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.1
|
4
4
|
Summary: A Python library for creating and viewing videos with vidformer.
|
5
5
|
Author-email: Dominik Winecki <dominikwinecki@gmail.com>
|
6
6
|
Requires-Python: >=3.8
|
@@ -10,6 +10,8 @@ Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Dist: requests
|
11
11
|
Requires-Dist: msgpack
|
12
12
|
Requires-Dist: numpy
|
13
|
+
Project-URL: Homepage, https://ixlab.github.io/vidformer/
|
14
|
+
Project-URL: Issues, https://ixlab.github.io/vidformer/issues
|
13
15
|
|
14
16
|
# vidformer-py
|
15
17
|
|
@@ -16,6 +16,11 @@ dependencies = [
|
|
16
16
|
"numpy",
|
17
17
|
]
|
18
18
|
|
19
|
+
[project.urls]
|
20
|
+
Homepage = "https://ixlab.github.io/vidformer/"
|
21
|
+
Issues = "https://ixlab.github.io/vidformer/issues"
|
22
|
+
|
23
|
+
|
19
24
|
[build-system]
|
20
25
|
requires = ["flit_core >=3.2,<4"]
|
21
26
|
build-backend = "flit_core.buildapi"
|
File without changes
|