Metadata-Version: 2.1
Name: scratches-algorithms
Version: 0.0.3
Summary: Python package with classical algorithms and simple utilities
Home-page: https://github.com/notjik/scratches-algorithms
Download-URL: https://github.com/notjik/scratches-algorithms/dist/scratches-algorithms-0.0.2.tar.gz
Author: notjik
Author-email: notjik@yandex.ru
License: MIT License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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
Description-Content-Type: text/markdown
License-File: LICENSE.md

###### scratches-algorithms

[![PyPI Version](https://img.shields.io/pypi/v/scratches-algorithms?color=success)](https://pypi.org/project/scratches-algorithms/)
[![Python Version](https://img.shields.io/pypi/pyversions/scratches-algorithms?color=informational)](https://www.python.org/) 
[![License](https://img.shields.io/pypi/l/scratches-algorithms?color=red)](https://github.com/notjik/scratches-algorithms/blob/master/LICENSE.md) 


[![GitHub Stars](https://img.shields.io/github/stars/notjik/scratches-algorithms?style=social)](https://github.com/notjik/scratches-algorithms/stargazers) \
[![GitHub Forks](https://img.shields.io/github/forks/notjik/scratches-algorithms?style=social)](https://github.com/notjik/scratches-algorithms/network/members) \
[![GitHub Issues](https://img.shields.io/github/issues/notjik/scratches-algorithms?style=social)](https://github.com/notjik/scratches-algorithms/issues) \
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/notjik/scratches-algorithms?style=social)](https://github.com/notjik/scratches-algorithms/pulls)

<details style="margin-top: 20px;"><summary> 
<strong>English</strong>
</summary>

**Scratches Algorithms** – this package is a Python client library with classic sorting and search algorithms and simple utilities for working with numbers, number systems and code performance control.

You can find the source code on **[GitHub](https://github.com/notjik/scratches-algorithms)**.

### Installation

Install the current version from **[PyPI](https://pypi.org/project/scratches-algorithms/)**:

```shell
pip install scratches-algorithms
```

</details>

<details style="margin-top: 20px;"><summary> 
<strong>Русский</strong>
</summary>

**Scratch Algorithms** – это пакет, который представляет собой клиентскую библиотеку Python с классическими алгоритмами сортировки и поиска и простыми утилитами для работы с числами, системами счисления и контроля производительности кода.

Вы можете найти исходный код на **[Github](https://github.com/notjik/scratches-algorithms)**.

### Установка

Установить текущую версию с **[PyPI](https://pypi.org/project/scratches-algorithms/)**:

```shell
pip install scratch-algorithms
```

</details>
