Metadata-Version: 2.4
Name: ngpasm
Version: 0.1.0
Summary: Add your description here
Author-email: Alexeev Bronislav <alexeev.dev@mail.ru>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: orjson>=3.11.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: toml>=0.10.2
Description-Content-Type: text/markdown

# ngpasm
<a id="readme-top"></a>

<div align="center">
  <p align="center">
    Next Generation Python Assembly Metaprogramming Library
    <br />
    <a href="https://alexeev-prog.github.io/ngpasm/"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="#-getting-started">Getting Started</a>
    ·
    <a href="#-usage-examples">Basic Usage</a>
    ·
    <a href="https://alexeev-prog.github.io/ngpasm/">Documentation</a>
    ·
    <a href="https://github.com/alexeev-prog/ngpasm/blob/main/LICENSE">License</a>
  </p>
</div>
<br>
<p align="center">
    <img src="https://img.shields.io/github/languages/top/alexeev-prog/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/github/languages/count/alexeev-prog/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/github/license/alexeev-prog/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/github/stars/alexeev-prog/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/github/issues/alexeev-prog/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/github/last-commit/alexeev-prog/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/pypi/wheel/ngpasm?style=for-the-badge">
    <img src="https://img.shields.io/badge/coverage-100%25-100%25?style=for-the-badge" alt="Coverage">
    <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/ngpasm?style=for-the-badge">
    <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/ngpasm?style=for-the-badge">
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/ngpasm?style=for-the-badge">
    <img alt="GitHub contributors" src="https://img.shields.io/github/contributors/alexeev-prog/ngpasm?style=for-the-badge">
</p>
<p align="center">
    <img src="https://raw.githubusercontent.com/alexeev-prog/ngpasm/refs/heads/main/docs/pallet-0.png">
</p>

 > Next Generation Python Assembly Metaprogramming Library with 100% tests coverage and fully documentated.
 
## Contributing

We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. Key areas for contribution include:
- Additional test cases for thread-local scenarios
- Performance optimization proposals
- Extended version format support
- IDE integration plugins

## License & Support

This project is licensed under **GNU LGPL 2.1 License** - see [LICENSE](https://github.com/alexeev-prog/ngpasm/blob/main/LICENSE). For commercial support and enterprise features, contact [alexeev.dev@mail.ru](mailto:alexeev.dev@mail.ru).

[Explore Documentation](https://alexeev-prog.github.io/ngpasm) |
[Report Issue](https://github.com/alexeev-prog/ngpasm/issues) |
[View Examples](./examples)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

---
Next Generation Python Assembly Metaprogramming Library with 100% tests coverage and fully documentated.

Copyright © 2025 Alexeev Bronislav. Distributed under GNU LGPL 2.1 license.
