Metadata-Version: 1.1
Name: extopen
Version: 0.1.1
Summary: Cross platform helper for opening a file with the default external application.
Home-page: https://github.com/timsavage/extopen
Author: Tim Savage
Author-email: tim@savage.company
License: BSD
Description: #######
        ExtOpen
        #######
        
        Cross platform helper for opening files/paths with the default external application.
        
        Install
        =======
        
        From PyPi::
        
                pip install extopen
        
        From Source::
        
                python setup.py install
        
        Usage
        =====
        
        Usage is as simple as::
        
                import extopen
        
                extopen.file("/path/to/my/file")
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
