https://github.com/diamondlightsource/python-copier-template-example
An expanded https://github.com/DiamondLightSource/python-copier-template to illustrate how it looks with all the options enabled.
https://github.com/diamondlightsource/python-copier-template-example
Last synced: 3 months ago
JSON representation
An expanded https://github.com/DiamondLightSource/python-copier-template to illustrate how it looks with all the options enabled.
- Host: GitHub
- URL: https://github.com/diamondlightsource/python-copier-template-example
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2024-01-23T11:47:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:34:16.000Z (about 1 year ago)
- Last Synced: 2024-04-11T10:15:41.772Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 14.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/DiamondLightSource/python-copier-template-example/actions/workflows/ci.yml)
[](https://codecov.io/gh/DiamondLightSource/python-copier-template-example)
[](https://pypi.org/project/dls-python-copier-template-example)
[](https://www.apache.org/licenses/LICENSE-2.0)# python_copier_template_example
An expanded https://github.com/DiamondLightSource/python-copier-template to illustrate how it looks with all the options enabled.
This is where you should write a short paragraph that describes what your module does,
how it does it, and why people should use it.Source |
:---: | :---:
PyPI | `pip install dls-python-copier-template-example`
Docker | `docker run ghcr.io/diamondlightsource/python-copier-template-example:latest`
Documentation |
Releases |This is where you should put some images or code snippets that illustrate
some relevant examples. If it is a library then you might put some
introductory code here:```python
from python_copier_template_example import __version__print(f"Hello python_copier_template_example {__version__}")
```Or if it is a commandline tool then you might put some example commands here:
```
python -m python_copier_template_example --version
```See https://diamondlightsource.github.io/python-copier-template-example for more detailed documentation.