Metadata-Version: 2.4
Name: budilnik1919
Version: 0.1.0
Summary: Study helper with numerical methods reference code for Python notebooks.
Author-email: жанна <lohozavr@mail.ru>
Keywords: numerical methods,education,jupyter,notebooks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
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: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.6
Requires-Dist: numpy>=1.23

# budilnik1919

Учебная Python-библиотека со справочником и готовыми блоками кода по численным методам.

## Установка

```bash
pip install budilnik1919
```

## Использование

```python
import budilnik1919 as nm

nm.help()
nm.find("ДПФ")
nm.show("dft")
```

