From 01e49aa55bd2f0bd653296bfa5a0beaf710343ba Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 14 Jun 2024 02:53:50 +0200 Subject: [PATCH] Chore: Repository has been transferred to https://github.com/crate --- DEVELOP.md | 4 ++-- README.md | 6 +++--- docs/index.rst | 12 ++++++------ pyproject.toml | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DEVELOP.md b/DEVELOP.md index 89c577f..482d785 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -4,7 +4,7 @@ To start things off, bootstrap the sandbox environment: - git clone https://github.com/crate-workbench/sqlalchemy-cratedb + git clone https://github.com/crate/sqlalchemy-cratedb cd sqlalchemy-cratedb source bootstrap.sh @@ -47,7 +47,7 @@ On branch `main`: ``` - On GitHub, designate a new release, copying in the relevant section from the CHANGELOG. - https://github.com/crate-workbench/sqlalchemy-cratedb/releases + https://github.com/crate/sqlalchemy-cratedb/releases Optionally, build the package and upload to PyPI manually. ```shell diff --git a/README.md b/README.md index 5aaa8fe..3e33c18 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SQLAlchemy dialect for CrateDB -[![Tests](https://github.com/crate-workbench/sqlalchemy-cratedb/actions/workflows/tests.yml/badge.svg)](https://github.com/crate-workbench/sqlalchemy-cratedb/actions/workflows/tests.yml) -[![Coverage](https://codecov.io/gh/crate-workbench/sqlalchemy-cratedb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/crate-workbench/sqlalchemy-cratedb) +[![Tests](https://github.com/crate/sqlalchemy-cratedb/actions/workflows/tests.yml/badge.svg)](https://github.com/crate/sqlalchemy-cratedb/actions/workflows/tests.yml) +[![Coverage](https://codecov.io/gh/crate/sqlalchemy-cratedb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/crate/sqlalchemy-cratedb) [![Build status (documentation)](https://readthedocs.org/projects/sqlalchemy-cratedb/badge/)](https://cratedb.com/docs/sqlalchemy-cratedb/) [![PyPI Version](https://img.shields.io/pypi/v/sqlalchemy-cratedb.svg)](https://pypi.org/project/sqlalchemy-cratedb/) [![Python Version](https://img.shields.io/pypi/pyversions/sqlalchemy-cratedb.svg)](https://pypi.org/project/sqlalchemy-cratedb/) @@ -36,7 +36,7 @@ pip install --upgrade sqlalchemy-cratedb ## Contributing The SQLAlchemy dialect for CrateDB is an open source project, and is -[managed on GitHub](https://github.com/crate-workbench/sqlalchemy-cratedb). We +[managed on GitHub](https://github.com/crate/sqlalchemy-cratedb). We appreciate contributions of any kind. diff --git a/docs/index.rst b/docs/index.rst index e940448..bdd20c3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -177,8 +177,8 @@ Project information Resources ========= -- `Source code `_ -- `Documentation `_ +- `Source code `_ +- `Documentation `_ - `Python Package Index (PyPI) `_ Contributions @@ -209,14 +209,14 @@ The project is licensed under the terms of the Apache 2.0 license, like .. _CrateDB: https://cratedb.com/database .. _CrateDB Cloud: https://console.cratedb.cloud/ .. _CrateDB source: https://github.com/crate/crate -.. _Create an issue: https://github.com/crate-workbench/sqlalchemy-cratedb/issues -.. _development sandbox: https://github.com/crate-workbench/sqlalchemy-cratedb/blob/main/DEVELOP.md +.. _Create an issue: https://github.com/crate/sqlalchemy-cratedb/issues +.. _development sandbox: https://github.com/crate/sqlalchemy-cratedb/blob/main/DEVELOP.md .. _cratedb-examples repository: https://github.com/crate/cratedb-examples/tree/main/by-language .. _FIWARE QuantumLeap data historian: https://github.com/orchestracities/ngsi-timeseries-api .. _GeoJSON: https://geojson.org/ .. _GeoJSON geometry objects: https://tools.ietf.org/html/rfc7946#section-3.1 -.. _LICENSE: https://github.com/crate-workbench/sqlalchemy-cratedb/blob/main/LICENSE -.. _managed on GitHub: https://github.com/crate-workbench/sqlalchemy-cratedb +.. _LICENSE: https://github.com/crate/sqlalchemy-cratedb/blob/main/LICENSE +.. _managed on GitHub: https://github.com/crate/sqlalchemy-cratedb .. _pandas: https://pandas.pydata.org/ .. _PEP 249: https://peps.python.org/pep-0249/ .. _PyPI: https://pypi.org/ diff --git a/pyproject.toml b/pyproject.toml index 78d4ac7..4f95edc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,10 +124,10 @@ vector = [ "numpy", ] [project.urls] -changelog = "https://github.com/crate-workbench/sqlalchemy-cratedb/blob/main/CHANGES.md" -documentation = "https://github.com/crate-workbench/sqlalchemy-cratedb" -homepage = "https://github.com/crate-workbench/sqlalchemy-cratedb" -repository = "https://github.com/crate-workbench/sqlalchemy-cratedb" +changelog = "https://github.com/crate/sqlalchemy-cratedb/blob/main/CHANGES.md" +documentation = "https://cratedb.com/docs/sqlalchemy-cratedb/" +homepage = "https://cratedb.com/docs/sqlalchemy-cratedb/" +repository = "https://github.com/crate/sqlalchemy-cratedb" [project.entry-points."sqlalchemy.dialects"] crate = "sqlalchemy_cratedb:dialect"