Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a Configuration #31

Open
basil96 opened this issue May 9, 2020 · 0 comments
Open

create a Configuration #31

basil96 opened this issue May 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@basil96
Copy link
Owner

basil96 commented May 9, 2020

  • Create a civilite.Configuration class.

  • Storage schema:

    • use JSON for the config file.
    • Store the file as configuration.json in the user's home dir: os.path.expanduser('~').
    • Windows: .civilite subdirectory.
    • Linux: ~/.local/share/civilite directory.
  • API: TBD. A simple dictionary based directly on JSON might suffice.

  • As a start, move getCurrentSchedule() function out of schedule.py and into configuration.json.

@basil96 basil96 added the enhancement New feature or request label May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant