Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 622 Bytes

README.rst

File metadata and controls

25 lines (18 loc) · 622 Bytes

redlib

A library for commonly used functions / classes in building a python application.

Submodules

  • net: utility classes for handling urls, list of well known cdns, top level domains
  • web: utility class for parsing html and accessing elements via xpath
  • system: platform related functions
  • misc: doc string functions
  • colors: a named color list
  • prnt: miscellaneous print functions
  • py23: python 2.7/3.4 compatibility functions
  • http: http request / response handling, caching

Download