Parser for Texas RRC W-1 data files
Project description
w1_py_parse
A Python parser for Texas RRC W-1 data files.
Description
This tool allows for parsing fixed-width data files from the Texas Railroad Commission, specifically handling schema format 01.
Installation
pip install w1_py_parse
Usage
from w1_py_parse import W1Parser
parser = W1Parser()
# Parse all schemas (default)
parser.parse_file("path/to/data.dat")
# Parse specific schemas by name or ID
# parser.parse_file("path/to/data.dat", schemas=["DAROOT"])
print(parser.records)
Credits
Made almost entirely with Google DeepMind's Gemini 3 Pro.
This project serves as a demonstration of the capabilities of advanced AI in software development.
Publishing to PyPI
To publish this package to PyPI, run the following commands:
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 w1_py_parse-0.4.0.tar.gz.
File metadata
- Download URL: w1_py_parse-0.4.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
685a83ec6c3e4bfab1101fa23d27621aacb00c9cc635f612f727adcbaa819ecc
|
|
| MD5 |
e2856c06275bfaf780899ec800b36a84
|
|
| BLAKE2b-256 |
fd460c825df0c261738a95507d24addc8cd67d04657361d74a81db370d36713c
|
File details
Details for the file w1_py_parse-0.4.0-py3-none-any.whl.
File metadata
- Download URL: w1_py_parse-0.4.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1218a31bc7d039b47de8463f822fab9a39c188ec2fc22a32fe0743d3570dabe
|
|
| MD5 |
3928cb6030fc6db708973bac308f17bb
|
|
| BLAKE2b-256 |
07a386b94063ef7553105b1a5dafab79afa821d4b8e3a129d4ae95ed8aaf32e0
|