python3-eventlet_0.24.1-1_all.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/faucetsdn/faucet/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/faucetsdn/faucet/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install python3-eventlet=0.24.1-1

concurrent networking library - Python 3.x

Full description:
  concurrent networking library - Python 3.x
 Eventlet allows you to change how you run your code, not how you write it.
 .
 It uses epoll or libevent for highly scalable non-blocking I/O.
 Coroutines ensure that the developer uses a blocking style of programming
 that is similar to threading, but provide the benefits of non-blocking I/O.
 The event dispatch is implicit, which means you can easily use Eventlet from
 the Python interpreter, or as a small part of a larger application.
 .
 It's easy to get started using Eventlet, and easy to convert existing
 applications to use it. Start off by looking at examples, common design
 patterns, and the list of the basic API primitives.
 .
 This package provides the Python 3.x module.

Checksums

MD5 2745148e1447cae49a4ec49f337d15bb
SHA1 1a46d9a457c6a8f436b6cce17f8caef54f5ff571
SHA256 96a6a9115e5088e31eb7997113b6682b5212e7e311c379a6b354d76aa922a502
SHA512 74b71f70926180e73d8c2a8984d559f95408789abc6e3d206fd9d0555ba2e1acd1097b18a6f52284a05797982a8cca83abb94bf7e4eb6f5ed72eac3d3b9a74f6

Depends

  • netbase, python3-dnspython, python3-greenlet, python3-monotonic, python3-six (>= 1.10.0), python3:any (>= 3.3.2-2~)

Suggests

  • python-eventlet-doc

Files

  • /usr/lib/python3/dist-packages/eventlet/hubs/timer.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/selects.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/pyevent.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/poll.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/kqueue.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/hub.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/epolls.py
  • /usr/lib/python3/dist-packages/eventlet/hubs/__init__.py
  • /usr/lib/python3/dist-packages/eventlet/greenthread.py
  • /usr/lib/python3/dist-packages/eventlet/greenpool.py
  • /usr/lib/python3/dist-packages/eventlet/greenio/py3.py
  • /usr/lib/python3/dist-packages/eventlet/greenio/py2.py
  • /usr/lib/python3/dist-packages/eventlet/greenio/base.py
  • /usr/lib/python3/dist-packages/eventlet/greenio/__init__.py
  • /usr/lib/python3/dist-packages/eventlet/green/zmq.py
  • /usr/lib/python3/dist-packages/eventlet/green/urllib2.py
  • /usr/lib/python3/dist-packages/eventlet/green/urllib/response.py
  • /usr/lib/python3/dist-packages/eventlet/green/urllib/request.py
  • /usr/lib/python3/dist-packages/eventlet/green/urllib/parse.py
  • /usr/lib/python3/dist-packages/eventlet/green/urllib/error.py
  • /usr/lib/python3/dist-packages/eventlet/green/urllib/__init__.py
  • /usr/lib/python3/dist-packages/eventlet/green/time.py
  • /usr/lib/python3/dist-packages/eventlet/green/threading.py
  • /usr/lib/python3/dist-packages/eventlet/green/thread.py
  • /usr/lib/python3/dist-packages/eventlet/green/subprocess.py
  • /usr/lib/python3/dist-packages/eventlet/green/ssl.py
  • /usr/lib/python3/dist-packages/eventlet/green/SocketServer.py
  • /usr/lib/python3/dist-packages/eventlet/green/socket.py
  • /usr/lib/python3/dist-packages/eventlet/green/SimpleHTTPServer.py
  • /usr/lib/python3/dist-packages/eventlet/green/selectors.py

Uploaded

about 6 years ago

Package Size

168 KB

Installed Size

751 KB

Downloads

6

wget

wget --content-disposition "https://packagecloud.io/faucetsdn/faucet/packages/debian/buster/python3-eventlet_0.24.1-1_all.deb/download.deb?distro_version_id=150"

Homepage

http://eventlet.net