Skip to content

Code for Life's python package. To be installed in all services' backend.

License

Notifications You must be signed in to change notification settings

ocadotechnology/codeforlife-package-python

Repository files navigation

codeforlife-package-python

This repo contains CFL's python package. This will be installed into all backend services.

LICENCE

In accordance with the Terms of Use of the Code for Life website, all copyright, trademarks, and other intellectual property rights in and relating to Code for Life (including all content of the Code for Life website, the Rapid Router application, the Kurono application, related software (including any drawn and/or animated avatars, whether or not such avatars have any modifications) and any other games, applications or any other content that we make available from time to time) are owned by Ocado Innovation Limited.

The source code of the Code for Life portal, the Rapid Router application and the Kurono/aimmo application are licensed under the GNU Affero General Public License. All other assets including images, logos, sounds etc., are not covered by this licence and no-one may copy, modify, distribute, show in public or create any derivative work from these assets.

Installation

To install this package, do one of the following options.

Ensure you're installing the package with the required python version. See setup.py.

Remember to replace the version number ("0.0.0") with your desired version.

Option 1: Run pipenv install command:

pipenv install git+https://github.com/ocadotechnology/codeforlife-package-python.git@v0.0.0#egg=codeforlife

Option 2: Add a row to [packages] in Pipfile:

[packages]
codeforlife = {ref = "v0.0.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}

Making Changes

To make changes, you must:

  1. Branch off of main.
  2. Push your changes on your branch.
  3. Ensure the pipeline runs successfully on your branch.
  4. Have your changes reviewed and approved by a peer.
  5. Merge your branch into the main branch.
  6. Manually trigger the Main pipeline for the main branch.

Installing your branch

You may wish to install and integrate your changes into a CFL backend before it's been peer-reviewed.

Remember to replace the branch name ("my-branch") with your branch.

[packages]
codeforlife = {ref = "my-branch", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}

Version Release

New versions of this package are automatically created via a GitHub Actions workflow. Versions are determined using the semantic-release commit message format.

A new package may only be released if:

  1. there are no formatting errors;
  2. all unit tests pass;
  3. (TODO) test/code coverage is acceptable.

About

Code for Life's python package. To be installed in all services' backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages