/usr/lib64/python3.6/site-packages
NameSizeModeActions
cffi/-0755rm
cffi-1.11.5-py3.6.egg-info/-0755rm
cryptography/-0755rm
cryptography-3.2.1-py3.6.egg-info/-0755rm
curl/-0755rm
dbus/-0755rm
dbus_python-1.2.4-py3.6.egg-info/-0755rm
gi/-0755rm
gpg/-0755rm
hawkey/-0755rm
libcomps/-0755rm
libcomps-0.1.18-py3.6.egg-info/-0755rm
libdnf/-0755rm
pygtkcompat/-0755rm
pyxattr-0.5.3-py3.6.egg-info/-0755rm
rpm/-0755rm
selinux/-0755rm
setools/-0755rm
setools-4.3.0-py3.6.egg-info/-0755rm
systemd/-0755rm
yaml/-0755rm
zope/-0755rm
zope.interface-4.6.0-py3.6.egg-info/-0755rm
__pycache__/-0755rm
audit.py466060755editdlrm
auparse.so703920755editdlrm
drv_libxml2.py152520644editdlrm
gpg-1.13.1-py3.6.egg-info22590644editdlrm
libxml2.py3458340644editdlrm
libxml2mod.so4386160755editdlrm
perf-0.1-py3.6.egg-info2610644editdlrm
perf.cpython-36m-x86_64-linux-gnu.so3805600755editdlrm
pycurl-7.43.0.2-py3.6.egg-info47380644editdlrm
pycurl.cpython-36m-x86_64-linux-gnu.so1537200755editdlrm
pygobject-3.28.3-py3.6.egg-info8060644editdlrm
PyYAML-3.12-py3.6.egg-info15150644editdlrm
README.txt1190644editdlrm
rpm-4.14.3-py3.6.egg-info2220644editdlrm
schedutils-0.6-py3.6.egg-info2910644editdlrm
schedutils.cpython-36m-x86_64-linux-gnu.so166800755editdlrm
selinux-2.9-py3.6.egg-info2210644editdlrm
semanage.py616490644editdlrm
snack.py311340644editdlrm
systemd_python-234-py3.6.egg-info5860644editdlrm
unbound.py699180644editdlrm
unboundmodule.py1031170644editdlrm
xattr.cpython-36m-x86_64-linux-gnu.so332080644editdlrm
zope.interface-4.6.0-py3.6-nspkg.pth5290644editdlrm
_audit.so1811280755editdlrm
_cffi_backend.cpython-36m-x86_64-linux-gnu.so1809920755editdlrm
_dbus_bindings.so1809520755editdlrm
_dbus_glib_bindings.so128000755editdlrm
_selinux.cpython-36m-x86_64-linux-gnu.so3200720755editdlrm
_semanage.cpython-36m-x86_64-linux-gnu.so3286960755editdlrm
_snack.so453280755editdlrm
_unbound.so1981120755editdlrm
_yaml.cpython-36m-x86_64-linux-gnu.so2505680755editdlrm
Edit: /usr/lib64/python3.6/site-packages/pycurl-7.43.0.2-py3.6.egg-info (4738B)
Metadata-Version: 1.1 Name: pycurl Version: 7.43.0.2 Summary: PycURL -- A Python Interface To The cURL library Home-page: http://pycurl.io/ Author: Oleg Pudeyev Author-email: oleg@bsdpower.com License: LGPL/MIT Description: PycURL -- A Python Interface To The cURL library ================================================ PycURL is a Python interface to `libcurl`_, the multiprotocol file transfer library. Similarly to the urllib_ Python module, PycURL can be used to fetch objects identified by a URL from a Python program. Beyond simple fetches however PycURL exposes most of the functionality of libcurl, including: - Speed - libcurl is very fast and PycURL, being a thin wrapper above libcurl, is very fast as well. PycURL `was benchmarked`_ to be several times faster than requests_. - Features including multiple protocol support, SSL, authentication and proxy options. PycURL supports most of libcurl's callbacks. - Multi_ and share_ interfaces. - Sockets used for network operations, permitting integration of PycURL into the application's I/O loop (e.g., using Tornado_). .. _was benchmarked: http://stackoverflow.com/questions/15461995/python-requests-vs-pycurl-performance .. _requests: http://python-requests.org/ .. _Multi: https://curl.haxx.se/libcurl/c/libcurl-multi.html .. _share: https://curl.haxx.se/libcurl/c/libcurl-share.html .. _Tornado: http://www.tornadoweb.org/ Requirements ------------ - Python 2.7 or 3.4 through 3.6. - libcurl 7.19.0 or better. Installation ------------ Download source and binary distributions from `PyPI`_ or `Bintray`_. Binary wheels are now available for 32 and 64 bit Windows versions. Please see `the installation documentation`_ for installation instructions. .. _PyPI: https://pypi.python.org/pypi/pycurl .. _Bintray: https://dl.bintray.com/pycurl/pycurl/ .. _the installation documentation: http://pycurl.io/docs/latest/install.html Documentation ------------- Documentation for the most recent PycURL release is available on `PycURL website `_. Support ------- For support questions please use `curl-and-python mailing list`_. `Mailing list archives`_ are available for your perusal as well. Although not an official support venue, `Stack Overflow`_ has been popular with some PycURL users. Bugs can be reported `via GitHub`_. Please use GitHub only for bug reports and direct questions to our mailing list instead. .. _curl-and-python mailing list: http://cool.haxx.se/mailman/listinfo/curl-and-python .. _Stack Overflow: http://stackoverflow.com/questions/tagged/pycurl .. _Mailing list archives: https://curl.haxx.se/mail/list.cgi?list=curl-and-python .. _via GitHub: https://github.com/pycurl/pycurl/issues License ------- PycURL is dual licensed under the LGPL and an MIT/X derivative license based on the libcurl license. The complete text of the licenses is available in COPYING-LGPL_ and COPYING-MIT_ files in the source distribution. .. _libcurl: https://curl.haxx.se/libcurl/ .. _urllib: http://docs.python.org/library/urllib.html .. _COPYING-LGPL: https://raw.githubusercontent.com/pycurl/pycurl/master/COPYING-LGPL .. _COPYING-MIT: https://raw.githubusercontent.com/pycurl/pycurl/master/COPYING-MIT Keywords: curl,libcurl,urllib,wget,download,file transfer,http,www Platform: All Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Web Environment Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Topic :: Internet :: File Transfer Protocol (FTP) Classifier: Topic :: Internet :: WWW/HTTP