Metadata-Version: 2.4
Name: auditize
Version: 0.10.0
Summary: Empower your functional logs
Author-email: Nicolas Delon <nicolas.delon@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://www.auditize.org
Project-URL: Documentation, https://www.auditize.org
Project-URL: Repository, https://github.com/auditize/auditize
Project-URL: Issues, https://github.com/auditize/auditize/issues
Project-URL: Changelog, https://github.com/auditize/auditize/blob/master/CHANGELOG.md
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: aiocache==0.12.3
Requires-Dist: aiohappyeyeballs==2.6.1
Requires-Dist: aiohttp==3.13.2
Requires-Dist: aiosignal==1.4.0
Requires-Dist: alembic==1.14.1
Requires-Dist: annotated-doc==0.0.4
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.12.0
Requires-Dist: apscheduler==3.11.1
Requires-Dist: asttokens==3.0.1
Requires-Dist: asyncpg==0.31.0
Requires-Dist: attrs==25.4.0
Requires-Dist: authlib==1.6.6
Requires-Dist: bcrypt==5.0.0
Requires-Dist: certifi==2025.11.12
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy"
Requires-Dist: click==8.3.1
Requires-Dist: colorama==0.4.6
Requires-Dist: cryptography==46.0.3
Requires-Dist: dnspython==2.8.0
Requires-Dist: elastic-transport==8.17.1
Requires-Dist: elasticsearch==8.17.2
Requires-Dist: email-validator==2.3.0
Requires-Dist: execnet==2.1.2
Requires-Dist: executing==2.2.1
Requires-Dist: fastapi==0.124.4
Requires-Dist: frozenlist==1.8.0
Requires-Dist: greenlet==3.3.0
Requires-Dist: h11==0.16.0
Requires-Dist: httpcore==1.0.9
Requires-Dist: httptools==0.7.1
Requires-Dist: httpx==0.28.1
Requires-Dist: icecream==2.1.8
Requires-Dist: idna==3.11
Requires-Dist: iniconfig==2.3.0
Requires-Dist: mako==1.3.10
Requires-Dist: markupsafe==3.0.3
Requires-Dist: multidict==6.7.0
Requires-Dist: packaging==25.0
Requires-Dist: pluggy==1.6.0
Requires-Dist: propcache==0.4.1
Requires-Dist: pycparser==2.23; implementation_name != "PyPy" and platform_python_implementation != "PyPy"
Requires-Dist: pydantic==2.12.5
Requires-Dist: pydantic-core==2.41.5
Requires-Dist: pygments==2.19.2
Requires-Dist: pytest==9.0.2
Requires-Dist: pytest-xdist==3.8.0
Requires-Dist: python-dotenv==1.2.1
Requires-Dist: python-multipart==0.0.21
Requires-Dist: pyyaml==6.0.3
Requires-Dist: ruff==0.14.9
Requires-Dist: sqlalchemy==2.0.45
Requires-Dist: starlette==0.50.0
Requires-Dist: typing-extensions==4.15.0
Requires-Dist: typing-inspection==0.4.2
Requires-Dist: tzdata==2025.3; sys_platform == "win32"
Requires-Dist: tzlocal==5.3.1
Requires-Dist: urllib3==2.6.2
Requires-Dist: uvicorn==0.38.0
Requires-Dist: uvloop==0.22.1; platform_python_implementation != "PyPy" and sys_platform != "cygwin" and sys_platform != "win32"
Requires-Dist: watchfiles==1.1.1
Requires-Dist: websockets==15.0.1
Requires-Dist: yarl==1.22.0

![Auditize](https://raw.githubusercontent.com/auditize/auditize/refs/heads/master/misc/logo.svg)

# Auditize: Empower your functional logs

Auditize aims to deliver powerful audit log management capabilities to your software without the burden of developing an in-house solution.

It is a backend & frontend solution based on [Python](https://www.python.org/), [FastAPI](https://fastapi.tiangolo.com/), [React](https://react.dev/), [PostgreSQL](https://www.postgresql.org/) and [Elasticsearch](https://www.elastic.co/elasticsearch/).

Please check the [documentation](https://auditize.org) for more information about features, installation, and usage.

Auditize is licensed under the [Apache License](https://github.com/auditize/auditize/blob/master/LICENSE.txt).
