Metadata-Version: 2.1
Name: pywarthog
Version: 0.1.2
Summary: A Python library for the Warthog API
Project-URL: Homepage, https://github.com/zzjulien/pywarthog
Project-URL: Issues, https://github.com/zzjulien/pywarthog/issues
Author-email: zzjulien <tpypi@zzjulien.maskmy.id>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# PyWarthog V0.1.2

## Description

PyWarthog is a Python project that does API call and others stuff to a local Warthog Node. Currently it can only be used with a local node.

## Installation

    ```bash pip install pywarthog ```	

## Usage

    ```python
    from warthog.pywarthog import Warthog

    warthog = Warthog('http://127.0.0.1:3000') 

    warthog.get_mempool()

    ```	

There is a lot of other functions but i've don't make a documentation yet. You can see the code to see what you can do with it.




