issues
search
RussBaz
/
enforce
Python 3.5+ runtime type checking for integration testing and data validation
543
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update setup.py added long description mimetype
#83
ken-morel
closed
5 months ago
0
Declare description as Markdown in setup.py
#82
adamchainz
opened
2 years ago
0
Implement 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 support; black; GitHub Actions; upgrade deps
#81
SamuelMarks
opened
2 years ago
5
Support for `@overload`ed callables
#80
CallumJHays
opened
3 years ago
1
Data validation via `typing.Annotated`
#79
CallumJHays
opened
3 years ago
0
Python 3.8 AttributeError: module 'typing' has no attribute 'TupleMeta'
#78
LinuxIsCool
opened
3 years ago
1
`AttributeError: can't set attribute` with namedtuple
#77
SamuelMarks
closed
4 years ago
1
New enforce fork for Python 3.5.10, 3.6, 3.7, 3.8, 3.9
#76
SamuelMarks
opened
4 years ago
10
this will help your PyPy page
#75
UnquietCode
opened
5 years ago
2
@runtime_validation leaks refcounts and therefore causes memory leaks
#74
itamarst
opened
6 years ago
0
late decoration
#73
obeleh
closed
3 years ago
3
Forward references on classes
#72
obeleh
opened
6 years ago
0
not compatible with python 3.7
#71
etam
opened
6 years ago
10
enforce ignore default values
#70
yitai27
opened
6 years ago
0
Type check mypy TypedDict
#69
iddan
opened
6 years ago
0
"User defined generic does not accept provided constraints" error when 'Type' is used in hint
#68
smarie
opened
6 years ago
4
__init__ signature is not preserved for Generic classes
#67
smarie
opened
6 years ago
1
flake8 finds undefined name 'validator' in nodes.py
#66
cclauss
closed
5 years ago
0
Correct handling of None in TupleNode + Extended support from typing.List to typing.Iterable
#65
smarie
closed
6 years ago
2
Extended support from typing.List to typing.Iterable, and from typing.Dict to typing.Mapping
#64
smarie
closed
6 years ago
3
Added correct handling of None values in TupleNode.
#63
smarie
closed
6 years ago
3
TypeError: 'NoneType' object is not iterable when using Optional[Tuple[str, str]]
#62
smarie
opened
6 years ago
0
Enable `runtime_validation` package/module-wide
#61
smarie
opened
6 years ago
0
It's impossible to install v 0.3.5 (`dev` branch)
#60
danie1k
closed
9 months ago
1
Typing error
#59
ArneBachmann
opened
7 years ago
1
enforce is not transparent for Callable types - EnforceProxy
#58
smarie
opened
7 years ago
2
runtime_validation yields a false positive when inheritance is involved
#57
marmistrz
closed
7 years ago
2
Fix for #55 Staticmethods
#56
TheDataLeek
closed
7 years ago
3
enforce on static methods
#55
bannsec
opened
7 years ago
1
Added license file
#54
TheDataLeek
closed
7 years ago
2
License file
#53
inexxt
opened
7 years ago
0
(some?) built-in generics are not supported
#52
grayfall
opened
7 years ago
1
How to use Generics?
#51
justuswilhelm
opened
7 years ago
2
`numbers` ABCs are not supported
#50
grayfall
opened
7 years ago
2
Enforce throws TypeError when calling instance method with forgotten `self`
#49
justuswilhelm
opened
7 years ago
1
Updated Readme.md with an autoclass example
#48
smarie
opened
7 years ago
3
Handling of generator/iterables/coroutines/...
#47
kevinboulain
opened
7 years ago
1
Callable's arguments' types may be lost
#46
kevinboulain
opened
7 years ago
1
Forward References
#45
georgwiese
opened
7 years ago
3
Some typing errors
#44
kevinboulain
closed
7 years ago
5
Markdown or reStructuredText for Readme?
#43
RussBaz
opened
7 years ago
2
Multiprocessing issues
#42
RussBaz
opened
7 years ago
2
Any should match against Lists
#41
brool
closed
7 years ago
1
Better error messages for some containers
#40
kevinboulain
closed
7 years ago
3
Covariant mode may traceback
#39
kevinboulain
closed
7 years ago
4
Feature Request: Implicit Typecasting
#38
PurelyApplied
opened
7 years ago
1
Passing an instance of a derived class instead of the base class raise a type error
#37
ghost
closed
7 years ago
5
Errors with Threading
#36
kenfar
closed
7 years ago
8
Python 3.5.0-3.5.2 no longer supported?
#35
RussBaz
closed
7 years ago
1
Problems with Python 3.6
#34
wizzardx
closed
7 years ago
1
Next