Skip to content

Releases: omushpapa/pyconfigreader

v0.8.2

11 Aug 08:04
Compare
Choose a tag to compare
  1. Dropped Python 2 Support
  2. Added support for Python 3.7
  3. Fixed a few bugs

0.5.0

11 Nov 18:17
Compare
Choose a tag to compare

In this release:

  1. Raise NoOptionError if key does not exist.
  2. Expand environment variables declared in config.
  3. Fixed: reload configuration

Reload configuration

10 Sep 09:34
Compare
Choose a tag to compare

Configuration changes can be reloaded on-the-go.

Load Other Configs

25 May 05:49
1e9493d
Compare
Choose a tag to compare

Added

  • Load JSON configuration files
  • Load environment variables
  • Does NOT save by default on close
  • Run tests on tox

Extended support

31 Mar 09:55
Compare
Choose a tag to compare

Works (and tested) with Python 2.7, 3.4, 3.5, 3.6

Check out the README for Usage instructions

First Official Release!

25 Feb 14:23
Compare
Choose a tag to compare

Fast set up of configuration files. No need to stress about ConfigParser for basic stuff.

  1. Save configuration on-the-go
  2. Use in-memory configuration settings
  3. Fast set up - just install and use!