Metadata-Version: 2.1
Name: sysframe
Version: 0.0.6
Summary: A collection of modules useful for system programming with Python. < STILL IN DEVELOPMENT >
Home-page: https://github.com/svenboertjens/sysframe
Author: Sven Boertjens
Author-email: boertjens.sven@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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`

