Metadata-Version: 2.1
Name: meile
Version: 0.5.0
Summary: Meile dVPN powered by the Sentinel Network
Home-page: https://github.com/MathNodes/meile
Author: MathNodes
Author-email: freQniK@mathnodes.com
License: MIT
Description: # Meile (may•lah)
        A Sentinel Network dVPN TUI client. 
        
        ## Dependencies
        ![sentinel-cli](https://github.com/sentinel-official/cli-client)
        
        You will need this in order for Meile to operate. Future versions of meile will ship with sentinel-cli. For now, please download and configure your wallet with the sentinel-cli app. 
        
        ## Install (pip)
        
        Open up a terminal and run:
        
        ```shell
        pip install meile
        ```
        
        To start Meile simply run:
        
        ```shell
        meile
        ```
        
        ## Intall (source)
        
        ```shell
        git clone https://github.com/MathNodes/meile
        ```
        
        Build & Install
        ```shell
        cd meile && python3 setup.py install
        ```
        
        Install
        Run:
        ```shell
        meile
        ```
        
        It will prompt you or your Wallet Name and Wallet Address. 
        Meile will store this information in the `$HOME/.meile/config.ini` for future processing.
        
        ## Notes
        Please address all issues in the **issues** section of this repo. We will work
        to fix any issues or add enhancments people may suggest. 
        
        ## Tipjar
        You tip a waiter/waitress for their service, why not tip a programmer for their code?
        
        ### Sentinel (dvpn)
        ```shell
        sent1hfkgxzrkhxdxdwjy8d74jhc4dcw5e9zm7vfzh4
        ```
        
        ### Monero (xmr)
        ```shell
        8A8TesuUctMQzq1oNM5VWQeZxu5SPDQyf87yMUdvPfSxjXQKvZSY3F7Dm9zGD3uKXbQ6ZMXGRydyQAGGQvBSfeVZBtJxh8A
        ```
        
        
        
        
        
Keywords: vpn,dvpn,sentinel,crypto,tui,privacy,security
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
