python3-eventlet_0.24.1-2_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-2

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 d438a27e729c453c33e3811b6e92cb72
SHA1 6755476f3dd73c25a1452b7c1c122f0fa4ec7ab5
SHA256 51cb0d1038fe3e085ce5101d913197df726ec182ceb436921b0e0c838ea39294
SHA512 1308aa6b419b79f9829b59e6066c6934dddd52592cf969aa4f080320fa6a9e95bf86db0bed4978ab5585adf28c9629638bb7d36e1c82fef98e90643ccc2a6f95

Depends

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

Suggests

  • python-eventlet-doc

Files

  • /usr/lib/python3/dist-packages/eventlet/convenience.py
  • /usr/lib/python3/dist-packages/eventlet/backdoor.py
  • /usr/lib/python3/dist-packages/eventlet/__init__.py
  • /usr/lib/python3/dist-packages/eventlet-0.24.1.egg-info/top_level.txt
  • /usr/lib/python3/dist-packages/eventlet-0.24.1.egg-info/requires.txt
  • /usr/lib/python3/dist-packages/eventlet-0.24.1.egg-info/PKG-INFO
  • /usr/lib/python3/dist-packages/eventlet-0.24.1.egg-info/not-zip-safe
  • /usr/lib/python3/dist-packages/eventlet-0.24.1.egg-info/dependency_links.txt

Uploaded

about 6 years ago

Package Size

168 KB

Installed Size

751 KB

Downloads

5

wget

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

Homepage

http://eventlet.net