-
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.
Isolate compiler_path to compiled() methods (#4)
Remove tox.ini, setup.cfg, requirements/ci.txt Enhance pyproject.toml Add ruff-powered linting Add some docstrings Add examples to README.md Breaking change1: compiler_path as parameter of compile() instead of ProtoCollection constructor Breaking change2: rename ProtoCollection.compile() to compiled() Bump version 0.2.0 -> 1.0.0
- Loading branch information
Showing
16 changed files
with
469 additions
and
420 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
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,15 @@ | ||
## Testing | ||
|
||
pip install -e '.[dev]' | ||
pre-commit autoupdate | ||
pre-commit install | ||
pre-commit run --all-files | ||
tox | ||
|
||
On a macos machine: | ||
|
||
tests/tox_mac.sh | ||
|
||
## Releasing | ||
|
||
TBD |
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
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
Oops, something went wrong.