Skip to main content

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


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

dpc_python-0.1.0-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

DPC_Python-0.1.0-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page