python-gfm 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.
pygfm/__init__.py ADDED
File without changes
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-gfm
3
+ Version: 0.1.0
4
+ Summary: An AI copilot for graph data and models (Under active development).
5
+ Author-email: BUAA SKLCCSE <your.email@example.com>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+
9
+ # python-gfm
10
+
11
+ This project is currently under active development. Core functionalities will be released soon.
12
+
13
+ ## Installation
14
+
15
+ ```bash
16
+ pip install python-gfm
17
+ ```
18
+
19
+ ## Usage
20
+
21
+ ```python
22
+ import pygfm
23
+ ```
@@ -0,0 +1,5 @@
1
+ pygfm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ python_gfm-0.1.0.dist-info/METADATA,sha256=v29JnMBzTJmJvch2qJvA9xZvVd_apNl6K_9z5P0c_N8,448
3
+ python_gfm-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ python_gfm-0.1.0.dist-info/top_level.txt,sha256=K5K2Qz0jLT9toPlJOUCaAYy6W1Z3bvWO5TZjxSf3FDQ,6
5
+ python_gfm-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ pygfm