John Purcell
John Purcell
* Reviews PEP8 compliance * Adds `setup.py` for packaging * Collects ALL requirements (not just Flask app ones) * Adds `Dockerfile` for serving Flask website + gunicorn * Moves scrap...
changes: ```bash ./checkin.py ... ``` into: ```bash checkin ... ``` Also packages the library for wider distribution. Targets were also updated in docker image
Configure virtual linux box for developers - Add daily snapshot for recovery - Add ODBC connections to dummy dev account (read only) - Add ODBC connections to dev-mirror tables (read/write)...
http://eveonline-third-party-documentation.readthedocs.org/en/latest/xmlapi/serv_serversstatus/ If the EVE server isn't online, unlikely to be receiving new kills from zkb. Add test in "no kills received" logic chain? Use eveapi (currently submodule in pcu_cron branch)...
have all "data fetch" scripts in one central location for easier distribution.
Using CREST data, classify supply/demand for raw moon products. ## Facets - Rarity (R2/4, R8, R16, R32, R64) - Demand v Supply (volume) - Prices vs Volumes - Adv material...
Configure a dependencies manager like Vagrant for easier development
For WIN10, check out environment dependencies and test config. Update [Dependencies](https://github.com/lockefox/EVE_MarketAnalyzer/wiki/dependencies) entry
SDE data for invtypes/groups/categories is on CREST. Move SDE queries to CREST ones. Slurp down CREST tables to local JSON or SQL. Remove need for SDE update every release, track...
[latest hash archive](https://www.reddit.com/r/evetech/comments/3ohd1v/28285480_killmails_crest/) Easiest way to recreate kill tables is from CCP [CREST killmail endpoint](https://neweden-dev.com/CREST:Resource:Killmail) Features: - Be able to set date range for pull - Threadded (like `crest_markethistory`) -...