File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
SQLAlchemy 2 Stubs
3
3
===================
4
4
5
- These are PEP-484 typing stubs for `SQLAlchemy <https://www.sqlalchemy.org> `
5
+ These are PEP-484 typing stubs for `SQLAlchemy <https://www.sqlalchemy.org >`_
6
6
1.4 and 2.0. They are released concurrently along with
7
- a `Mypy extension <https://docs.sqlalchemy.org/en/14/orm/extensions/mypy.html> `
7
+ a `Mypy extension <https://docs.sqlalchemy.org/en/14/orm/extensions/mypy.html >`_
8
8
which is designed to work with these stubs, which assists primarily in the
9
9
area of ORM mappings.
10
10
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = sqlalchemy2-stubs
3
- version = 0.0.1a2
3
+ version = 0.0.1a3
4
4
description = Typing Stubs for SQLAlchemy 1.4
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments