Skip to content

Commit b7810d7

Browse files
committed
Maintenance: Move repository to pyveci organization
1 parent bbbdd4a commit b7810d7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

DEVELOP.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test suite, is::
2525

2626
For installing the package inside a development sandbox (virtualenv), run::
2727

28-
git clone https://github.com/daq-tools/sqlalchemy-postgresql-relaxed
28+
git clone https://github.com/pyveci/sqlalchemy-postgresql-relaxed
2929
cd sqlalchemy-postgresql-relaxed
3030
python3 -m venv .venv
3131
source .venv/bin/activate

README.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. image:: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/workflows/Tests/badge.svg
2-
:target: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/actions?workflow=Tests
1+
.. image:: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/workflows/Tests/badge.svg
2+
:target: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/actions?workflow=Tests
33

4-
.. image:: https://codecov.io/gh/daq-tools/sqlalchemy-postgresql-relaxed/branch/main/graph/badge.svg
5-
:target: https://codecov.io/gh/daq-tools/sqlalchemy-postgresql-relaxed
4+
.. image:: https://codecov.io/gh/pyveci/sqlalchemy-postgresql-relaxed/branch/main/graph/badge.svg
5+
:target: https://codecov.io/gh/pyveci/sqlalchemy-postgresql-relaxed
66
:alt: Test suite code coverage
77

88
.. image:: https://pepy.tech/badge/sqlalchemy-postgresql-relaxed/month
@@ -18,7 +18,7 @@
1818
:target: https://pypi.org/project/sqlalchemy-postgresql-relaxed/
1919

2020
.. image:: https://img.shields.io/pypi/l/sqlalchemy-postgresql-relaxed.svg
21-
:target: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/LICENSE
21+
:target: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/LICENSE
2222

2323
|
2424
@@ -84,7 +84,7 @@ Setup
8484

8585
To install the latest development version from the repository, invoke::
8686

87-
pip install --upgrade git+https://github.com/daq-tools/sqlalchemy-postgresql-relaxed
87+
pip install --upgrade git+https://github.com/pyveci/sqlalchemy-postgresql-relaxed
8888

8989

9090
*******************
@@ -108,8 +108,8 @@ you should be ready to start hacking.
108108
Resources
109109
=========
110110

111-
- `Source code repository <https://github.com/daq-tools/sqlalchemy-postgresql-relaxed>`_
112-
- `Documentation <https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/README.rst>`_
111+
- `Source code repository <https://github.com/pyveci/sqlalchemy-postgresql-relaxed>`_
112+
- `Documentation <https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/README.rst>`_
113113
- `Python Package Index (PyPI) <https://pypi.org/project/sqlalchemy-postgresql-relaxed/>`_
114114

115115
License and warranty
@@ -118,6 +118,6 @@ License and warranty
118118
The project is licensed under the terms of the MIT license, see `LICENSE`_.
119119

120120

121-
.. _Create an issue: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/issues/new
122-
.. _development sandbox: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/DEVELOP.rst
123-
.. _LICENSE: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/LICENSE
121+
.. _Create an issue: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/issues/new
122+
.. _development sandbox: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/DEVELOP.rst
123+
.. _LICENSE: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/LICENSE

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ test = [
8282
"pytest-cov<5",
8383
]
8484
[project.urls]
85-
changelog = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/CHANGES.rst"
86-
documentation = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed"
87-
homepage = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed"
88-
repository = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed"
85+
changelog = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/CHANGES.rst"
86+
documentation = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed"
87+
homepage = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed"
88+
repository = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed"
8989
[project.entry-points."sqlalchemy.dialects"]
9090
"postgresql.asyncpg_relaxed" = "sqlalchemy_postgresql_relaxed.asyncpg:dialect"
9191
"postgresql.psycopg_relaxed" = "sqlalchemy_postgresql_relaxed.psycopg:dialect"

0 commit comments

Comments
 (0)