.usmap file reader
Project description
pyUsmap
.usmap parser
Installation
pip install pyUsmap
Usages
from Usmap import Usmap
with open("xyz.usmap", "rb") as f:
data = Usmap(f).read()
# from bytes or byte array
import io
data = Usmap(io.BytesIO(b'')).read()
Requirements
- Python 3
- Brotli
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyUsmap-1.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pyUsmap-1.1.0.tar.gz
.
File metadata
- Download URL: pyUsmap-1.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee40597afd39ff5e543d9a8cb1e5477fd8a8cc21f0b120ea468b54baeb96a4f3 |
|
MD5 | b92455d9ecee056b90a1ed2991e3a118 |
|
BLAKE2b-256 | e289f2cb8a3048cb7329c0959392855d7c122a7ead5df540966fb45a17b7c20f |
File details
Details for the file pyUsmap-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyUsmap-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4781e073ebf0055b4e71d7954294b2b8275b045a4b25f02e9cc3e365071d0089 |
|
MD5 | afd60f844fc900d74e5e7c037bd3cebd |
|
BLAKE2b-256 | bcbacaa1fad8e5e18e019871b2f1f3f8a5e52eeb4fb5ed1b440f4bb776944585 |