A library for handling DPC data
Project description
What is this
This is a Python library to parse DPC files.
How to use
from dpc import EFFile
eff = EFFile('/path/to/EFn_987654321_2311.txt')
print(eff.file_name)
if eff.has_header:
print('has header line')
print(f'There are {len(eff.lines)} lines.')
For Developer
Testing
$ python -m unittest discover -s tests
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
File details
Details for the file dpc_python-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: dpc_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d42cf87076cc62e1107bb07ffb4d651a6a753ba79e318d7c667eff0a2c1f4832 |
|
MD5 | 02c874e50045c2817ffd050ff4db4d7e |
|
BLAKE2b-256 | 8632b4c561adb2d1632ee673865202de6dac5e2873d7ce5d3a55f596e1d11377 |
File details
Details for the file DPC_Python-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: DPC_Python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddda550f8da52927f486e8fa8b27197c7919918039cb73e73739382de4d77669 |
|
MD5 | b8b71e14633b08bbd4306762e258b50e |
|
BLAKE2b-256 | 89866676bfe8e51b8dfb263d4fda8cc63f93648689513f95c71e7fd3f5a00151 |