Skip to main content
https://travis-ci.org/Yelp/fido.svg?branch=master https://coveralls.io/repos/Yelp/fido/badge.svg PyPi version

Introduction

Fido is a simple, asynchronous HTTP client built on top of Crochet, Twisted and concurrent.futures. It is intended to be used in environments where there is no event loop, and where you cannot afford to spin up lots of threads (otherwise you could just use a ThreadPoolExecutor).

Here is an example of using Fido:

future = fido.fetch('http://www.foo.bar')
# Work happens in a background thread...
response = future.result(timeout=2)
print response.body

Frequently Asked Questions

Do you support SSL?

Yes, although this has not been vetted by security professionals. One should use this functionality at their own risk. In more detail: Fido uses the Twisted defaults, which delegate to pyOpenSSL and service_identity for the actual SSL work.

Is the API stable?

Probably not. However, it is currently very simple, so it shouldn’t be hard to upgrade code if there’s a non backwards-compatible change.

Do I need to initialize Crochet?

No, crochet.setup is automatically invoked by fido.fetch.

How do I use an http_proxy?

Just set the http_proxy (all lowercase) environment variable to the URL of the http proxy before starting your python process.

Example:

$ export http_proxy="http://localhost:8000"
$ python -c "import fido; print fido.fetch("http://www.yelp.com").result().body

Installation

Fido can be installed using pip install, like so:

$ pip install --upgrade fido

License

Copyright (c) 2015, Yelp, Inc. All rights reserved. Apache v2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fido-2.1.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fido-2.1.1-py2-none-any.whl (5.0 kB view details)

Uploaded Python 2

File details

Details for the file fido-2.1.1.tar.gz.

File metadata

  • Download URL: fido-2.1.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fido-2.1.1.tar.gz
Algorithm Hash digest
SHA256 abf7cabe9451ecf24d2d5e704eb3302e80431680ced137fb71c0129ce10c4700
MD5 d99224aef4ca744b2ed96fc82f156a59
BLAKE2b-256 a101f98b50d5990bbb670edc4dc19c1e2a22b5f43a08a86f8143e88bdfbc8f97

See more details on using hashes here.

File details

Details for the file fido-2.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for fido-2.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 01cbaed00a7f09449e19a5b59865606aca984b50a1d267deca81d2bf2dfe8183
MD5 e332584a0c4d135656c98c3da8334c43
BLAKE2b-256 1c4a5fb78576dfb4e3d0b7a96b073015fa06b50fd895501bbf7ce05e20f1845c

See more details on using hashes here.

Release history Release notifications | RSS feed

4.2.2

1 file

4.2.1

1 file

4.2.0

1 file

4.1.0

1 file

3.2.0

1 file

3.0.0

2 files

2.1.4

2 files

2.1.2

2 files

This release

2.1.1 This release

2 files

2.1.0

2 files

2.0.1

2 files

2.0.0

2 files

1.1.4

2 files

1.1.2

2 files

1.1.1

2 files

1.0.1

1 file

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page