Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
EnPT
EnPT
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • EnMAP
  • GFZ_Tools_EnMAP_BOX
  • EnPTEnPT
  • Wiki
  • development guidelines

Last edited by Daniel Scheffler May 19, 2017
Page history

development guidelines

EnPT Development Guidelines

This is common understanding and should be followed

  • All code is Python 3.5+
  • English please
  • All code in MASTER should adhere to PEP8 (https://www.python.org/dev/peps/pep-0008/)
  • MASTER should always work and pass all tests
  • Write documentation (docsrtings and rst docs).
  • Use git as version control system: https://git-scm.com/
  • For command lines we use argparse: https://docs.python.org/3/library/argparse.html
  • We use continuous integration: https://about.gitlab.com/features/gitlab-ci-cd/
  • ????

How to develop

Bugfix / New Feature

  1. make new branch
  • develop
  • build feature
  • test
  • write docs
  • build docs
  • ???
  • push branch to repo
  • make pull request to Karl
  • use Git Large File Support! https://git-lfs.github.com/

Tips and Tricks

  • Python IDE for profies: https://www.jetbrains.com/pycharm/
  • For any development question there is: https://stackoverflow.com/
Clone repository
  • L1B
  • ac
  • contribution guide
  • cs
  • development guidelines
  • dp
  • go
  • Home
  • ic
  • needed decisions
  • or
  • pc
  • sm
  • software design overview
  • tr2