Metadata-Version: 1.1
Name: dblstats
Version: v0.1.7
Summary: A python dblstats.com API wrapper.
Home-page: https://github.com/Arthurdw/dblstats
Author: Arthurdw
Author-email: mail.arthurdw@gmail.com
License: MIT
Download-URL: https://github.com/Arthurdw/dblstats/archive/v0.1.7.tar.gz
Description: dblstats
        ========
        
        An easy to use async `dblstatistics.com <https://dblstatistics.com>`__
        API wrapper.
        
        README information
        ~~~~~~~~~~~~~~~~~~
        
        Command execution
        ^^^^^^^^^^^^^^^^^
        
        When commands that need to be executed are shown in this documentation,
        optional command will be surrounded by brackets.
        
        System specific command execution
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        Since python has a different command call on Linus and Windows we
        specify both in the documentation.
        
        ::
        
            documentation: (py -3 | python3) command
            windows: py -3 command
            linux: python3 command
        
        Installing
        ----------
        
        To install the library you can just run the following pip command.
        
        ::
        
            (py -3 -m | python3 -m) pip install dblstats
        
        Executing example scripts
        -------------------------
        
        Requirements
        ~~~~~~~~~~~~
        
        The example scripts might be discord bots. If so execute the following
        command to install the dependencies.
        
        ::
        
            (py -3 -m | python3 -m) pip install utilsx
        
        Running
        ~~~~~~~
        
        To execute the example scripts that are located in ``examples`` just
        execute the following command.
        
        ::
        
            (py -3 | python3) script_name.py
        
        Links
        ^^^^^
        
        -  `Documentation <https://dblstats.readthedocs.io/>`__
        -  `dblstatistics.com Discord Sever <https://discord.gg/Qd34uz7qDY>`__
        -  `dblstatistics.com
           documentation <https://dblstatistics.com/api/docs>`__
        
        
Keywords: dbl,stats,statistics,dblstatistics.com
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
