Metadata-Version: 1.1
Name: dephp
Version: 0.4.0
Summary: Unofficial CLI application that decodes files through unphp.net web service
Home-page: http://github.com/mtorromeo/dephp
Author: Massimiliano Torromeo
Author-email: massimiliano.torromeo@gmail.com
License: BSD License
Download-URL: http://github.com/mtorromeo/dephp/tarball/v0.4.0
Description: dephp
        =====
        
        Unofficial CLI application that decodes files through http://www.unphp.net web service.
        
        Help
        ----
        
        ::
        
        	usage: dephp [-h] [-V] [-m] [-a APIKEY] [-o OUTPUT] [file]
        
        	Unofficial CLI application that decodes files through unphp.net web service
        
        	positional arguments:
        	  file                  The file to read. If not specified it will be read
        	                        from STDIN
        
        	optional arguments:
        	  -h, --help            show this help message and exit
        	  -V, --version         show program's version number and exit
        	  -m, --metadata        Print response metadata
        	  -a APIKEY, --apikey APIKEY
        	                        Unphp.net API key
        	  -o OUTPUT, --output OUTPUT
        	                        Write the result to OUTPUT. If not specified it will
        	                        be printed to STDOUT
        
        Configuration file
        ------------------
        
        You can save the unphp API key in a configuration file, either globally in */etc/dephp.conf* or locally in *$HOME/.dephp.conf*.
        
        Sample configuration::
        
        	[DEFAULT]
        	apikey     = ABCDE # get one at http://www.unphp.net/api/request/
        	entrypoint = http://www.unphp.net/api/v2/post # default
        
        LICENSE
        -------
        Copyright (c) 2014 Massimiliano Torromeo
        
        dephp is free software released under the terms of the BSD license.
        
        See the LICENSE file provided with the source distribution for full details.
        
        Contacts
        --------
        
        * Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Natural Language :: English
