generated from jenskeiner/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a596633
commit badef7d
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# Package Name | ||
... | ||
# 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. |