Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supakeen/fixed-width
Working with fixed-width types in Python.
https://github.com/supakeen/fixed-width
Last synced: 18 days ago
JSON representation
Working with fixed-width types in Python.
- Host: GitHub
- URL: https://github.com/supakeen/fixed-width
- Owner: supakeen
- License: mit
- Created: 2021-06-13T10:32:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T21:23:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T21:48:12.852Z (24 days ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fixed-width
A small easily vendorable (you know that means copy/pastable) library to work
with fixed width types in Python. This library allows you to specify your own
rules for your own fixed width types or to just use a sane default.You can either work in non-strict mode or strict mode which will raise
exceptions for truncation and promotion.Different storage types and behaviors are supported.