Metadata-Version: 2.4
Name: adamlibrary
Version: 1.7.1
Summary: Improved library for Python to support C library extensions
Home-page: https://codeberg.org/Zamanhuseyinli/Adam-cpython/
Project-URL: Source, https://codeberg.org/Zamanhuseyinli/Adam-cpython/
Project-URL: Bug Tracker, https://codeberg.org/Zamanhuseyinli/Adam-cpython/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython
Requires-Dist: setuptools
Requires-Dist: wheel
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Adamlibrary Project

DISCLAIMER:
Python 3.14 support will not be officially offered. With the new features of Python and the removal of GIL support, pthread support has become mandatory in terms of thread safety and Python is now interfering with the user's code, so adamlibrary 3.14 provides comprehensive support in terms of security and infrastructure, using the free threaded infrastructure over Python. It is possible to provide it with confidence, but it is impossible to trust a reinterpation infrastructure that can change at the code byte level. When the user receives an error, he cannot understand whether the code is changed because the code is changed or whether the default error he wrote is given by himself. cpython restrictions are no longer possible, because the user cannot give the free thread for JIT cpython extension manually with the code he writes with the guarantee that python will give it. The control over the code is almost nonexistent, so the adam cpython module will be limited to 3.13 support. In the future version of Python, new version support will be determined with its changes, that is, support will not be offered until the 3.14 problems are resolved. You are responsible for the code you write, but you can still use it in adamlibrary cpython extension scenarios.

My **Adamlibrary** project, which I developed to bring low-level operations in basic C functions to Python, now you can use low-level C functions directly from Python.

![Download Statistics – Bar Chart](https://codeberg.org/Zamanhuseyinli/Adam-cpython/raw/branch/main/statics/bar_chart_adamlibrary.png)  
![Download Statistics – Pie Chart](https://codeberg.org/Zamanhuseyinli/Adam-cpython/raw/branch/main/statics/pie_chart_adamlibrary.png)

## Windows Support
- ✅ Low-level memory management and manipulation
- ✅ Mathematical calculations and analysis
- ✅ Stringer option extended detailed string
- ❌ Graphics-based memory and window management
- ✅ Data structure management

## Support for UNIX POSIX Compliant Devices
- ✅ Low-level memory management and manipulation
- ✅ Mathematical calculations and analysis
- ✅ Stringer option extended detailed string
- ❌ Graphics-based buffer management unit
- ✅ Data structure management

Support for DOS-based systems will be available in future versions.
## Used Python-pip
```bash
pip install adamlibrary
```
## Dependencies
- GCC
- ctypes
- util-linux
- Win32 system architecture libraries

## Community Site
Visit our community site: [Azccriminal](https://azccriminal.space)

