Skip to main content

A collection of modules useful for system programming with Python. < STILL IN DEVELOPMENT >

Reason this release was yanked:

test version

Project description

Sysframe

A framework designed for providing tools to develop system services with.

Introduction

This is a custom framework that provides the tools used by the various system services made by me. This includes modules such as for managing shared memory and other IPC operations, and serialization for converting values to bytes to store them in said shared memory.

Current modules

This framework currently consists of the following modules:

  • pybytes
  • membridge

Explanations on how to use these modules are found in module-specific README files, such as README_pybytes.md for the pybytes module. For code-specific documentation, there aren't special README's for that. I've tried to explain each piece of code well enough using in-code comments.

Notes

These libraries are used by system services developed by me,

Contact

If you happen to find a problem or have a question, feel free to contact me via:

Discord: sven_de_pen Email: boertjens.sven@gmail.com

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

sysframe-0.0.10-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.3 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.2 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.3 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.4 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.9 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl (66.8 kB view hashes)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp312-cp312-musllinux_1_2_i686.whl (64.5 kB view hashes)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

sysframe-0.0.10-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.5 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (64.9 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl (63.8 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp311-cp311-musllinux_1_2_i686.whl (61.9 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

sysframe-0.0.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (65.2 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (62.6 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl (63.4 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp310-cp310-musllinux_1_2_i686.whl (61.5 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

sysframe-0.0.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (64.7 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (62.1 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp39-cp39-musllinux_1_2_x86_64.whl (62.9 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp39-cp39-musllinux_1_2_i686.whl (61.1 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

sysframe-0.0.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (64.3 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (61.7 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp38-cp38-musllinux_1_2_x86_64.whl (63.8 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp38-cp38-musllinux_1_2_i686.whl (62.2 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

sysframe-0.0.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (66.4 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (63.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp37-cp37m-musllinux_1_2_x86_64.whl (60.4 kB view hashes)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp37-cp37m-musllinux_1_2_i686.whl (58.7 kB view hashes)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

sysframe-0.0.10-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.7 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (60.2 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

sysframe-0.0.10-cp36-cp36m-musllinux_1_2_x86_64.whl (60.4 kB view hashes)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

sysframe-0.0.10-cp36-cp36m-musllinux_1_2_i686.whl (58.7 kB view hashes)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

sysframe-0.0.10-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.7 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

sysframe-0.0.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (60.2 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

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