-
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.
See readme
- Loading branch information
Showing
11 changed files
with
599 additions
and
357 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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Include the README, LICENSE, and CHANGELOG files | ||
include README.md | ||
include LICENSE | ||
include CHANGELOG.md | ||
|
||
# Include JSON data files in the specified package directory | ||
recursive-include ratesb_python/common *.json | ||
|
||
# Exclude all bytecode | ||
global-exclude *.pyc | ||
global-exclude __pycache__ | ||
global-exclude *.pyo | ||
|
||
# Exclude files and directories related to development, version control, or builds | ||
exclude .gitignore | ||
exclude .gitattributes | ||
exclude .devcontainer | ||
exclude .coverage | ||
exclude dist | ||
exclude tests | ||
exclude venv | ||
exclude paper | ||
exclude *.egg-info | ||
recursive-exclude *.egg-info * | ||
recursive-exclude build * | ||
recursive-exclude .devcontainer * | ||
recursive-exclude dist * | ||
recursive-exclude tests * | ||
recursive-exclude venv * | ||
recursive-exclude paper * |
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
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 +1,2 @@ | ||
from ratesb_python.common.analyzer import Analyzer | ||
from ratesb_python.common.analyzer import Analyzer | ||
from ratesb_python.common.analyzer import check_model |
Oops, something went wrong.