Mapepire-IBMi / mapepire-python

python client for mapepire
Apache License 2.0
4 stars 2 forks source link

Rename all refs to mapepire-python #31

Open ajshedivy opened 2 months ago

ajshedivy commented 2 months ago

rename all refs in code to mapepire_python and mapepire-python

Here is a current list of all files that have a ref to python_wsdb:

./Makefile
./pyproject.toml
./RELEASE_PROCESS.md
./docs/source/conf.py
./README.md
./examples/simple-example.ipynb
./scripts/prepare_changelog.py
./scripts/release.sh
./.github/workflows/pr_checks.yml
./.github/CONTRIBUTING.md
./.github/ISSUE_TEMPLATE/bug_report.yml
./python_wsdb/ssl.py
./python_wsdb/pool.py
./python_wsdb/client/sql_job.py
./python_wsdb/client/query.py

files with python-wsdb:

./CHANGELOG.md
./pyproject.toml
./docs/source/conf.py
./docs/source/index.md
./docs/source/installation.md
./README.md
./scripts/prepare_changelog.py
./.github/workflows/main.yml
./.github/pull_request_template.md
./.github/CONTRIBUTING.md
./.github/ISSUE_TEMPLATE/bug_report.yml
./.github/ISSUE_TEMPLATE/documentation.yml
ajshedivy commented 1 month ago

47 addresses all references in the source. here are the remain links what ref "python-wsdb":

./CHANGELOG.md:11:Rename references from python_wsdb and python-wsdb to mapepire_python and mapepire-python
./pyproject.toml:31:# Documentation = "https://python-wsdb.readthedocs.io/"
./docs/source/installation.md:8:**mapepire-python** is available [on PyPI](https://pypi.org/project/python-wsdb/). Just run
./docs/source/installation.md:11:pip install python-wsdb
./README.md:6:<a href="https://pypi.org/project/python-wsdb/">
./README.md:7:    <img alt="PyPI" src="https://img.shields.io/pypi/v/python-wsdb">
./README.md:51:`mapepire-python` is available on [PyPi](https://pypi.org/project/python-wsdb/). Just Run
./README.md:54:pip install python-wsdb
./.github/workflows/main.yml:129:          pip uninstall -y python-wsdb
./.github/ISSUE_TEMPLATE/documentation.yml:2:description: Report an issue related to https://python-wsdb.readthedocs.io/latest
./.github/ISSUE_TEMPLATE/documentation.yml:10:      A clear and concise description of what content in https://python-wsdb.readthedocs.io/latest is an issue.