Metadata-Version: 2.1
Name: check_the_possibilities
Version: 0.0.11
Summary: This is the simplest module for print some text
Home-page: https://github.com/AlexanderPetrenko83/prototype_python_library.git
Author: alexander_petrenko
Author-email: gd@reseco.ru
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.2.0

# Prototype python library

This library is implemented for educational purposes



To update the library you need:
1. Refactor code
2. Update requirements if it needs
3. Update the library version number
4. In the terminal, run the following commands sequentially:
 - python setup.py sdist bdist_wheel
 - twine upload --repository pypi dist/*
