Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 4a29f75

Browse files
committed
Rename python3-pip-skeleton -> python3-pip-skeleton-cli
1 parent d7a937a commit 4a29f75

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

.github/CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ filing a new one. If you have a great idea but it involves big changes, please
77
file a ticket before making a pull request! We want to make sure you don't spend
88
your time coding something that might not fit the scope of the project.
99

10-
.. _GitHub: https://github.com/DiamondLightSource/python3-pip-skeleton/issues
10+
.. _GitHub: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/issues
1111

1212
Issue or Discussion?
1313
--------------------
@@ -16,7 +16,7 @@ Github also offers discussions_ as a place to ask questions and share ideas. If
1616
your issue is open ended and it is not obvious when it can be "closed", please
1717
raise it as a discussion instead.
1818

19-
.. _discussions: https://github.com/DiamondLightSource/python3-pip-skeleton/discussions
19+
.. _discussions: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/discussions
2020

2121
Code coverage
2222
-------------
@@ -32,4 +32,4 @@ The `Developer Guide`_ contains information on setting up a development
3232
environment, running the tests and what standards the code and documentation
3333
should follow.
3434

35-
.. _Developer Guide: https://diamondlightsource.github.io/python3-pip-skeleton/main/developer/how-to/contribute.html
35+
.. _Developer Guide: https://diamondlightsource.github.io/python3-pip-skeleton-cli/main/developer/how-to/contribute.html

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ COPY --from=build /venv/ /venv/
4444
ENV PATH=/venv/bin:$PATH
4545

4646
# change this entrypoint if it is not the same as the repo
47-
ENTRYPOINT ["python3-pip-skeleton"]
47+
ENTRYPOINT ["python3-pip-skeleton-cli"]
4848
CMD ["--version"]

README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python3-pip-skeleton
1+
python3-pip-skeleton-cli
22
===========================
33

44
|code_ci| |docs_ci| |coverage| |pypi_version| |license|
@@ -7,16 +7,16 @@ python3-pip-skeleton
77

88
This project contains template code only. For documentation on how to
99
adopt this skeleton project see
10-
https://DiamondLightSource.github.io/python3-pip-skeleton-cli
10+
https://DiamondLightSource.github.io/python3-pip-skeleton-cli-cli
1111

1212
This is where you should write a short paragraph that describes what your module does,
1313
how it does it, and why people should use it.
1414

1515
============== ==============================================================
16-
PyPI ``pip install python3-pip-skeleton``
17-
Source code https://github.com/DiamondLightSource/python3-pip-skeleton
18-
Documentation https://DiamondLightSource.github.io/python3-pip-skeleton
19-
Releases https://github.com/DiamondLightSource/python3-pip-skeleton/releases
16+
PyPI ``pip install python3-pip-skeleton-cli``
17+
Source code https://github.com/DiamondLightSource/python3-pip-skeleton-cli
18+
Documentation https://DiamondLightSource.github.io/python3-pip-skeleton-cli
19+
Releases https://github.com/DiamondLightSource/python3-pip-skeleton-cli/releases
2020
============== ==============================================================
2121

2222
This is where you should put some images or code snippets that illustrate
@@ -33,20 +33,20 @@ Or if it is a commandline tool then you might put some example commands here::
3333

3434
$ python -m python3_pip_skeleton --version
3535

36-
.. |code_ci| image:: https://github.com/DiamondLightSource/python3-pip-skeleton/workflows/Code%20CI/badge.svg?branch=main
37-
:target: https://github.com/DiamondLightSource/python3-pip-skeleton/actions?query=workflow%3A%22Code+CI%22
36+
.. |code_ci| image:: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/workflows/Code%20CI/badge.svg?branch=main
37+
:target: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/actions?query=workflow%3A%22Code+CI%22
3838
:alt: Code CI
3939

40-
.. |docs_ci| image:: https://github.com/DiamondLightSource/python3-pip-skeleton/workflows/Docs%20CI/badge.svg?branch=main
41-
:target: https://github.com/DiamondLightSource/python3-pip-skeleton/actions?query=workflow%3A%22Docs+CI%22
40+
.. |docs_ci| image:: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/workflows/Docs%20CI/badge.svg?branch=main
41+
:target: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/actions?query=workflow%3A%22Docs+CI%22
4242
:alt: Docs CI
4343

44-
.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton/branch/main/graph/badge.svg
45-
:target: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton
44+
.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton-cli/branch/main/graph/badge.svg
45+
:target: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton-cli
4646
:alt: Test Coverage
4747

48-
.. |pypi_version| image:: https://img.shields.io/pypi/v/python3-pip-skeleton.svg
49-
:target: https://pypi.org/project/python3-pip-skeleton
48+
.. |pypi_version| image:: https://img.shields.io/pypi/v/python3-pip-skeleton-cli.svg
49+
:target: https://pypi.org/project/python3-pip-skeleton-cli
5050
:alt: Latest PyPI version
5151

5252
.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
@@ -57,4 +57,4 @@ Or if it is a commandline tool then you might put some example commands here::
5757
Anything below this line is used when viewing README.rst and will be replaced
5858
when included in index.rst
5959
60-
See https://DiamondLightSource.github.io/python3-pip-skeleton for more detailed documentation.
60+
See https://DiamondLightSource.github.io/python3-pip-skeleton-cli for more detailed documentation.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# -- General configuration ------------------------------------------------
1313

1414
# General information about the project.
15-
project = "python3-pip-skeleton"
15+
project = "python3-pip-skeleton-cli"
1616

1717
# The full version, including alpha/beta/rc tags.
1818
release = python3_pip_skeleton.__version__

docs/developer/how-to/make-release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ To make a new release, please follow this checklist:
1313
Note that tagging and pushing to the main branch has the same effect except that
1414
you will not get the option to edit the release notes.
1515

16-
.. _release: https://github.com/DiamondLightSource/python3-pip-skeleton/releases
16+
.. _release: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/releases

docs/developer/tutorials/dev-install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Clone the repository
1010
First clone the repository locally using `Git
1111
<https://git-scm.com/downloads>`_::
1212

13-
$ git clone git://github.com/DiamondLightSource/python3-pip-skeleton.git
13+
$ git clone git://github.com/DiamondLightSource/python3-pip-skeleton-cli.git
1414

1515
Install dependencies
1616
--------------------
@@ -25,7 +25,7 @@ requires python 3.8 or later) or to run in a container under `VSCode
2525

2626
.. code::
2727
28-
$ cd python3-pip-skeleton
28+
$ cd python3-pip-skeleton-cli
2929
$ python3 -m venv venv
3030
$ source venv/bin/activate
3131
$ pip install -e .[dev]
@@ -34,7 +34,7 @@ requires python 3.8 or later) or to run in a container under `VSCode
3434

3535
.. code::
3636
37-
$ vscode python3-pip-skeleton
37+
$ vscode python3-pip-skeleton-cli
3838
# Click on 'Reopen in Container' when prompted
3939
# Open a new terminal
4040

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The documentation is split into 2 sections:
1414
:link: user/index
1515
:link-type: doc
1616

17-
The User Guide contains documentation on how to install and use python3-pip-skeleton.
17+
The User Guide contains documentation on how to install and use python3-pip-skeleton-cli.
1818

1919
.. grid-item-card:: :material-regular:`code;4em`
2020
:link: developer/index
2121
:link-type: doc
2222

23-
The Developer Guide contains documentation on how to develop and contribute changes back to python3-pip-skeleton.
23+
The Developer Guide contains documentation on how to develop and contribute changes back to python3-pip-skeleton-cli.
2424

2525
.. toctree::
2626
:hidden:

docs/user/how-to/run-container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Run in a container
22
==================
33

4-
Pre-built containers with python3-pip-skeleton and its dependencies already
4+
Pre-built containers with python3-pip-skeleton-cli and its dependencies already
55
installed are available on `Github Container Registry
6-
<https://ghcr.io/DiamondLightSource/python3-pip-skeleton>`_.
6+
<https://ghcr.io/DiamondLightSource/python3-pip-skeleton-cli>`_.
77

88
Starting the container
99
----------------------
1010

1111
To pull the container from github container registry and run::
1212

13-
$ docker run ghcr.io/DiamondLightSource/python3-pip-skeleton:main --version
13+
$ docker run ghcr.io/DiamondLightSource/python3-pip-skeleton-cli:main --version
1414

1515
To get a released version, use a numbered release instead of ``main``.

docs/user/tutorials/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Installing the library
2525

2626
You can now use ``pip`` to install the library and its dependencies::
2727

28-
$ python3 -m pip install python3-pip-skeleton
28+
$ python3 -m pip install python3-pip-skeleton-cli
2929

3030
If you require a feature that is not currently released you can also install
3131
from github::
3232

33-
$ python3 -m pip install git+https://github.com/DiamondLightSource/python3-pip-skeleton.git
33+
$ python3 -m pip install git+https://github.com/DiamondLightSource/python3-pip-skeleton-cli.git
3434

3535
The library should now be installed and the commandline interface on your path.
3636
You can check the version that has been installed by typing::
3737

38-
$ python3-pip-skeleton --version
38+
$ python3-pip-skeleton-cli --version

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
2-
name = python3-pip-skeleton
2+
name = python3-pip-skeleton-cli
33
description = One line description of your module
4-
url = https://github.com/DiamondLightSource/python3-pip-skeleton
4+
url = https://github.com/DiamondLightSource/python3-pip-skeleton-cli
55
author = Firstname Lastname
66
author_email = [email protected]
77
license = Apache License 2.0
@@ -60,7 +60,7 @@ exclude = tests
6060
[options.entry_points]
6161
# Include a command line script
6262
console_scripts =
63-
python3-pip-skeleton = python3_pip_skeleton.__main__:main
63+
python3-pip-skeleton-cli = python3_pip_skeleton.__main__:main
6464

6565
[mypy]
6666
# Ignore missing stubs for modules we use

0 commit comments

Comments
 (0)