Skip to main content

A simple python library for quickly parsing records in a fixed width format.

Project description

SimpleFixedWidth

A simple and very lightweight library for working with fixed width files.

Fixed_Width_Spec

class Field

Signature

Field(number: int, name: int, string: bool, size:int)

  • number: int (Positional identifier for the field)
  • name: str (Name of the field)
  • string: bool (Indicates if the field is a string, if false it is numeric)
  • size: int (Length of the field)

Example

Field(5, 'Name', True, 30)

class RecordType

Signature

RecordType(name="", fields=[])

  • name: str (Name of the RecordType, if you have more than one)
  • fields: list (List of fields for the specification tied to the RecordType)
  • field_widths: tuple (Returns tuple of the widths from the fields)
  • field_names: list (Returns list of the field names)

Fixed_Width_Record

function get_fields

Slices a string 's' in segments 'args' wide. Negative widths represent ignored padding fields.

Parameters

  • s: string
  • args: list of widths for the string, negative numbers are skipped

Returns string 's' in a list, minus the skipped fields

function get_line

Takes a string and extracts the record identifier if it exists.

Parameters

  • string (String to be sliced into a list of fields)
  • rec_type_start=-1 (If the string contains a record identifier, this will start to parse it out)
  • rec_type_end=-1 (If the string contains a record identifier, this will end to parse it out)

Returns Tuple of the record identifier and the string it was in.

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

SimpleFixedWidth-0.0.2.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SimpleFixedWidth-0.0.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file SimpleFixedWidth-0.0.2.tar.gz.

File metadata

  • Download URL: SimpleFixedWidth-0.0.2.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for SimpleFixedWidth-0.0.2.tar.gz
Algorithm Hash digest
SHA256 59ce222698e2335d5901d4e35d9177d4132fb716fd9d428a77c26d3bd9bcd0a6
MD5 d23f33ae50c7067fc7558f3e321ebc12
BLAKE2b-256 b406414db257afa1940b78f1add4aa5fdaf5fa53f50a8b47e0340af034322a9b

See more details on using hashes here.

File details

Details for the file SimpleFixedWidth-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: SimpleFixedWidth-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for SimpleFixedWidth-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b4e58dfa476465e6bd68a3c09d4a1df870ffce5ec996fd3372da4ff899822694
MD5 0d3ea483f6ffd5085dec526cfa92c8d6
BLAKE2b-256 1e1d7f91cc71410d33e0451bc6b7139212376c980834a42f0ed2c13a391e9954

See more details on using hashes here.

Supported by

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