Skip to content

Commit

Permalink
Chore: Repository has been transferred to https://github.com/crate
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 14, 2024
1 parent baa1b80 commit 01e49aa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down Expand Up @@ -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.


Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Project information

Resources
=========
- `Source code <https://github.com/crate-workbench/sqlalchemy-cratedb>`_
- `Documentation <https://github.com/crate-workbench/sqlalchemy-cratedb>`_
- `Source code <https://github.com/crate/sqlalchemy-cratedb>`_
- `Documentation <https://github.com/crate/sqlalchemy-cratedb>`_
- `Python Package Index (PyPI) <https://pypi.org/project/sqlalchemy-cratedb/>`_

Contributions
Expand Down Expand Up @@ -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/
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 01e49aa

Please sign in to comment.