Metadata-Version: 2.4
Name: pykasm
Version: 0.0.4
Summary: A library for low-level abstract use to high-level.
License: MIT
Author: Jhonata Rios Carneiro
Author-email: jhonatacarneirorios432@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://github.com/Jhonataplayyt/pyasm
Project-URL: Repository, https://github.com/Jhonataplayyt/pyasm
Description-Content-Type: text/markdown

# 🛠 pyasm**pyasm** is a Python library for executing Assembly (ASM) code directly from Python scripts, allowing low-level integration with system calls and native libraries.

The goal is to provide a bridge between **Python** and **Assembly**, enabling developers to explore optimizations, manipulate memory, and execute machine instructions in a controlled manner.

---

## 📦 InstallationYou can install via **pip** (after publication on PyPI):

```bash
pip install pyasm```
