Metadata-Version: 2.4
Name: exchange-calendars-extensions-api
Version: 0.5.0
Summary: A package that defines parts of the API of the exchange-calendars-extensions package.
Project-URL: homepage, https://github.com/jenskeiner/exchange_calendars_extensions_api/
Project-URL: repository, https://github.com/jenskeiner/exchange_calendars_extensions_api.git
Project-URL: documentation, https://github.com/jenskeiner/exchange_calendars_extensions_api/
Project-URL: issues, https://github.com/jenskeiner/exchange_calendars_extensions_api/issues
Author-email: Jens Keiner <jens.keiner@gmail.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.9
Requires-Dist: pandas<3,>=1
Requires-Dist: pydantic<3,>=2
Requires-Dist: typing-extensions<5,>=4.0
Description-Content-Type: text/markdown

# exchange-calendars-extensions-api
This package contains parts of the API of 
[exchange-calendars-extensions](https://pypi.org/project/exchange-calendars-extensions/).

To separate the API from the implementation, the API is defined in a separate distribution package 
[exchange-calendars-extensions-api](https://pypi.org/project/exchange-calendars-extensions_api/), i.e. this package, 
that contains the sub-package `exchange_calendars_extensions.api`.

The implementation has been moved to the sub-package `exchange_calendars_extensions.core` and is distributed via 
[exchange-calendars-extensions](https://pypi.org/project/exchange-calendars-extensions/).

The package `exchange_calendars_extensions` is now a namespace package that wraps the sub-packages.
