cmux 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.
cmux/__init__.py ADDED
@@ -0,0 +1,4 @@
1
+ __version__ = "0.1.0"
2
+
3
+ def hello():
4
+ return "Hello from cmux!"
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.4
2
+ Name: cmux
3
+ Version: 0.1.0
4
+ Summary: A multiplexer tool
5
+ Home-page: https://github.com/lawrencechen/cmux
6
+ Author: Lawrence Chen
7
+ Author-email: lawrence@example.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: classifier
16
+ Dynamic: description
17
+ Dynamic: description-content-type
18
+ Dynamic: home-page
19
+ Dynamic: requires-python
20
+ Dynamic: summary
21
+
22
+ # cmux
23
+
24
+ A multiplexer tool.
25
+
26
+ ## Installation
27
+
28
+ ```bash
29
+ npm install cmux
30
+ ```
31
+
32
+ ## Usage
33
+
34
+ ```javascript
35
+ const cmux = require('cmux');
36
+ console.log(cmux.hello());
37
+ ```
@@ -0,0 +1,5 @@
1
+ cmux/__init__.py,sha256=TLe9kmLzjxvmyWwR2t4t-VdgK8tbkN_nNRACROfWosw,65
2
+ cmux-0.1.0.dist-info/METADATA,sha256=VlRvEgxyIrVdU3K8h2jIWfPRDG2LxmjiFXayDLcht4U,726
3
+ cmux-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ cmux-0.1.0.dist-info/top_level.txt,sha256=K4a9yaExze_VyYiEWl8M0s6FRdCthFLmcTEJL2JCClA,5
5
+ cmux-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ cmux