SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-dugong rpm build for : Fedora 21. For other distributions click python3-dugong.

Name : python3-dugong
Version : 3.5 Vendor : Fedora Project
Release : 1.fc21 Date : 2015-07-22 16:33:53
Group : Unspecified Source RPM : python3-dugong-3.5-1.fc21.src.rpm
Size : 0.17 MB
Packager : Fedora Project
Summary : Python 3.x HTTP 1.1 client module
Description :
The Python Dugong module provides an API for communicating with HTTP 1.1
servers. It is an alternative to the standard library\'s http.client
(formerly httplib) module. In contrast to http.client, Dugong:

- Allows you to send multiple requests right after each other without
having to read the responses first.

- Supports waiting for 100-continue before sending the request body.

- Raises an exception instead of silently delivering partial data if the
connection is closed before all data has been received.

- Raises one specific exception (ConnectionClosed) if the connection has been
closed (while http.client connection may raise any of BrokenPipeError,
~http.client.BadStatusLine, ConnectionAbortedError, ConnectionResetError,
~http.client.IncompleteRead or simply return \'\' on read)

- Supports non-blocking, asynchronous operation and is compatible with the
asyncio module.

- Not compatible with old HTTP 0.9 or 1.0 servers.

All request and response headers are represented as str, but must be encodable
in latin1. Request and response body must be bytes-like objects or binary
streams.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/updates/21/i386/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-dugong-3.5-1.fc21.noarch.rpm
ftp.icm.edu.pl  python3-dugong-3.5-1.fc21.noarch.rpm
ftp.icm.edu.pl  python3-dugong-3.5-1.fc21.noarch.rpm
     

Provides :
python3-dugong

Requires :
python(abi) = 3.4
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1


Content of RPM :
/usr/lib/python3.4/site-packages/dugong
/usr/lib/python3.4/site-packages/dugong-3.5-py3.4.egg-info
/usr/lib/python3.4/site-packages/dugong-3.5-py3.4.egg-info/PKG-INFO
/usr/lib/python3.4/site-packages/dugong-3.5-py3.4.egg-info/SOURCES.txt
/usr/lib/python3.4/site-packages/dugong-3.5-py3.4.egg-info/dependency_links.txt
/usr/lib/python3.4/site-packages/dugong-3.5-py3.4.egg-info/top_level.txt
/usr/lib/python3.4/site-packages/dugong-3.5-py3.4.egg-info/zip-safe
/usr/lib/python3.4/site-packages/dugong/__init__.py
/usr/lib/python3.4/site-packages/dugong/__pycache__
/usr/lib/python3.4/site-packages/dugong/__pycache__/__init__.cpython-34.pyc
/usr/lib/python3.4/site-packages/dugong/__pycache__/__init__.cpython-34.pyo
/usr/share/doc/python3-dugong
/usr/share/doc/python3-dugong/Changes.rst
/usr/share/doc/python3-dugong/LICENSE
/usr/share/doc/python3-dugong/README.rst

 
ICM