Metadata-Version: 2.3
Name: gdelt-py
Version: 0.1.3
Summary: Python client library for GDELT (Global Database of Events, Language, and Tone)
Keywords: gdelt,news,events,data-science,api
Author: Robert Wasilewski
Author-email: Robert Wasilewski <wasilewski.robert@gmail.com>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: tenacity>=9.1.2
Requires-Dist: tqdm>=4.67.1
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: anyio>=4.0
Requires-Dist: google-cloud-bigquery>=3.0 ; extra == 'bigquery'
Requires-Dist: interrogate>=1.7.0 ; extra == 'dev'
Requires-Dist: mypy>=1.0 ; extra == 'dev'
Requires-Dist: pip-audit>=2.0 ; extra == 'dev'
Requires-Dist: pre-commit>=3.5.0 ; extra == 'dev'
Requires-Dist: pydoclint>=0.5.0 ; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23 ; extra == 'dev'
Requires-Dist: pytest-cov>=4.0 ; extra == 'dev'
Requires-Dist: pytest-timeout>=2.0 ; extra == 'dev'
Requires-Dist: pytest>=8.0 ; extra == 'dev'
Requires-Dist: respx>=0.21 ; extra == 'dev'
Requires-Dist: ruff>=0.8 ; extra == 'dev'
Requires-Dist: commitizen>=3.0 ; extra == 'dev'
Requires-Dist: memray>=1.19.1 ; extra == 'dev'
Requires-Dist: mkdocs>=1.5 ; extra == 'docs'
Requires-Dist: mkdocs-material>=9.0 ; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.24 ; extra == 'docs'
Requires-Dist: pandas>=2.0 ; extra == 'pandas'
Requires-Python: >=3.11
Project-URL: Documentation, https://github.com/RBozydar/py-gdelt#readme
Project-URL: Homepage, https://github.com/RBozydar/py-gdelt
Project-URL: Issues, https://github.com/RBozydar/py-gdelt/issues
Project-URL: Repository, https://github.com/RBozydar/py-gdelt
Provides-Extra: bigquery
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: pandas
Description-Content-Type: text/markdown

# py-gdelt

[![CI](https://github.com/RBozydar/py-gdelt/workflows/CI/badge.svg)](https://github.com/RBozydar/py-gdelt/actions/workflows/ci.yml)
[![PyPI version](https://badge.fury.io/py/py-gdelt.svg)](https://badge.fury.io/py/py-gdelt)
[![Python Versions](https://img.shields.io/pypi/pyversions/py-gdelt.svg)](https://pypi.org/project/py-gdelt/)
[![License](https://img.shields.io/github/license/RBozydar/py-gdelt.svg)](https://github.com/RBozydar/py-gdelt/blob/main/LICENSE)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
[![Type checked: mypy](https://img.shields.io/badge/type%20checked-mypy-blue.svg)](http://mypy-lang.org/)
[![Docstring coverage: interrogate](https://img.shields.io/badge/docstrings-100%25-brightgreen.svg)](https://interrogate.readthedocs.io/)

Python library for GDELT - https://www.gdeltproject.org
