A tool for retrieving and managing user location information based on 3GPP standards
Project description
TGPPUserLocationInfo 🌍
A Python package for handling and processing user location information with precision and ease.
references
- 3gpp 29061
- 3gpp 29273
🚀 Features
- User location data processing
- Easy-to-use API
- Lightweight and efficient
- Python 3.12+ support
📦 Installation
uv pip install tgppuserlocationinfo
🖥️ Usage Example
# save this as example.py
from tgppuserlocationinfo import decode
data = "8202f480879002f480003a0d21"
decoded_data = decode(data)
print(f"Decoded Data: {decoded_data}")
python -m tgppuserlocationinfo 8202f480879002f480003a0d21
# or run exe
tgppuserlocationinfo.exe 8202f480879002f480003a0d21
📋 Requirements
This package requires Python 3.12 or later. Dependencies are managed through pyproject.toml.
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
📫 Contact
If you have any questions or suggestions, please open an issue in the repository.
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 tgppuserlocationinfo-0.1.2.tar.gz.
File metadata
- Download URL: tgppuserlocationinfo-0.1.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c12192c4aa3e71b6bacd6e30e1f8af1d9b1b65c45d0216fdfce0f831acbfff7c
|
|
| MD5 |
083709fb9abfefbe7219f9391c62bc34
|
|
| BLAKE2b-256 |
5957771f0b0598aa45bf1e32ec0ea7eb045de7f27ec8c8fc8181ecc2fb8a336c
|
File details
Details for the file tgppuserlocationinfo-0.1.2-py3-none-any.whl.
File metadata
- Download URL: tgppuserlocationinfo-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc2a686badd40b443413c9028fd2d033f430a4e0d65d6009ff6f2e1f2b769ca0
|
|
| MD5 |
a21c6b4990a7a5c4a381a59c6ae65224
|
|
| BLAKE2b-256 |
088b1237a5227dc6478fff75b4833346b0beda0a4410208459e10370adb10a79
|