forktex 0.1.0__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.
- forktex/__init__.py +3 -0
- forktex-0.1.0.dist-info/METADATA +19 -0
- forktex-0.1.0.dist-info/RECORD +4 -0
- forktex-0.1.0.dist-info/WHEEL +4 -0
forktex/__init__.py
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: forktex
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Official Python library to interact with Forktex API
|
|
5
|
+
Author: Alex Doc
|
|
6
|
+
Author-email: alexandru.dochian@forktex.com
|
|
7
|
+
Requires-Python: >=3.11
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
12
|
+
Project-URL: Bug Tracker, https://github.com/forktex/forktex-python/issues
|
|
13
|
+
Project-URL: Homepage, https://forktex.com
|
|
14
|
+
Project-URL: Repository, https://github.com/forktex/forktex-python
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# forktex-python
|
|
18
|
+
Python library to interact with Forktex API
|
|
19
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
forktex/__init__.py,sha256=H74DSzHndM6NojRDc6FJRvQf1L9DQ9kkMXm3L1q8lNU,45
|
|
2
|
+
forktex-0.1.0.dist-info/METADATA,sha256=DKsNSBZSxVoxObgaW9hwRvKdm9M33joRb26YULeQfmM,687
|
|
3
|
+
forktex-0.1.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
4
|
+
forktex-0.1.0.dist-info/RECORD,,
|