Varanus
Major miner monitoring
============
Requirements
- Python 3.6+
- Poetry
===============
Developer Notes
::
$ poetry new varanus
Created package varanus in varanus
$ cd varanus
$ poetry install
Updating dependencies
Resolving dependencies... (1.2s)
Writing lock file
Package operations: 7 installs, 0 updates, 0 removals
- Installing zipp (0.5.2)
- Installing importlib-metadata (0.19)
- Installing atomicwrites (1.3.0)
- Installing more-itertools (7.2.0)
- Installing pluggy (0.12.0)
- Installing py (1.8.0)
- Installing pytest (3.10.1)
- Installing varanus (0.1.0)
$ poetry show
atomicwrites 1.3.0 Atomic file writes.
attrs 19.1.0 Classes Without Boilerplate
importlib-metadata 0.19 Read metadata from Python packages
more-itertools 7.2.0 More routines for operating on iterables, beyond itertools
pluggy 0.12.0 plugin and hook calling mechanisms for python
py 1.8.0 library with cross-python path, ini-parsing, io, code, log facilities
pytest 3.10.1 pytest: simple powerful testing with Python
six 1.12.0 Python 2 and 3 compatibility utilities
zipp 0.5.2 Backport of pathlib-compatible object wrapper for zip files