dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

Question: What is the "sqltyping.py" good for? #175

Closed MartinThoma closed 3 years ago

MartinThoma commented 3 years ago

It seems not to be used anywhere.

$ grep -rnI "sqltyping" *
setup.py:53:      py_modules=['sqlmypy', 'sqltyping'],
ilevkivskyi commented 3 years ago

It is a placeholder for introduction of mypy plugin specific types. It may be needed for something like https://github.com/dropbox/sqlalchemy-stubs/issues/9