fluxnode 0.1.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.
fluxnode/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """"""
fluxnode/cli.py ADDED
@@ -0,0 +1,5 @@
1
+ """ fluxnode """
2
+
3
+
4
+ def main() -> None:
5
+ print(" fluxnode ")
fluxnode/main.py ADDED
@@ -0,0 +1,5 @@
1
+ """ fluxnode """
2
+
3
+
4
+ def main() -> None:
5
+ print(" fluxnode ")
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluxnode
3
+ Version: 0.1.1
4
+ Summary: fluxnode
5
+ Author-email: ooooofish <ooooofish@126.com>
6
+ Maintainer-email: ooooofish <ooooofish@126.com>
7
+ License: MIT License
8
+
9
+
10
+
11
+ Project-URL: Homepage, https://gitee.com/whillhill/fluxnode
12
+ Project-URL: Bug Tracker, https://gitee.com/whillhill/fluxnode/issues
13
+ Project-URL: Documentation, https://gitee.com/whillhill/fluxnode/wikis
14
+ Project-URL: Repository, https://gitee.com/whillhill/fluxnode.git
15
+ Project-URL: Source Code, https://gitee.com/whillhill/fluxnode
16
+ Classifier: Development Status :: 3 - Alpha
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: License :: OSI Approved :: MIT License
19
+ Classifier: Operating System :: OS Independent
20
+ Classifier: Programming Language :: Python :: 3
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
+ Classifier: Topic :: Office/Business :: Scheduling
25
+ Classifier: Topic :: Software Development :: Version Control :: Git
26
+ Requires-Python: >=3.11
27
+ Description-Content-Type: text/markdown
28
+ License-File: LICENSE
29
+ Requires-Dist: rich>=13.0.0
30
+ Requires-Dist: mcp>=0.1.0
31
+ Dynamic: license-file
32
+
33
+ # fluxnode
34
+
35
+
@@ -0,0 +1,9 @@
1
+ fluxnode/__init__.py,sha256=IjHRV0k2DNwvFrEHebmsXiBvmITE8nQUnsR07h9tVkU,7
2
+ fluxnode/cli.py,sha256=i3vtTQVlVv8vLYx_8orZEgWui7013PRV9KfbR67RpEE,65
3
+ fluxnode/main.py,sha256=i3vtTQVlVv8vLYx_8orZEgWui7013PRV9KfbR67RpEE,65
4
+ fluxnode-0.1.1.dist-info/licenses/LICENSE,sha256=JUBIiROAMUpxiLNKJMveiII95dw2PNWIptuAD4B9350,15
5
+ fluxnode-0.1.1.dist-info/METADATA,sha256=oInY9P91M8ULqpKtcuUA_IKT-qDhmt3XAPN5ywbBb6w,1246
6
+ fluxnode-0.1.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
7
+ fluxnode-0.1.1.dist-info/entry_points.txt,sha256=5oOOwhnG43qeaFwz8DVmWKGG2FRDcGt5iW5Q52qE1ow,81
8
+ fluxnode-0.1.1.dist-info/top_level.txt,sha256=Rl7mgVU9rub6jaEiUwOSGMKSi97EBCEHS4BcHioj5QU,9
9
+ fluxnode-0.1.1.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,3 @@
1
+ [console_scripts]
2
+ fluxnode = fluxnode.main:main
3
+ fluxnode-cli = fluxnode.cli:main
@@ -0,0 +1,3 @@
1
+ MIT License
2
+
3
+
@@ -0,0 +1 @@
1
+ fluxnode