Metadata-Version: 2.1
Name: pastekan
Version: 1.0.1
Summary: CLI client for pastekan server (pastekan.cf) written in Python.
Home-page: https://github.com/SekaiKode/pastekan-cli
Author: Made Wiguna
Author-email: madewgn2@gmail.com
License: MIT
Description: ## Pastekan
        pastekan adalah website paste kode / teks sederhana.
        
        ## install 
        ```
        pip install pastekan
        ```
        
        ## penggunaan 
        ```
        pastekan myfile.txt
        ```
        atau 
        ```
        echo "hi" | pastekan
        ```
        
        ## options
        ```
        $ pastekan -h
        pastekan - a CLI client for pastekan server.
        
        Usage:
            pastekan [-r] [-]
            pastekan [-r] FILE
        
        -             read from stdin.
        FILE          read from a file.
        
        -h --help     show this message.
        -v --version  show version information.
        -r --raw      return a URL to the raw paste data.
        ```
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
