Skip to main content

A python package designed for creating and managing blobs of binary data using dataclass like structures.

Project description

Byteclasses Package

Description

A python package designed for creating and managing blobs of binary data using dataclass like classes.

This library is designed for creating custom Python data classes with builtin structural constraints. Byte Classes behave similar to a combination of Python dataclasses and C structs.

Docs

Byteclasses Documentation

Byte Classes

  • Collections
    • ByteArray
    • String
    • Structure
    • Union
  • Primitives
    • Generic
      • BitField
      • Byte
      • Word
      • DWord
      • QWord
    • Floats
      • Float16 (Half)
      • Float32 (Float)
      • Float64 (Double)
    • Integers
      • Int8
      • UInt8
      • Int16 (Short)
      • UInt16 (UShort)
      • Int32 (Int)
      • UInt32 (UInt)
      • Long
      • ULong
      • Int64 (LongLong)
      • UInt64 (ULongLong)
    • Characters
      • UChar (Char)
      • SChar**

** Not fully implemented

C data types

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

byteclasses-0.6.0.tar.gz (52.3 kB view hashes)

Uploaded Source

Built Distribution

byteclasses-0.6.0-py3-none-any.whl (73.6 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