Metadata-Version: 2.1
Name: warpy
Version: 0.7.2
Summary: A simple cli to get WARP+ as WireGuard configuration
Home-page: https://github.com/warp-plus/warpy
Author: Arian Amiramjadi
Author-email: me@arian.lol
License: GPL
Download-URL: https://github.com/warp-plus/warpy/archive/v_07.tar.gz
Description: # WARPY
        
        **Warpy** is a command-line program to get [WARP+](https://blog.cloudflare.com/announcing-warp-plus/) as [WireGuard](https://www.wireguard.com/) configuration
        
        >It requires the Python interpreter, version 3.5+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. 
        ## INSTALLATION
        To install it right away for all UNIX users (Linux, macOS, etc.), type:
        
            pip3 install warpy
           
        ## How to use
        By using this, you agree the [Privacy Policy](https://www.cloudflare.com/application/privacypolicy/) and [Terms of Service](https://www.cloudflare.com/application/terms/) of Cloudflare 1.1.1.1
        
        To run **warpy**, simply execute
            `python3 -m warpy` or `warpy` in your terminal.
        
        ## FAQ
        
        ### How does `warpy` get WARP+ quota for free?
        
        It currently get quota by faking referrers since there is no way to pay for premium version outside of 1.1.1.1 app, but it is recommended to pay for it on your phone if you think their service is good.
        
Keywords: warpy,warp+,warp-plus,warp wireguard
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
