Skip to content

Commit

Permalink
#137 Migrate from senzing_abstract to senzing
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 4, 2024
1 parent 78f735c commit 3896c03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- build-distribution
environment:
name: pypi
url: https://pypi.org/p/senzing-abstract
url: https://pypi.org/p/senzing
permissions:
id-token: write
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ implmentations of the Senzing Python SDK are derived.
[Coverage]: https://htmlpreview.github.io/?https://github.com/senzing-garage/sz-sdk-python/blob/python-coverage-comment-action-data/htmlcov/index.html
[Development]: docs/development.md
[DockerHub]: https://hub.docker.com/r/senzing/sz-sdk-python
[Downloads Badge]: https://static.pepy.tech/badge/senzing-abstract
[Downloads]: https://pepy.tech/project/senzing-abstract
[Downloads Badge]: https://static.pepy.tech/badge/senzing
[Downloads]: https://pepy.tech/project/senzing
[Errors]: docs/errors.md
[Examples]: docs/examples.md
[License Badge]: https://img.shields.io/badge/License-Apache2-brightgreen.svg
[License]: https://github.com/senzing-garage/sz-sdk-python/blob/main/LICENSE
[PEP8 Badge]: https://img.shields.io/badge/code%20style-pep8-orange.svg
[PEP8]: https://www.python.org/dev/peps/pep-0008/
[PyPI version Badge]: https://badge.fury.io/py/senzing-abstract.svg
[PyPi version]: https://badge.fury.io/py/senzing-abstract
[PyPI version Badge]: https://badge.fury.io/py/senzing.svg
[PyPi version]: https://badge.fury.io/py/senzing
[Python 3.11 Badge]: https://img.shields.io/badge/python-3.11-blue.svg
[Python 3.11]: https://www.python.org/downloads/release/python-3110/
[Senzing Garage]: https://github.com/senzing-garage
Expand Down
10 changes: 5 additions & 5 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Create a code coverage map.

```

1. Verify that `senzing-abstract` is not installed.
1. Verify that `senzing` is not installed.
Example:

```console
Expand All @@ -155,7 +155,7 @@ Create a code coverage map.

```

1. Verify that `senzing-abstract` is installed.
1. Verify that `senzing` is installed.
Example:

```console
Expand All @@ -165,13 +165,13 @@ Create a code coverage map.

Example return:

> senzing-abstract @ file:///home/senzing/senzing-garage.git/sz-sdk-python/dist/senzing-0.0.1-py3-none-any.whl#sha256=2a4e5218d66d5be60ee31bfad5943e6611fc921f28a4326d9594ceceae7e0ac1
> senzing @ file:///home/senzing/senzing-garage.git/sz-sdk-python/dist/senzing-0.0.1-py3-none-any.whl#sha256=2a4e5218d66d5be60ee31bfad5943e6611fc921f28a4326d9594ceceae7e0ac1
1. Uninstall the `senzing-abstract` python package.
1. Uninstall the `senzing` python package.
Example:

```console
python3 -m pip uninstall senzing-abstract
python3 -m pip uninstall senzing

```

Expand Down

0 comments on commit 3896c03

Please sign in to comment.