Metadata-Version: 1.1
Name: pdown
Version: 1.0.2
Summary: A command line program to download/manipulate periscope data
Home-page: UNKNOWN
Author: Stephen Cockerill
Author-email: scockerill@luciddg.com
License: UNLICENSE
Description: periscope-downloader
        =========
        
        *A command line tool to download periscope charts, and save the snapshot of the
        chart with a timestamp to a local file. Allows for historical data to be
        archived so that trends can be analyzed.*
        
        Install:
        * from pip:
          * `sudo easy_install pip`
          * `pip install pdown`
        * from tarball:
          * `gunzip -c pdown-1.0.0.tar.gz | tar xopft -`
          * `python setup.py install`
          * (optional) `export PATH=/usr/local/bin:$PATH`
        
        To build:
        * change directories to pdown dir
            * `$ cd periscope-downloader/dir`
        * run the setup script
            * `python setup.py develop`
        
        To push to PyPi:
        * `$ cd periscope-downloader`
        * `python setup.py sdist`
        * `twine upload dist/pdown-1.0.0.tar.gz` 
          
        
Keywords: cli
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
