Metadata-Version: 2.1
Name: cythonpowered
Version: 0.1.2
Summary: Cython-powered replacements for popular Python functions. And more.
Home-page: https://github.com/lucian-croitoru/cythonpowered
Author: Lucian Croitoru
Author-email: lucianalexandru.croitoru@gmail.com
License: GNU GPLv3
Keywords: python,cython,random,performance
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Cython>=3.0.0
Requires-Dist: setuptools>=74.0.0
Requires-Dist: psutil>=6.0.0
Requires-Dist: py-cpuinfo>=9.0.0

# Cython-powered replacements for popular Python functions. And more.


# CHANGELOG

### 0.1.2 - 2024-09-22
- Added MANIFEST.in
- Ensured markdown project description

### 0.1.1 - 2024-09-22
- Bug fix in setup

### 0.1.0 - 2024-09-22
- Added the `cythonpowered-benchmark` script
- Development updates

### 0.0.3 - 2024-09-10
- Update requirements

### 0.0.2 - 2024-09-10
- Bug fix in setup

### 0.0.1 - 2024-09-10
- First release
- Includes the `cythonpowered.random` module
