Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ _src_path: git@github.com:DiamondLightSource/python-interface-to-workflows.git
author_email: matthew.carre@diamond.ac.uk
author_name: Matthew Carre
description: A way of submitting workflows to graphql in python
github_org: Matt-Carre
github_org: DiamondLightSource
project_name: python_workflow_submitter
repo_name: python-workflow-submitter
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Contribute to the project

Contributions and issues are most welcome! All issues and pull requests are
handled through [GitHub](https://github.com/Matt-Carre/python-workflow-submitter/issues). Also, please check for any existing issues before
handled through [GitHub](https://github.com/DiamondLightSource/python-workflow-submitter/issues). Also, please check for any existing issues before
filing a new one. If you have a great idea but it involves big changes, please
file a ticket before making a pull request! We want to make sure you don't spend
your time coding something that might not fit the scope of the project.

## Issue or Discussion?

Github also offers [discussions](https://github.com/Matt-Carre/python-workflow-submitter/discussions) as a place to ask questions and share ideas. If
Github also offers [discussions](https://github.com/DiamondLightSource/python-workflow-submitter/discussions) as a place to ask questions and share ideas. If
your issue is open ended and it is not obvious when it can be "closed", please
raise it as a discussion instead.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CI](https://github.com/Matt-Carre/python-workflow-submitter/actions/workflows/ci.yml/badge.svg)](https://github.com/Matt-Carre/python-workflow-submitter/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/Matt-Carre/python-workflow-submitter/branch/main/graph/badge.svg)](https://codecov.io/gh/Matt-Carre/python-workflow-submitter)
[![CI](https://github.com/DiamondLightSource/python-workflow-submitter/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/python-workflow-submitter/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/DiamondLightSource/python-workflow-submitter/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/python-workflow-submitter)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
Expand All @@ -14,9 +14,9 @@ Notably, this requires a .env file in your src/ folder.

What | Where
:---: | :---:
Source | <https://github.com/Matt-Carre/python-workflow-submitter>
Docker | `docker run ghcr.io/Matt-Carre/python-workflow-submitter:latest`
Releases | <https://github.com/Matt-Carre/python-workflow-submitter/releases>
Source | <https://github.com/DiamondLightSource/python-workflow-submitter>
Docker | `docker run ghcr.io/DiamondLightSource/python-workflow-submitter:latest`
Releases | <https://github.com/DiamondLightSource/python-workflow-submitter/releases>

To create a helm template in your helm chart folder:
```python
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ dev = [
python-workflow-submitter = "python_workflow_submitter.__main__:main"

[project.urls]
GitHub = "https://github.com/Matt-Carre/python-workflow-submitter"
Homepage = "https://github.com/Matt-Carre/python-workflow-submitter"
issues = "https://github.com/Matt-Carre/python-workflow-submitter/issues"
GitHub = "https://github.com/DiamondLightSource/python-workflow-submitter"
Homepage = "https://github.com/DiamondLightSource/python-workflow-submitter"
issues = "https://github.com/DiamondLightSource/python-workflow-submitter/issues"
[[project.authors]] # Further authors may be added by duplicating this section
email = "matthew.carre@diamond.ac.uk"
name = "Matthew Carre"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version="1.0.0", # Required
version="1.0.1", # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# https://packaging.python.org/specifications/core-metadata/#summary
description="Submit workflows to graphql", # Optional
description="Submit workflows to GraphQL", # Optional
# This is an optional longer description of your project that represents
# the body of text which users will see when they visit PyPI.
#
Expand All @@ -48,7 +48,7 @@
#
# This field corresponds to the "Home-Page" metadata field:
# https://packaging.python.org/specifications/core-metadata/#home-page-optional
url="https://github.com/Matt-Carre/python-workflow-submitter", # Optional
url="https://github.com/DiamondLightSource/python-workflow-submitter", # Optional
# This should be your name or the name of the organization which owns the
# project.
author="Matthew Carre", # Optional
Expand Down
Loading