Psycopg style isort
===================
-This is an isort_ plugin to sort:
+This is an isort_ plugin implementing the style used in the `Psycopg 3`_
+project to sort:
-- import in length order
+- imports in length order
- import lists in natural order
The effect is the same of specifying ``--length-sort`` but only for the module
this plug-in is totally useless and the same can be done using isort features.
.. _isort: https://pycqa.github.io/isort/
+.. _psycopg 3: https://www.psycopg.org/
# Note: to release a new version:
# python -m build -o dist --wheel .
# twine upload dist/isort_psycopg-*-py3-none-any.whl
-version = "0.0.1"
+version = "0.0.2"
+
+[project.urls]
+Code = "https://github.com/psycopg/psycopg/tree/master/tools/isort-psycopg"
[project.readme]
file = "README.rst"