Skip to content

Commit

Permalink
update organization to arangodb (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Feb 19, 2024
1 parent f556d65 commit d48bd79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
![Logo](https://user-images.githubusercontent.com/2701938/108583516-c3576680-72ee-11eb-883f-2d9b52e74e45.png)

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/ArangoDB-Community/python-arango/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/ArangoDB-Community/python-arango/tree/main)
[![CodeQL](https://github.com/ArangoDB-Community/python-arango/actions/workflows/codeql.yaml/badge.svg)](https://github.com/ArangoDB-Community/python-arango/actions/workflows/codeql.yaml)
[![Docs](https://github.com/ArangoDB-Community/python-arango/actions/workflows/docs.yaml/badge.svg)](https://github.com/ArangoDB-Community/python-arango/actions/workflows/docs.yaml)
[![Coverage Status](https://codecov.io/gh/ArangoDB-Community/python-arango/branch/main/graph/badge.svg?token=M8zrjrzsUY)](https://codecov.io/gh/ArangoDB-Community/python-arango)
[![Last commit](https://img.shields.io/github/last-commit/ArangoDB-Community/python-arango)](https://github.com/ArangoDB-Community/python-arango/commits/master)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/arangodb/python-arango/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/arangodb/python-arango/tree/main)
[![CodeQL](https://github.com/arangodb/python-arango/actions/workflows/codeql.yaml/badge.svg)](https://github.com/arangodb/python-arango/actions/workflows/codeql.yaml)
[![Docs](https://github.com/arangodb/python-arango/actions/workflows/docs.yaml/badge.svg)](https://github.com/arangodb/python-arango/actions/workflows/docs.yaml)
[![Coverage Status](https://codecov.io/gh/arangodb/python-arango/branch/main/graph/badge.svg?token=M8zrjrzsUY)](https://codecov.io/gh/arangodb/python-arango)
[![Last commit](https://img.shields.io/github/last-commit/arangodb/python-arango)](https://github.com/arangodb/python-arango/commits/master)

[![PyPI version badge](https://img.shields.io/pypi/v/python-arango?color=3775A9&style=for-the-badge&logo=pypi&logoColor=FFD43B)](https://pypi.org/project/python-arango/)
[![Python versions badge](https://img.shields.io/badge/3.8%2B-3776AB?style=for-the-badge&logo=python&logoColor=FFD43B&label=Python)](https://pypi.org/project/python-arango/)

[![License](https://img.shields.io/github/license/ArangoDB-Community/python-arango?color=9E2165&style=for-the-badge)](https://github.com/ArangoDB-Community/python-arango/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/arangodb/python-arango?color=9E2165&style=for-the-badge)](https://github.com/arangodb/python-arango/blob/master/LICENSE)
[![Code style: black](https://img.shields.io/static/v1?style=for-the-badge&label=code%20style&message=black&color=black)](https://github.com/psf/black)
[![Downloads](https://img.shields.io/pepy/dt/python-arango?style=for-the-badge&color=282661
)](https://pepy.tech/project/python-arango)
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To ensure PEP8_ compliance, run flake8_:
.. code-block:: bash
~$ pip install flake8
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
~$ git clone https://github.com/arangodb/python-arango.git
~$ cd python-arango
~$ flake8
Expand All @@ -57,7 +57,7 @@ To run the test suite (use your own host, port and root password):
.. code-block:: bash
~$ pip install pytest
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
~$ git clone https://github.com/arangodb/python-arango.git
~$ cd python-arango
~$ py.test --complete --host=127.0.0.1 --port=8529 --passwd=passwd
Expand All @@ -66,7 +66,7 @@ To run the test suite with coverage report:
.. code-block:: bash
~$ pip install coverage pytest pytest-cov
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
~$ git clone https://github.com/arangodb/python-arango.git
~$ cd python-arango
~$ py.test --complete --host=127.0.0.1 --port=8529 --passwd=passwd --cov=kq
Expand All @@ -82,7 +82,7 @@ Sphinx_. To build an HTML version on your local machine:
.. code-block:: bash
~$ pip install sphinx sphinx_rtd_theme
~$ git clone https://github.com/ArangoDB-Community/python-arango.git
~$ git clone https://github.com/arangodb/python-arango.git
~$ cd python-arango
~$ python -m sphinx -b html -W docs docs/_build/ # Open build/index.html in a browser
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dev = [
"arango" = ["py.typed"]

[project.urls]
homepage = "https://github.com/ArangoDB-Community/python-arango"
homepage = "https://github.com/arangodb/python-arango"

[tool.setuptools]
packages = ["arango"]
Expand Down

0 comments on commit d48bd79

Please sign in to comment.