Tpt
|
00f179058e
|
Upgrades minimal Python version to 3.8
3.7 is EOL
|
1 year ago |
Tpt
|
ef65d53190
|
Python: Adds __match_args__ definition where relevant
Allows positional pattern matching
Closes #449
|
2 years ago |
Tpt
|
c40c81447e
|
Python: Optimizes copy on basic model classes
Immutable values do not need to be actually copied
|
2 years ago |
Tpt
|
28def4001b
|
Python: Uses Ruff linter
|
2 years ago |
Tpt
|
d8fa540b97
|
Python: Exposes read-only and secondary store
|
2 years ago |
dependabot[bot]
|
6dc4aefe99
|
Update black requirement from ~=22.10 to ~=23.1 in /python
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.10.0...23.1.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Tpt
|
d453721e8b
|
Python: Uses typing.io for I/O types annotations
|
2 years ago |
Tpt
|
3712142e6f
|
Python: makes type stubs and code valid according to Mypy strict mode
|
2 years ago |
Tpt
|
d1cd004d71
|
Adds magic functions to stubs
|
2 years ago |
Tpt
|
5e13aee5be
|
Python type subs: validate optionals
|
2 years ago |
Tpt
|
17731d10ab
|
Auto generates pyoxigraph type stubs
Uses a Python script to auto generate python stubs from the module code and doc strings.
Relies heavily on the inspect module.
|
2 years ago |