Metadata-Version: 1.1
Name: getmagpi
Version: 0.2.0
Summary: A simple utility to synchronize free MagPi PDF content.
Home-page: https://jnario.github.io/getmagpi/
Author: Jose Nario
Author-email: jose@nario.com
License: MIT
Description: # getmagpi
        
        A simple utility to synchronize free MagPi PDF content.  Compatible with Python 2 & 3.
        
        ## Usage
        ```text
        usage: getmagpi [-h] [-c] [-e] DOWNLOAD_PATH
        
                        _                               _
              __ _  ___| |_ _ __ ___   __ _  __ _ _ __ (_)
             / _` |/ _ \ __| '_ ` _ \ / _` |/ _` | '_ \| |
            | (_| |  __/ |_| | | | | | (_| | (_| | |_) | |
             \__, |\___|\__|_| |_| |_|\__,_|\__, | .__/|_|
             |___/                          |___/|_|
        
            Simple utility to sync free MagPi PDFs.
        
        positional arguments:
          DOWNLOAD_PATH       Destination folder for downloads
        
        optional arguments:
          -h, --help          show this help message and exit
          -c, --compare       Only display missing files (no downloads)
          -e, --english-only  Ignore non-English files (identified via description)
        ```
        
        ## Demonstration
        [![asciicast](https://asciinema.org/a/132416.png)](https://asciinema.org/a/132416)
        
        ## Installation
        Clone this repository:
        ```commandline
        git clone git@github.com:jnario/getmagpi.git
        ```
        Python install:
        ```commandline
        python setup.py install --user
        ```
        
        ### Dependencies
        * requests
        
        ## License
        ```text
        MIT License
        
        Copyright (c) 2017 Jose Nario
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        ```
        
Keywords: magpi raspberrypi library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: System :: Archiving :: Mirroring
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
