Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename all refs to mapepire-python #31

Open
ajshedivy opened this issue Jul 18, 2024 · 1 comment · Fixed by #47
Open

Rename all refs to mapepire-python #31

ajshedivy opened this issue Jul 18, 2024 · 1 comment · Fixed by #47
Assignees

Comments

@ajshedivy
Copy link
Collaborator

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

@ThePrez ThePrez added this to the Tech Preview 1 milestone Jul 31, 2024
@irfanshar irfanshar self-assigned this Aug 8, 2024
@irfanshar irfanshar linked a pull request Aug 9, 2024 that will close this issue
4 tasks
@ajshedivy
Copy link
Collaborator Author

ajshedivy commented Aug 15, 2024

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants