restiny 0.1.1__py3-none-any.whl → 0.1.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.
Potentially problematic release.
This version of restiny might be problematic. Click here for more details.
- restiny/__about__.py +1 -1
- restiny/assets/__pycache__/__init__.cpython-310.pyc +0 -0
- restiny/assets/__pycache__/__init__.cpython-314.pyc +0 -0
- {restiny-0.1.1.dist-info → restiny-0.1.2.dist-info}/METADATA +5 -7
- {restiny-0.1.1.dist-info → restiny-0.1.2.dist-info}/RECORD +9 -7
- {restiny-0.1.1.dist-info → restiny-0.1.2.dist-info}/WHEEL +0 -0
- {restiny-0.1.1.dist-info → restiny-0.1.2.dist-info}/entry_points.txt +0 -0
- {restiny-0.1.1.dist-info → restiny-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {restiny-0.1.1.dist-info → restiny-0.1.2.dist-info}/top_level.txt +0 -0
restiny/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.1.
|
|
1
|
+
__version__ = '0.1.2'
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: restiny
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A minimalist HTTP client, no bullshit
|
|
5
5
|
Author-email: Kalebe Chimanski de Almeida <kalebe.chi.almeida@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -216,8 +216,6 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
216
216
|
Classifier: Environment :: Console
|
|
217
217
|
Classifier: Typing :: Typed
|
|
218
218
|
Classifier: Programming Language :: Python :: 3
|
|
219
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
220
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
221
219
|
Classifier: Programming Language :: Python :: 3.10
|
|
222
220
|
Classifier: Programming Language :: Python :: 3.11
|
|
223
221
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -229,7 +227,7 @@ Classifier: Operating System :: Microsoft :: Windows :: Windows 11
|
|
|
229
227
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
230
228
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
231
229
|
Classifier: Natural Language :: English
|
|
232
|
-
Requires-Python: >=3.
|
|
230
|
+
Requires-Python: >=3.10
|
|
233
231
|
Description-Content-Type: text/markdown
|
|
234
232
|
License-File: LICENSE
|
|
235
233
|
Requires-Dist: textual<6.3,>=6.2
|
|
@@ -239,10 +237,10 @@ Requires-Dist: pyperclip<1.10,>=1.9
|
|
|
239
237
|
Dynamic: license-file
|
|
240
238
|
|
|
241
239
|

|
|
242
|
-

|
|
243
241
|
|
|
244
242
|
|
|
245
|
-
- [
|
|
243
|
+
- [RESTiny](#restiny)
|
|
246
244
|
- [How to install](#how-to-install)
|
|
247
245
|
- [How to install (Alternative: Download pre-built executables)](#how-to-install-alternative-download-pre-built-executables)
|
|
248
246
|
- [How to run](#how-to-run)
|
|
@@ -251,7 +249,7 @@ Dynamic: license-file
|
|
|
251
249
|
- [Why??](#why)
|
|
252
250
|
|
|
253
251
|
|
|
254
|
-
#
|
|
252
|
+
# RESTiny
|
|
255
253
|
|
|
256
254
|
_A minimal, elegant HTTP client for Python — with a TUI interface powered by [Textual](https://github.com/Textualize/textual)._
|
|
257
255
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
restiny/__about__.py,sha256=
|
|
1
|
+
restiny/__about__.py,sha256=mdp2CftfqYbdKtP-eWv1z7rAUycYv6X1ntXSMUf8Kss,22
|
|
2
2
|
restiny/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
restiny/__main__.py,sha256=omMWZ9xgxXbDE6nyVhE8AnVkohPaXhTAn6cYx6OeRMk,609
|
|
4
4
|
restiny/consts.py,sha256=brPBT5j_Yf7lVPo6mVRPPNUHxGnfDfkLWC4Xr_y3UWo,237
|
|
@@ -6,7 +6,9 @@ restiny/enums.py,sha256=qj8Vsa26XmVMtqjmmjmBvDTOJUE289ZaY51DjFBGNkY,874
|
|
|
6
6
|
restiny/utils.py,sha256=AD8mtM-AuWhcXbTk3-j9gZWs8SoVnI5SbbUw0cnYEUw,3113
|
|
7
7
|
restiny/assets/__init__.py,sha256=JL1KARlToF6ZR7KeUjlDAHgwwVM2qXYaIl4wHeFW2zU,93
|
|
8
8
|
restiny/assets/style.tcss,sha256=qq8kLab6TuaDNk7V3El9FzAVb1tjVr3JzYSjBbKwPzM,563
|
|
9
|
+
restiny/assets/__pycache__/__init__.cpython-310.pyc,sha256=RBF41dtvLLn5P8hv7HliL7kAqLb3TlgE7yTCCUOgbe8,234
|
|
9
10
|
restiny/assets/__pycache__/__init__.cpython-313.pyc,sha256=w9J2aawnq4UE6wO7H8rBKMQrLzutfMYvLMRy4kEdwA8,320
|
|
11
|
+
restiny/assets/__pycache__/__init__.cpython-314.pyc,sha256=w73xdw4S_NGUMK0kQQPULiz09WzQvPP_uF7G0Bj5_TM,284
|
|
10
12
|
restiny/core/__init__.py,sha256=qEyvxrQifEiazkiGoaaJwVhKgbXqVu-Y75M-2HWG73U,373
|
|
11
13
|
restiny/core/app.py,sha256=ks10wIDF4DS537eLxU0vx9izCLym5zJJOSnRYu0l4LQ,13547
|
|
12
14
|
restiny/core/request_area.py,sha256=ppUFKsGDtSmFL8s_p6sJrOhGnPl6bvuBQ-wlt9gQ2iQ,11356
|
|
@@ -19,9 +21,9 @@ restiny/widgets/custom_directory_tree.py,sha256=sNTaI0DBAO56MyOy6qMZPgWXiTUQbBrJ
|
|
|
19
21
|
restiny/widgets/custom_text_area.py,sha256=ykmG-6MiMhz6BqNzP8f14jUTWWKjsCOIEhgciP-01Y8,14032
|
|
20
22
|
restiny/widgets/dynamic_fields.py,sha256=dSpaBvKM8afnauT7VpT5jNb3h1e8G1qkAQuwy_zRm7M,8551
|
|
21
23
|
restiny/widgets/path_chooser.py,sha256=_CHBE6075R3qXoDXFiEl3FMT_jiXolAI0lcfeh2Cx4I,8068
|
|
22
|
-
restiny-0.1.
|
|
23
|
-
restiny-0.1.
|
|
24
|
-
restiny-0.1.
|
|
25
|
-
restiny-0.1.
|
|
26
|
-
restiny-0.1.
|
|
27
|
-
restiny-0.1.
|
|
24
|
+
restiny-0.1.2.dist-info/licenses/LICENSE,sha256=Z190MKguypkrjaCldiorEbMmBQp7ylvx09oyE4oDCTs,11361
|
|
25
|
+
restiny-0.1.2.dist-info/METADATA,sha256=ttQa3IMtJgJwVq3XpqWbXrlD0sK3akMnDhim3SpMEWE,16093
|
|
26
|
+
restiny-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
restiny-0.1.2.dist-info/entry_points.txt,sha256=F9zW8bAPAwIihltqjzYow4ahmH_B6VkAHzQFA-8QOn4,50
|
|
28
|
+
restiny-0.1.2.dist-info/top_level.txt,sha256=1MQ_Q-fV1Dwbu4zU3g1Eg-CfRgC412X-mvMIrEdrlbk,8
|
|
29
|
+
restiny-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|