Metadata-Version: 2.1
Name: pyweek
Version: 0.4.0
Summary: CLI for Pyweek.
Home-page: https://pyweek.org/
Author: Daniel Pope
Author-email: mauve@mauveweb.co.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pyweekorg/cli/issues
Project-URL: Documentation, https://pyweek.readthedocs.io/en/latest/cli.html
Project-URL: Source Code, https://github.com/pyweekorg/cli
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: progressbar2
Requires-Dist: packaging
Requires-Dist: colorama

# PyWeek CLI


Command line interface for pyweek.org.

So far, the only feature is trickle-downloading entries:

    pyweek download 28


This downloads into a new directory `28` inside the current directory.


## History

* 0.4.0 - resume partial downloads
* 0.3.0 - resume a download run
* 0.2.0 - check for upgrades
* 0.1.0 - initial downloader CLI


## Installing

PyWeek CLI can be installed with pip:

    pip install pyweek


