discogs-track


License
GPL-3.0
Install
pip install discogs-track==0.0.2

Documentation

Contributing

Workflow

Github is used to share and contribute:

  1. Create a new issue in discogs-track/issues
  2. Fork decitre/discogs-track repository
  3. Git clone the forked repo
  4. Create a development branch in the local repo, named after the issue #.
  5. Install an editable version of the branched repo
$ pip install -e ".[dev]"
  1. Do the code change
  2. Commit with a message referring to the Issue # and summary
  3. Push the change to the forked origin repo
  4. Submit a new github pull request

Hints

Use pre-commit. pre-commit is part of the dev project extras.