Metadata-Version: 2.1
Name: scratches-algorithms
Version: 0.0.2
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) ![Python Version](https://img.shields.io/pypi/pyversions/scratches-algorithms?color=informational) ![License](https://img.shields.io/pypi/l/scratches-algorithms?color=red) 


[![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><summary> 
<strong>English</strong>
</summary>

<div style="margin-bottom: 50px;">

**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
```




</div>

</details>

<details><summary> 
<strong>Русский</strong>
</summary>

<div style="margin-bottom: 50px;">

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

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

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

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

```shell
pip устанавливает scratch-алгоритмы
```

</div>

</details>
