Introduction
Introduction #
The exchange-calendars-extensions Python package transparently adds some features to the exchange-calendars package.
It can be used without any changes to existing code that already uses exchange-calendars.
System requirements #
The package requires Python 3.8 or later.
Installation #
The package is available on PyPI and can be installed via pip or any other suitable package/dependency management tool, e.g. Poetry.
-
Install
pip install exchange-calendars-extensions -
Install (advanced)
You can pin to a specific package version. For example, to install version 1.0:
pip install exchange-calendars-extensions==1.0 -
Uninstall
pip uninstall exchange-calendars-extensions