Metadata-Version: 2.1
Name: pyweek
Version: 0.5.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
Description: # PyWeek CLI
        
        
        Command line interface for pyweek.org.
        
        So far, the only feature is downloading entries:
        
            pyweek download 28
        
        
        This downloads into a new directory `28` inside the current directory.
        
        
        ## History
        
        * 0.5.0 - remove rate limits, as the server's download bandwidth is no longer
          constrained
        * 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
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
