BobaTea 0.0.2__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.
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: BobaTea
3
+ Version: 0.0.2
4
+ Summary: Go's BubbleTea Python port.
5
+ Author-email: Fernando Woitschach <ferwoitschach@proton.me>
6
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
7
+ Classifier: Operating System :: OS Independent
8
+ Classifier: Programming Language :: Python :: 3
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+
12
+ # BobaTea
13
+
@@ -0,0 +1,4 @@
1
+ tea/__init__.py,sha256=OifdGZqIXQJcFaqNymwlSd9sj0jd5AGjJG09uxmnYjk,31
2
+ bobatea-0.0.2.dist-info/METADATA,sha256=IZfoop6yQMm92agfqvOpU5IP4d2E-cVya5iSKf65OBk,394
3
+ bobatea-0.0.2.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ bobatea-0.0.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
tea/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ # Go's BubbleTea Python port.
2
+