Metadata-Version: 1.1
Name: caspyr
Version: 1.0.0
Summary: Cinchingly awesome scripts of Pythonic rapture
Home-page: https://github.com/casperdcl/caspyr
Author: Casper da Costa-Luis
Author-email: casper.dcl@physics.org
License: MPLv2.0
Description-Content-Type: UNKNOWN
Description: caspyr
        ======
        
        |PyPI-Status| |PyPI-Versions|
        
        |LICENCE| |Donate|
        
        Cinchingly awesome scripts of Pythonic rapture.
        
        ------------------------------------------
        
        .. contents:: Table of contents
           :backlinks: top
           :local:
        
        
        Installation
        ------------
        
        Latest pypi stable release
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        |PyPI-Status|
        
        .. code:: sh
        
            pip install caspyr
        
        Latest development release on github
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Pull and install in the current directory:
        
        .. code:: sh
        
            pip install -e git+https://github.com/casperdcl/caspyr.git@master#egg=caspyr
        
        Tab completion
        ~~~~~~~~~~~~~~
        
        Optionally, systems with ``bash-completion`` can install tab completion
        support. The
        `caspyr_completion.bash <https://raw.githubusercontent.com/casperdcl/caspyr/master/caspyr_completion.bash>`__
        file needs to be copied to an appropriate folder.
        
        On Ubuntu, the procedure would be:
        
        .. code:: sh
        
            $ # Ensure completion works for `git` itself
            $ sudo apt-get install bash-completion
        
            $ # Install `caspyr` completions
            $ sudo wget \
                https://raw.githubusercontent.com/casperdcl/caspyr/master/caspyr_completion.bash \
                -O /etc/bash_completion.d/caspyr_completion.bash
        
        followed by a terminal restart.
        
        
        Changelog
        ---------
        
        The list of all changes is available either on
        `Github's Releases <https://github.com/casperdcl/caspyr/releases>`__
        or on crawlers such as
        `allmychanges.com <https://allmychanges.com/p/python/caspyr/>`__.
        
        Licence
        -------
        
        Open Source (OSI approved): |LICENCE|
        
        Copyright (c) 2016-8 Casper da Costa-Luis.
        
        This Source Code Form is subject to the terms of the
        Mozilla Public License, v. 2.0.
        If a copy of the MPL was not distributed with this file, You can obtain one
        at `https://mozilla.org/MPL/2.0/ <https://mozilla.org/MPL/2.0/>`__.
        
        
        Authors
        -------
        
        - Casper da Costa-Luis (`@casperdcl <https://github.com/casperdcl/>`__) |Donate|
        
        |caspyr-hits|
        
        .. |GitHub-Status| image:: https://img.shields.io/github/tag/casperdcl/caspyr.svg?maxAge=2592000
           :target: https://github.com/casperdcl/caspyr/releases
        .. |PyPI-Status| image:: https://img.shields.io/pypi/v/caspyr.svg
           :target: https://pypi.python.org/pypi/caspyr
        .. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/caspyr.svg
           :target: https://pypi.python.org/pypi/caspyr
        .. |caspyr-hits| image:: https://caspersci.uk.to/cgi-bin/hits.cgi?q=caspyr&a=hidden
        .. |LICENCE| image:: https://img.shields.io/pypi/l/caspyr.svg
           :target: https://mozilla.org/MPL/2.0/
        .. |Donate| image:: https://img.shields.io/badge/gift-donate-dc10ff.svg
           :target: https://caspersci.uk.to/donate.html
        
Keywords: utilities
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Other Environment
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Education :: Computer Aided Instruction (CAI)
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Office/Business
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
