Metadata-Version: 2.1
Name: cluwards
Version: 1.1.2
Summary: CLUCoin Reward Tracker
Home-page: https://github.com/M4cs/Cluwards
Author: Max Bridgland
Author-email: mabridgland@protonmail.com
License: GNU General Public License v3 (GPLv3) (GPL)
Project-URL: Wiki, https://github.com/M4cs/cluwards
Description: # Cluwards - CLUCoin CLI Reward Tracker
        
        Easily track a wallet's CLUCoin rewards.
        
        If you'd like to donate, send some CLU here: 0x44f6498D1403321890F3f2917E00F22dBDE3577a
        
        ### Installation
        
        **Requires Python 3.6+ Installed**
        
        ```
        pip install cluwards
        ```
        
        or 
        
        ```
        git clone github.com/M4cs/cluwards
        cd cluwards
        python setup.py install
        ```
        
        ### Usage
        
        ```
        cluwards ADDR
        ```
        
        **Output in terminal:**
        ```
        â•­â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ CLUCoin Reward Summary: â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â•®
        â”‚ Current Balance: 190,356,559.872826358                                       â”‚
        â”‚ Total Rewards over last 3 minutes: 5,860.180806946                           â”‚
        â”‚ Average Reward per Block over last 1 minute: 147.43492824695                 â”‚
        â”‚ Average Reward per Block over last 3 minutes: 97.66968011576666666666666667  â”‚
        â”‚ Total Rewards over last 3 minutes: 5,860.180806946                           â”‚
        â”‚ Total Rewards Since Tracking Began: 5860.180806946                           â”‚
        â•°â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â•¯
        ```
        
        **This will update every 15 seconds.**
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
