Skip to content

Commit 13331b3

Browse files
authored
🎉 New feature. Command line plaid-check (#399)
1 parent 5b89ae2 commit 13331b3

4 files changed

Lines changed: 1027 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Add files to support mybinder.org
13+
- (plaid-check) add a simple app to check the integrity of a plaid database
1314
- (sample/features) add_field: check field size consistency with geometrical support.
1415
- (sample) add `set_trees` to `Sample` delegated methods: `sample.set_trees(...)` now works as a direct proxy to `SampleFeatures.set_trees`, consistent with other delegated tree methods.
1516

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ files=["LICENSE.txt"]
5656
file="README.md"
5757
content-type = "text/markdown"
5858

59+
[project.scripts]
60+
plaid-check = "plaid.cli.plaidcheck:main"
61+
5962
[tool.setuptools]
6063
platforms = [
6164
"Linux",

0 commit comments

Comments
 (0)