GitXplorerGitXplorer
h

useful_types

public
88 stars
4 forks
7 issues

Commits

List of commits on branch main.
Verified
735ef9dd0b55b35b118ef630d5a0f3618ecedbff

[pre-commit.ci] pre-commit autoupdate (#26)

ppre-commit-ci[bot] committed 3 months ago
Unverified
5e9710f3875107d068e7679fd7fec9cfab0eff3b

Bump version

hhauntsaninja committed 5 months ago
Verified
a0d5a859f136d757ba0e87c4495335d6ee90b54c

Update type checker versions (#24)

hhauntsaninja committed 5 months ago
Verified
894a2dff6c6b67ba9742c7efaa2a25c90aaceb36

Modify `SequenceNotStr.index` to use positional-only args (#23)

hhaakonvt committed 5 months ago
Verified
364c7cdd21d239ddde457c9247d103752fb10fd5

[pre-commit.ci] pre-commit autoupdate (#22)

ppre-commit-ci[bot] committed 6 months ago
Verified
951d36b2aaaee6ab9fa1efcb8c4f1e2733247ff5

[pre-commit.ci] pre-commit autoupdate (#19)

ppre-commit-ci[bot] committed 9 months ago

README

The README file for this repository.

useful_types

This package contains useful types!

Are you tired of defining the same protocols and type aliases over and over in your projects? Look no further.

The types in this package are not special cased by type checkers in any way. Feel free to vendor them in your project instead of depending on this package.

While most of this library will work on any recent type checker version, some types depend on newer type checker features. We guarantee support on mypy 1.4 and pyright 1.1.314 or higher.