https://github.com/diamondlightsource/dls_vivado
https://github.com/diamondlightsource/dls_vivado
from-dls-controls
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diamondlightsource/dls_vivado
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2021-05-13T06:25:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T17:49:50.000Z (10 months ago)
- Last Synced: 2024-07-15T21:54:13.253Z (10 months ago)
- Topics: from-dls-controls
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
dls_vivado
===========================|code_ci| |docs_ci| |coverage| |pypi_version| |license|
A test project to try out vivado container and github CI
============== ==============================================================
PyPI ``pip install dls_vivado``
Source code https://github.com/DiamondLightSource/dls_vivado
Documentation https://DiamondLightSource.github.io/dls_vivado
============== ==============================================================.. code:: python
from dls_vivado import HelloClass
hello = HelloClass("me")
print(hello.format_greeting())Or if it is a commandline tool then you might put some example commands here::
dls_vivado person --times=2
.. |code_ci| image:: https://github.com/DiamondLightSource/dls_vivado/workflows/Code%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/dls_vivado/actions?query=workflow%3A%22Code+CI%22
:alt: Code CI.. |docs_ci| image:: https://github.com/DiamondLightSource/dls_vivado/workflows/Docs%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/dls_vivado/actions?query=workflow%3A%22Docs+CI%22
:alt: Docs CI.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/dls_vivado/branch/master/graph/badge.svg
:target: https://codecov.io/gh/DiamondLightSource/dls_vivado
:alt: Test Coverage.. |pypi_version| image:: https://img.shields.io/pypi/v/dls_vivado.svg
:target: https://pypi.org/project/dls_vivado
:alt: Latest PyPI version.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache License..
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rstSee https://DiamondLightSource.github.io/dls_vivado for more detailed documentation.