diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 87dcb83..3ed66a2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,7 +3,7 @@ current_version = 0.1.0 commit = True tag = False -[bumpversion:file:python/dagred3/__init__.py] +[bumpversion:file:python/daggre/__init__.py] search = __version__ = "{current_version}" replace = __version__ = "{new_version}" diff --git a/LICENSE b/LICENSE index 1e4da80..6336844 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 the dagre-d3-lite authors + Copyright 2023 the daggre authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8ddf8b5..22e2cfd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# dagre-d3-lite -A convenience layer on top of `dagre-d3` (`dagre-d3-es`), for use in [ipydagred3](https://github.com/timkpaine/ipydagred3). Built on [transports](https://github.com/timkpaine/transports). +# daggre +A convenience layer on top of `dagre-d3` (`dagre-d3-es`), for use in [ipydagred3](https://github.com/timkpaine/ipydaggre). Built on [transports](https://github.com/timkpaine/transports). -[![Build Status](https://github.com/timkpaine/dagre-d3-lite/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/timkpaine/dagre-d3-lite/actions?query=workflow%3A%22Build+Status%22) -[![codecov](https://codecov.io/gh/timkpaine/dagre-d3-lite/branch/main/graph/badge.svg?token=3N6NOPL4RE)](https://codecov.io/gh/timkpaine/dagre-d3-lite) -[![License](https://img.shields.io/github/license/timkpaine/dagre-d3-lite)](https://github.com/timkpaine/dagre-d3-lite) -[![PyPI](https://img.shields.io/pypi/v/dagred3.svg)](https://pypi.python.org/pypi/dagred3) -[![npm](https://img.shields.io/npm/v/dagre-d3-lite.svg)](https://www.npmjs.com/package/dagre-d3-lite) +[![Build Status](https://github.com/timkpaine/daggre/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/timkpaine/daggre/actions?query=workflow%3A%22Build+Status%22) +[![codecov](https://codecov.io/gh/timkpaine/daggre/branch/main/graph/badge.svg?token=3N6NOPL4RE)](https://codecov.io/gh/timkpaine/daggre) +[![License](https://img.shields.io/github/license/timkpaine/daggre)](https://github.com/timkpaine/daggre) +[![PyPI](https://img.shields.io/pypi/v/daggre.svg)](https://pypi.python.org/pypi/daggre) +[![npm](https://img.shields.io/npm/v/daggre.svg)](https://www.npmjs.com/package/daggre) diff --git a/examples/ipc/main.py b/examples/ipc/main.py index 48d5953..aa374a7 100644 --- a/examples/ipc/main.py +++ b/examples/ipc/main.py @@ -8,9 +8,9 @@ from fastapi import FastAPI, WebSocket sys.path.append("../../python") # noqa -from dagred3 import Graph # noqa: E402 -from dagred3 import (AioHttpWebSocketClient, JSONTransport, - StarletteWebSocketServer) +from daggre import Graph # noqa: E402 +from daggre import (AioHttpWebSocketClient, JSONTransport, + StarletteWebSocketServer) def run_server(): diff --git a/examples/js/index.html b/examples/js/index.html index bc2300a..3e35c90 100644 --- a/examples/js/index.html +++ b/examples/js/index.html @@ -7,11 +7,11 @@ -
+