Metadata-Version: 1.1
Name: scp-marvin
Version: 1.0.0
Summary: SCP Wiki entry retrieval script
Home-page: http://github.com/thurask/marvin
Author: Thurask
Author-email: thuraski@hotmail.com
License: WTFPL
Description: README
        ======
            
        A Python 2/3 script that opens a specific/random entry on the SCP Foundation wiki.
        
        If you don't know what that is, `give it a shot <http://www.scp-wiki.net>`__.
        
        Requirements
        ------------
        
        Python 2.7 or Python 3.2+. Everything is inside the standard library.
        
        To install, get it from pip:
        
        ::
        
            > pip install scp-marvin
            
        Note: this command may be different depending on your system. Research beforehand.
        
        Alternatively, just clone the git repo/download the source and install with setuptools:
        
        ::
        
            > python setup.py install
            
        Once you've done that, access it through the ``marvin`` command.
        
        Command Line Arguments
        ----------------------
        
        Help
        ~~~~
        
        ::
        
            > marvin -h
        
            usage: marvin [-h] [-v] [-r] [scp]
        
            Opens an SCP entry on the SCP Foundation wiki.
        
            positional arguments:
              scp            SCP entry ID
        
            optional arguments:
              -h, --help     show this help message and exit
              -v, --version  show program's version number and exit
              -r, --random   Open a random entry
        
            http://github.com/thurask/marvin
        
        Examples
        ~~~~~~~~
        
        ::
        
            > marvin 173
            
            > marvin scp-2998
            
            > marvin 789-j
            
        would open `SCP-173 <http://www.scp-wiki.net/scp-173>`__, `SCP-2998 <http://www.scp-wiki.net/scp-2998>`__ and `SCP-789-J <http://www.scp-wiki.net/scp-789-j>`__, respectively.
        
        ::
        
            > marvin -r
            
        would open a random article.
        
        License
        -------
        Copyright 2015 Thurask <thuraski@hotmail.com>
        This work is free. You can redistribute it and/or modify it under the
        terms of the Do What The Fuck You Want To Public License, Version 2,
        as published by Sam Hocevar. See the LICENSE file for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Freely Distributable
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: BSD :: NetBSD
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
