Skip to content

Releases: EVEprosper/ProsperWarehouse

Adding eve_serverinfo connector

05 Dec 04:55
Compare
Choose a tag to compare

Adding connector for collecting eve server info: http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/server/serv_serverstatus.html

Also updated logging

  • added exc_info=True to all Exception level loggers
  • removed \ from multi-line log messages
  • added new ProsperLogger to testing __main__ in eve_serverinfo connector

Lastly, uploaded to gemfury for use in other projects: https://manage.fury.io/dashboard/lockefox/package/YDN1QDN/version/wUzM5MzM

TODO: need proper testing ;)

Updating logging handlers

05 Oct 04:27
Compare
Choose a tag to compare

Removed LoggerDebugger from ProsperCommon (v0.0.6). Reduced functionality without adding value. Replaced with local logging instances instead.

  • All Connection objects can use self._logger for both debug prints and traditional logging
  • Added NullHandler as default logger where appropriate
    • removes need for if logger: code
  • Updated all parts of the Warehouse code to use new logging scheme
  • Updated in-line with ProsperCommon v0.0.6 release

Initial Alpha Release

03 Oct 16:20
Compare
Choose a tag to compare

Initial release

Configured two sample tables

  • snapshot_evecentral
  • crest_markethistory

Added importlib magic-importer

  • fetch_data_source()

Robust logging throughout structure

  • Note: need ProsperCommon v0.0.5+

Basic Documentation

Published info about release/project here: https://eve-prosper.blogspot.com/2016/09/prosperwarehouse-building-less-bad-code.html