Reusable Python module to store user browsing history via function call
Project description
browsing_history
Reusable Python module to store browsing history using SQLAlchemy and Pydantic.
Usage
from browsing_history import store_browsing_history, BrowsingHistoryInput
store_browsing_history(db, BrowsingHistoryInput(
user_id=123,
page_url="/profile",
page_title="Profile Page",
ip_address="192.168.1.1",
device_info="Chrome on Windows"
))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tns_browsing_history-0.1.0.tar.gz.
File metadata
- Download URL: tns_browsing_history-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2baf57f8f97500c73c189767dd1c8fc39008d9e287b2b95f6b8effd0edf9ee09
|
|
| MD5 |
4560252b7c63c74a9cbd5de53eb08936
|
|
| BLAKE2b-256 |
296c2d9c652adebad03c717b910424143fdb4e04e596cc4533862e805bf7b8ef
|
File details
Details for the file tns_browsing_history-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tns_browsing_history-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b99dbf8d1836e4eee7c694009d668e90dce8aa38e8ec0f7d608323589602214a
|
|
| MD5 |
da8fc0e9d81a78199c036d515c5abf08
|
|
| BLAKE2b-256 |
dd107e505349aa530e7a463b66da08e52efd78eb69fd77af503028b35b01dda7
|