Metadata-Version: 2.4
Name: posthoganalytics
Version: 7.9.10
Summary: Integrate PostHog into any python application.
Home-page: https://github.com/posthog/posthog-python
Author: Posthog
Author-email: PostHog <hey@posthog.com>
Maintainer: PostHog
Maintainer-email: PostHog <hey@posthog.com>
License: MIT
Project-URL: Homepage, https://github.com/posthog/posthog-python
Project-URL: Repository, https://github.com/posthog/posthog-python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<3.0,>=2.7
Requires-Dist: six>=1.5
Requires-Dist: python-dateutil>=2.2
Requires-Dist: backoff>=1.10.0
Requires-Dist: distro>=1.5.0
Requires-Dist: typing-extensions>=4.2.0
Provides-Extra: langchain
Requires-Dist: langchain>=0.2.0; extra == "langchain"
Provides-Extra: dev
Requires-Dist: django-stubs; extra == "dev"
Requires-Dist: lxml; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: mypy-baseline; extra == "dev"
Requires-Dist: types-mock; extra == "dev"
Requires-Dist: types-python-dateutil; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Requires-Dist: types-six; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pydantic; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: packaging; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: tomli; extra == "dev"
Requires-Dist: tomli_w; extra == "dev"
Provides-Extra: test
Requires-Dist: mock>=2.0.0; extra == "test"
Requires-Dist: freezegun==1.5.1; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: django; extra == "test"
Requires-Dist: openai>=2.0; extra == "test"
Requires-Dist: anthropic>=0.72; extra == "test"
Requires-Dist: langgraph>=1.0; extra == "test"
Requires-Dist: langchain-core>=1.0; extra == "test"
Requires-Dist: langchain-community>=0.4; extra == "test"
Requires-Dist: langchain-openai>=1.0; extra == "test"
Requires-Dist: langchain-anthropic>=1.0; extra == "test"
Requires-Dist: google-genai; extra == "test"
Requires-Dist: pydantic; extra == "test"
Requires-Dist: parameterized>=0.8.1; extra == "test"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer

# posthoganalytics

> **Do not use this package.** Use [`posthog`](https://pypi.org/project/posthog/) instead.

```bash
pip install posthog
```

This package exists solely for internal use by [posthog/posthog](https://github.com/posthog/posthog) to avoid import conflicts with the local `posthog` package in that repository. It is an automatically generated mirror of `posthog` — same code, same versions, just published under a different name.

If you are not working on the PostHog main repository, you should never need this package. All documentation, issues, and development happen in [`posthog-python`](https://github.com/posthog/posthog-python).
