plotman
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: plotman | ||
| Version: 0.3 | ||
| Version: 0.3.1 | ||
| Summary: Chia plotting manager | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/ericaltendorf/plotman |
+8
-8
@@ -39,11 +39,11 @@ [metadata] | ||
| install_requires = | ||
| appdirs | ||
| attrs | ||
| click | ||
| desert | ||
| marshmallow | ||
| pendulum | ||
| appdirs ~= 1.4 | ||
| attrs == 21.2 | ||
| click ~= 7.1 | ||
| desert == 2020.11.18 | ||
| marshmallow ~= 3.12 | ||
| pendulum ~= 2.1 | ||
| psutil ~= 5.8 | ||
| pyyaml | ||
| texttable | ||
| pyyaml ~= 5.4 | ||
| texttable ~= 1.6 | ||
@@ -50,0 +50,0 @@ [options.packages.find] |
| Metadata-Version: 2.1 | ||
| Name: plotman | ||
| Version: 0.3 | ||
| Version: 0.3.1 | ||
| Summary: Chia plotting manager | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/ericaltendorf/plotman |
@@ -1,10 +0,10 @@ | ||
| appdirs | ||
| attrs | ||
| click | ||
| desert | ||
| marshmallow | ||
| pendulum | ||
| appdirs~=1.4 | ||
| attrs==21.2 | ||
| click~=7.1 | ||
| desert==2020.11.18 | ||
| marshmallow~=3.12 | ||
| pendulum~=2.1 | ||
| psutil~=5.8 | ||
| pyyaml | ||
| texttable | ||
| pyyaml~=5.4 | ||
| texttable~=1.6 | ||
@@ -11,0 +11,0 @@ [coverage] |
@@ -174,5 +174,5 @@ import argparse | ||
| throttle_arg = ('--bwlimit=%d' % bwlimit) if bwlimit else '' | ||
| cmd = ('rsync %s --no-compress --remove-source-files -P %s %s' % | ||
| cmd = ('rsync %s --compress-level=0 --remove-source-files -P %s %s' % | ||
| (throttle_arg, chosen_plot, rsync_dest(dir_cfg.archive, archdir))) | ||
| return (True, cmd) |
@@ -159,3 +159,3 @@ import math | ||
| # maybe by moving more of the logic in to directory.py | ||
| eldest_ph = dir2oldphase.get(d, (0, 0)) | ||
| eldest_ph = dir2oldphase.get(d, job.Phase(0, 0)) | ||
| phases = job.job_phases_for_dstdir(d, jobs) | ||
@@ -162,0 +162,0 @@ |
+1
-1
@@ -1,1 +0,1 @@ | ||
| 0.3 | ||
| 0.3.1 |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
328916
0.04%