Immanuel requires Python >= 3.10 and can be installed with pip:
pip install immanuelNote 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.
- Overview
- Installation
- Examples
- Returned Data
- Settings
- Submodules
- Contributions