Skip to content
Snippets Groups Projects
Select Git revision
  • 726f5dc5db1e142f1d3821d163aba666c50e2c9a
  • main default protected
2 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Example Python Package

    An example repository of an CI/CD pipeline for building, testing and publishing a python package.

    If you find some missing functionality with regards to CI/CD, testing, linting or something else, feel free to make a merge request with the proposed changes.

    Example of README.md contents below:

    Installation

    pip install map

    Usage

    from map import cool_module
    
    cool_module.greeter()   # prints "Hello World"

    Contributing

    To contribute, please create a feature branch and a "Draft" merge request. Upon completion, the merge request should be marked as ready and a reviewer should be assigned.

    License

    This project is licensed under the Apache License Version 2.0