Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 742 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. pyquery
  2. urllib3
  3. codecs
  4. # pyquery : a jquery-like library for python
  5. ## pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery.
  6. # urllib3 is a powerful, sanity-friendly HTTP client for Python.
  7. ## urllib3 brings many critical features that are missing from the Python standard libraries: ... Helpers for retrying requests and dealing with HTTP redirects.
  8. # codecs
  9. ## A codec is a device or computer program for encoding or decoding a digital data stream or signal. Codec is a portmanteau of coder-decoder. A coder encodes a data stream or a signal for transmission or storage, possibly in encrypted form, and the decoder function reverses the encoding for playback or editing.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...