Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 781 Bytes

File metadata and controls

19 lines (14 loc) · 781 Bytes

Installation

Immanuel requires Python >= 3.10 and can be installed with pip:

pip install immanuel

Note that the package requirements have currently locked in the outdated version 5.2.0 of timezonefinder due to version >= 6.0.0 requiring a C compiler to be present on installation in order to run with any degree of efficiency. Without one it will revert to a pure-Python library which is painfully slow by comparison. Version 5.2.0 will run much faster if a C compiler is not available, but it is unclear how big an impact on accuracy this will have.


  1. Overview
  2. Installation
  3. Examples
  4. Returned Data
  5. Settings
  6. Submodules
  7. Contributions