-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Custom serialization (#56) * Changed house keeping * Added pylint to test-requirements * Changed packages python versions * Changed refactored transform branch tables to private * Changed Refactor transform into encoding/decoding * Changed pep8 unto thyself * Changed pylama bug, NANI * Changed attribute to indicate it's private * Added initial happy path test * Changed type hinting * Added test check we can store the result from initial to a second * Added test that assert result from second store and encode is still expected value * Added encryption example test * Added tests for encrypted values * Changed improved message during unit test failure * Changed consistent naming * Changed typing, type hints * Changed both new test files are now part of coverage test run * Added readme section for extended types * Changed readme example to use repl * Added defaults for custom types * Changed updated testing and added additional example * Changed linting change * Added readme datetime example * Changed, QOL * Added allow for extending types based on method name * Changed update docstring to latest change
- Loading branch information
Showing
9 changed files
with
1,200 additions
and
69 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 |
---|---|---|
|
@@ -6,6 +6,7 @@ __pycache__ | |
build | ||
dist | ||
venv | ||
.venv | ||
|
||
.hypothesis/ | ||
|
||
|
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.