issues
search
briancurtin
/
deprecation
A library to handle automated deprecations
Apache License 2.0
88
stars
31
forks
source link
Feature/add_type_information
#63
Open
9y2070m
opened
1 year ago
9y2070m
commented
1 year ago
resolves #56
Solution to add types to package using a stubs file
add stubs file (
deprecation.pyi
)
add
py.typed
marker file to indicate that package has type hints
refactor to add top-level module folder to register
py.typed
and
__init__.py
@briancurtin
resolves #56
Solution to add types to package using a stubs file
deprecation.pyi
)py.typed
marker file to indicate that package has type hintspy.typed
and__init__.py
@briancurtin