.usmap file reader
Project description
pyUsmap
.usmap reader
Installation
pip install pyUsmap
Usages
from Usmap import Usmap
import json
with open("xyz.usmap", "rb") as f:
data = Usmap(f).read()
# from bytes or byte array
import io
data = Usmap(io.BytesIO(b'')).read()
# writing to json
jsondict = data.GetValue() # get json serializable dict
with open("Mappings.json", "w") as f:
json.dump(jsondict, f, indent=4)
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.2.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file pyUsmap-1.1.2.tar.gz
.
File metadata
- Download URL: pyUsmap-1.1.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8493211147e016ae356ee4ced75eefe23b33513ff57404d6e736b3674cb5db88 |
|
MD5 | e819b3423054a39a54b79292df2c925d |
|
BLAKE2b-256 | 07ae0169fe709159be3f6a842a57c1ba6f283df32bae8795fca0189c530eb3d3 |
File details
Details for the file pyUsmap-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: pyUsmap-1.1.2-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b19fda9466320fc9b2df69353757434e74af208cb5b7c5d68a2f0e077acafe5 |
|
MD5 | 72096bb64964919166ff7b8acfd16c6d |
|
BLAKE2b-256 | 3fab3666ab6e80555b52dabdd4673f5e4f66bd2d33083b18178f515ea1b14b51 |