Skip to content

Releases: legendof-selda/blink

Initial mock up release

27 Jun 18:14
Compare
Choose a tag to compare
Pre-release

Pre-Release v0.0.4

The first release with a working library.
The configuration module works and its very easy to use, just like a dictionary.
Currently works and is able to detect changes in files.
The package is available here
or simply install via pip

pip install blink-config

TODO

  • Works like dictionary
  • Need multi-threading perhaps even multi-processor support to avoid deadlocks
  • Efficient hot reload
  • Need to decide if setter methods are needed since they are not ideal for configuration. If so it should either be handled in memory, or to file