python-httpfile 0.0.5.4__tar.gz → 0.0.6.1__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.
@@ -1,21 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-httpfile
3
- Version: 0.0.5.4
3
+ Version: 0.0.6.1
4
4
  Summary: Python httpfile.
5
5
  License: MIT
6
6
  License-File: LICENSE
7
7
  Keywords: http,file,wrapper
8
8
  Author: ChenyangGao
9
9
  Author-email: wosiwujm@gmail.com
10
- Requires-Python: >=3.10,<4.0
10
+ Requires-Python: >=3.12,<4.0
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Operating System :: OS Independent
15
15
  Classifier: Programming Language :: Python
16
16
  Classifier: Programming Language :: Python :: 3
17
- Classifier: Programming Language :: Python :: 3.10
18
- Classifier: Programming Language :: Python :: 3.11
19
17
  Classifier: Programming Language :: Python :: 3.12
20
18
  Classifier: Programming Language :: Python :: 3.13
21
19
  Classifier: Programming Language :: Python :: 3.14
@@ -23,12 +21,14 @@ Classifier: Programming Language :: Python :: 3 :: Only
23
21
  Classifier: Topic :: Software Development
24
22
  Classifier: Topic :: Software Development :: Libraries
25
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
- Requires-Dist: http_response
27
- Requires-Dist: python-asynctools (>=0.0.5)
28
- Requires-Dist: python-filewrap (>=0.2.1)
29
- Requires-Dist: python-http_request (>=0.1.6.2)
30
- Requires-Dist: python-property (>=0.0.2)
31
- Requires-Dist: python-urlopen (>=0.0.7.1)
24
+ Requires-Dist: errno2 (>=0.0.5)
25
+ Requires-Dist: http_response (>=0.0.9)
26
+ Requires-Dist: python-argtools (>=0.0.3)
27
+ Requires-Dist: python-asynctools (>=0.1.3.4)
28
+ Requires-Dist: python-filewrap (>=0.3.1.1)
29
+ Requires-Dist: python-http_request (>=0.1.7.1)
30
+ Requires-Dist: urllib3_future_request (>=0.0.1.4)
31
+ Requires-Dist: yarl
32
32
  Project-URL: Homepage, https://github.com/ChenyangGao/python-modules/tree/main/python-httpfile
33
33
  Project-URL: Repository, https://github.com/ChenyangGao/python-modules/tree/main/python-httpfile
34
34
  Description-Content-Type: text/markdown
@@ -46,6 +46,6 @@ pip install -U python-httpfile
46
46
  ## Usage
47
47
 
48
48
  ```python
49
- import httpfile
49
+ from httpfile import HTTPFileReader, AsyncHTTPFileReader
50
50
  ```
51
51