Metadata-Version: 2.4
Name: polydata-analytics
Version: 1.3.0
Summary: A package for fetching Polymarket market data and analytics
Author-email: Data Analytics Team <data-team@analytics.dev>
License: MIT
Project-URL: Homepage, https://github.com/data-analytics/market-fetcher
Project-URL: Documentation, https://github.com/data-analytics/market-fetcher#readme
Project-URL: Repository, https://github.com/data-analytics/market-fetcher.git
Keywords: polymarket,analytics,cryptocurrency,data,fetcher
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Data Fetcher

A Python package for fetching market data with analytics capabilities.

## Installation

```bash
pip install polydata-analytics
```

## Usage

```python
from polymarket_data_fetcher import fetch_market_data

# Fetch market data
data = fetch_market_data()
print(data)
```

## Features

- Market data fetching from Polymarket API
- Background data collection service
- Systemd/autostart integration for continuous operation
- Adaptive polling with jitter to avoid rate limiting
- Encrypted configuration for sensitive settings

## Configuration

Sensitive configuration is stored encrypted in `_obf.py` and decrypted at runtime.

## License

MIT
