Metadata-Version: 2.1
Name: xem
Version: 0.0.11
Summary: A lightweight self-hosted web analytics server written in Flask and python.
Home-page: https://github.com/huyng/xem
Author: Huy Nguyen
Author-email: 121183+huyng@users.noreply.github.com
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: gunicorn
Requires-Dist: duckdb
Requires-Dist: pydantic
Requires-Dist: datapad
Requires-Dist: tabulate

# XEM

XEM is a simple web analytics server written in Python and Flask.

"Xem" means "to see" or "to watch" in Vietnamese.

## Usage

Run this on a server host:

```
pip install xem
python -m xem
```

Add the following script tag to all pages on your website you want to track with `xem`:

```
<script async src="http://your.server.org:3939/xem.js?property=PROPERTYID" type="text/javascript" />
```

where `PROPERTYID` is a 10-character alphanumeric unique ID to identify your site.







