Metadata-Version: 2.4
Name: wheezy.core
Version: 3.2.3
Summary: A lightweight core library
Author-email: Andriy Kornatskyy <andriy.kornatskyy@live.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/akornatskyy/wheezy.core
Project-URL: Source, https://github.com/akornatskyy/wheezy.core
Project-URL: Issues, https://github.com/akornatskyy/wheezy.core/issues
Keywords: core,benchmark,collections,config,datetime,db,descriptor,feistel,i18n,introspection,json,luhn,mail,pooling,url,uuid
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: System :: Benchmark
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: cython
Requires-Dist: Cython>=3.0; extra == "cython"
Requires-Dist: setuptools>=61.0; extra == "cython"
Dynamic: license-file

# wheezy.core

[![tests](https://github.com/akornatskyy/wheezy.core/actions/workflows/tests.yml/badge.svg)](https://github.com/akornatskyy/wheezy.core/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.core/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.core?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezycore/badge/?version=latest)](https://wheezycore.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.core.svg)](https://badge.fury.io/py/wheezy.core)

[wheezy.core](https://pypi.org/project/wheezy.core) is a
[python](http://www.python.org) package written in pure Python code. It
provides core features.

It is optimized for performance, well tested and documented.

Resources:

- [source code](https://github.com/akornatskyy/wheezy.core),
  [examples](https://github.com/akornatskyy/wheezy.core/tree/master/demos)
  and [issues](https://github.com/akornatskyy/wheezy.core/issues)
  tracker are available on
  [github](https://github.com/akornatskyy/wheezy.core)
- [documentation](https://wheezycore.readthedocs.io/en/latest/)

## Install

[wheezy.core](https://pypi.org/project/wheezy.core) requires
[python](http://www.python.org) version 3.10+. It is independent of operating
system. You can install it from [pypi](https://pypi.org/project/wheezy.core)
site:

```sh
pip install -U wheezy.core
```

If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.core).
