Skip to main content

Bytes Argument Serializer

Project description

Bytes Argument Serializer

from byarse import Pickle, BAS


bas = BAS()


# Serialize
x = bas.s([
    b'Bytes',
    'String',
    1, # Int
    1.1, # Float
    Pickle(Class)
])


# Deserialize and print arguments
z = bas.u(x)

for i in z:
    print(i)

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

byarse-1.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

byarse-1.0.0-py3-none-any.whl (2.7 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