vectorless 0.0.1__py3-none-any.whl
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.
vectorless/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vectorless
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: A placeholder package
|
|
5
|
+
Author-email: Your Name <your.email@example.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/yourusername/vectorless
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.6
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# vectorless
|
|
14
|
+
|
|
15
|
+
This package name is reserved for future use.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
vectorless/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
|
2
|
+
vectorless-0.0.1.dist-info/METADATA,sha256=_XYhRHio1Tm3aRvWMo43YgnKZqPpKZmjxWT1828ucYQ,436
|
|
3
|
+
vectorless-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
vectorless-0.0.1.dist-info/top_level.txt,sha256=AAQI9MhzuH6LKg8eAJAFypXNp2IGma9yv5kifnNO5Es,11
|
|
5
|
+
vectorless-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
vectorless
|