Metadata-Version: 2.1
Name: pyxatu
Version: 0.1
Summary: A Python interface for the Xatu API
Home-page: https://github.com/nerolation/pyxatu
Author: Toni Wahrstätter
Author-email: toni@ethereum.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas

# PyXatu Configuration

On the first run, the default configuration file will be copied to your current working directory as `pyxatu_config.json`. Please modify this file with your actual ClickHouse credentials.

## Steps to Modify Configuration

1. **Run Your Script**:
   On the first run, the default configuration file will be copied to your current working directory.
   ```python
   import pyxatu

   xatu = pyxatu.PyXatu()
