restiny 0.1.1__tar.gz → 0.1.2__tar.gz

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.
Files changed (35) hide show
  1. {restiny-0.1.1 → restiny-0.1.2}/PKG-INFO +5 -7
  2. {restiny-0.1.1 → restiny-0.1.2}/README.md +3 -3
  3. {restiny-0.1.1 → restiny-0.1.2}/pyproject.toml +1 -3
  4. restiny-0.1.2/restiny/__about__.py +1 -0
  5. restiny-0.1.2/restiny/assets/__pycache__/__init__.cpython-310.pyc +0 -0
  6. restiny-0.1.2/restiny/assets/__pycache__/__init__.cpython-314.pyc +0 -0
  7. {restiny-0.1.1 → restiny-0.1.2}/restiny.egg-info/PKG-INFO +5 -7
  8. {restiny-0.1.1 → restiny-0.1.2}/restiny.egg-info/SOURCES.txt +2 -0
  9. restiny-0.1.1/restiny/__about__.py +0 -1
  10. {restiny-0.1.1 → restiny-0.1.2}/LICENSE +0 -0
  11. {restiny-0.1.1 → restiny-0.1.2}/restiny/__init__.py +0 -0
  12. {restiny-0.1.1 → restiny-0.1.2}/restiny/__main__.py +0 -0
  13. {restiny-0.1.1 → restiny-0.1.2}/restiny/assets/__init__.py +0 -0
  14. {restiny-0.1.1 → restiny-0.1.2}/restiny/assets/__pycache__/__init__.cpython-313.pyc +0 -0
  15. {restiny-0.1.1 → restiny-0.1.2}/restiny/assets/style.tcss +0 -0
  16. {restiny-0.1.1 → restiny-0.1.2}/restiny/consts.py +0 -0
  17. {restiny-0.1.1 → restiny-0.1.2}/restiny/core/__init__.py +0 -0
  18. {restiny-0.1.1 → restiny-0.1.2}/restiny/core/app.py +0 -0
  19. {restiny-0.1.1 → restiny-0.1.2}/restiny/core/request_area.py +0 -0
  20. {restiny-0.1.1 → restiny-0.1.2}/restiny/core/response_area.py +0 -0
  21. {restiny-0.1.1 → restiny-0.1.2}/restiny/core/url_area.py +0 -0
  22. {restiny-0.1.1 → restiny-0.1.2}/restiny/enums.py +0 -0
  23. {restiny-0.1.1 → restiny-0.1.2}/restiny/screens/__init__.py +0 -0
  24. {restiny-0.1.1 → restiny-0.1.2}/restiny/screens/dialog.py +0 -0
  25. {restiny-0.1.1 → restiny-0.1.2}/restiny/utils.py +0 -0
  26. {restiny-0.1.1 → restiny-0.1.2}/restiny/widgets/__init__.py +0 -0
  27. {restiny-0.1.1 → restiny-0.1.2}/restiny/widgets/custom_directory_tree.py +0 -0
  28. {restiny-0.1.1 → restiny-0.1.2}/restiny/widgets/custom_text_area.py +0 -0
  29. {restiny-0.1.1 → restiny-0.1.2}/restiny/widgets/dynamic_fields.py +0 -0
  30. {restiny-0.1.1 → restiny-0.1.2}/restiny/widgets/path_chooser.py +0 -0
  31. {restiny-0.1.1 → restiny-0.1.2}/restiny.egg-info/dependency_links.txt +0 -0
  32. {restiny-0.1.1 → restiny-0.1.2}/restiny.egg-info/entry_points.txt +0 -0
  33. {restiny-0.1.1 → restiny-0.1.2}/restiny.egg-info/requires.txt +0 -0
  34. {restiny-0.1.1 → restiny-0.1.2}/restiny.egg-info/top_level.txt +0 -0
  35. {restiny-0.1.1 → restiny-0.1.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: restiny
3
- Version: 0.1.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.8
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
  ![OS support](https://img.shields.io/badge/OS-macOS%20Linux%20Windows-red)
242
- ![Python versions](https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue)
240
+ ![Python versions](https://img.shields.io/badge/Python-3.10%20|%203.11%20|%203.12%20|%203.13-blue)
243
241
 
244
242
 
245
- - [Restiny](#restiny)
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
- # Restiny
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,8 +1,8 @@
1
1
  ![OS support](https://img.shields.io/badge/OS-macOS%20Linux%20Windows-red)
2
- ![Python versions](https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue)
2
+ ![Python versions](https://img.shields.io/badge/Python-3.10%20|%203.11%20|%203.12%20|%203.13-blue)
3
3
 
4
4
 
5
- - [Restiny](#restiny)
5
+ - [RESTiny](#restiny)
6
6
  - [How to install](#how-to-install)
7
7
  - [How to install (Alternative: Download pre-built executables)](#how-to-install-alternative-download-pre-built-executables)
8
8
  - [How to run](#how-to-run)
@@ -11,7 +11,7 @@
11
11
  - [Why??](#why)
12
12
 
13
13
 
14
- # Restiny
14
+ # RESTiny
15
15
 
16
16
  _A minimal, elegant HTTP client for Python — with a TUI interface powered by [Textual](https://github.com/Textualize/textual)._
17
17
 
@@ -12,7 +12,7 @@ description = "A minimalist HTTP client, no bullshit"
12
12
  authors = [{ name = "Kalebe Chimanski de Almeida", email = "kalebe.chi.almeida@gmail.com" }]
13
13
  readme = "README.md"
14
14
  license = { file = "LICENSE" }
15
- requires-python = ">=3.8"
15
+ requires-python = ">=3.10"
16
16
  dependencies = [
17
17
  "textual>=6.2,<6.3",
18
18
  "textual[syntax]",
@@ -27,8 +27,6 @@ classifiers = [
27
27
  "Environment :: Console",
28
28
  "Typing :: Typed",
29
29
  "Programming Language :: Python :: 3",
30
- "Programming Language :: Python :: 3.8",
31
- "Programming Language :: Python :: 3.9",
32
30
  "Programming Language :: Python :: 3.10",
33
31
  "Programming Language :: Python :: 3.11",
34
32
  "Programming Language :: Python :: 3.12",
@@ -0,0 +1 @@
1
+ __version__ = '0.1.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: restiny
3
- Version: 0.1.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.8
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
  ![OS support](https://img.shields.io/badge/OS-macOS%20Linux%20Windows-red)
242
- ![Python versions](https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue)
240
+ ![Python versions](https://img.shields.io/badge/Python-3.10%20|%203.11%20|%203.12%20|%203.13-blue)
243
241
 
244
242
 
245
- - [Restiny](#restiny)
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
- # Restiny
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
 
@@ -15,7 +15,9 @@ restiny.egg-info/requires.txt
15
15
  restiny.egg-info/top_level.txt
16
16
  restiny/assets/__init__.py
17
17
  restiny/assets/style.tcss
18
+ restiny/assets/__pycache__/__init__.cpython-310.pyc
18
19
  restiny/assets/__pycache__/__init__.cpython-313.pyc
20
+ restiny/assets/__pycache__/__init__.cpython-314.pyc
19
21
  restiny/core/__init__.py
20
22
  restiny/core/app.py
21
23
  restiny/core/request_area.py
@@ -1 +0,0 @@
1
- __version__ = '0.1.1'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes