Metadata-Version: 2.1
Name: check-the-possibilities
Version: 0.0.17
Summary: PPL - Python Prototype Library
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

Library modules:
 - Calculations 
 - Connectors
 - Forecasts 
 - Optimizers 
 - Utilities

**Calculations**  
This module is designed to perform calculations with always deterministic results in accordance with the formulas

**Connectors**  
This section contains connectors and data converters from various remote systems (1C, SAP, Cropio, etc.)

**Forecasts**  
This module is designed to perform forecasts using data science technologies (linear models, gradient boosting, 
neural networks, time series, etc.)

**Optimizers**  
This module is designed to solve mixed-integer programming problems

**Utilities**  
This section introduces helper classes and functions

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