Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Add config file parsing #76

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Mar 23, 2018

  1. Add config file parsing

    juga0 committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    f6a7a34 View commit details
    Browse the repository at this point in the history
  2. Use pkg_resources to find the config file path,

    instead of using __file__ as it would fail when packed in a zip.
    Include the config file in the package adding it to MANIFEST.in
    juga0 committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    03978c9 View commit details
    Browse the repository at this point in the history
  3. Replace click context settings by default_map

    * Create start function to call cli with parsed config
    * Parse bw_files section
    * Convert parsed config values to their type
    juga0 committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    2457b8e View commit details
    Browse the repository at this point in the history