Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@Neraste Neraste released this 20 Jul 02:58
· 211 commits to develop since this release

1.0.0 - 2019-07-20

Initial release.

Added

  • config: a configuration helper that can load an YAML file and manage loggers;
  • exceptions: a base class for exceptions;
  • http_client: an HTTP client dedicated to be used with an API;
  • resources_manager: a helper for retreiving static files with module-like naming;
  • utils: other various helpers;
  • websocket_client: a Websocket client.