Metadata-Version: 2.1
Name: capyt
Version: 1.1.dev1
Summary: A python3 CLI utility to interface with cpy.pt
Home-page: https://github.com/lbatalha/capyt
Author: Luis Batalha
Author-email: author@example.com
License: MIT
Description: # A python3 CLI utility to interface with [pastething](https://github.com/lbatalha/pastething)
        
        Example: https://cpy.pt
        
        ## Dependencies
        
        * python3
        * requests
        
        ## Installation
        
        * install dependencies
        * install to local system however you want 
        * adjust defaults and options if required
        
        ## Extra Features
        
        * Transparently open gzip and bzip compressed files
        
        ## Warning
        
        The optional encoding flag only serves to open the file, internally everything is handled and converted to utf-8.
        Retrieved pastes are utf-8 encoded.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
