[ buster ]
[ ソース: requests-file ]
パッケージ: python-requests-file (1.4.3-1)
python-requests-file に関するリンク
Debian の資源:
requests-file ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
File transport adapter for Requests - Python 2.X
Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs.
Features:
* Will open and read local files * Might set a Content-Length header * That's about it
No encoding information is set in the response object, so be careful using Response.text: the chardet library will be used to convert the file to a unicode type and it may not detect what you actually want.
EACCES is converted to a 403 status code, and ENOENT is converted to a 404. All other IOError types are converted to a 400.
その他の python-requests-file 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings
-
- dep: python-six
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)