Metadata-Version: 2.4
Name: python_learning_tracker
Version: 1.2.0
Summary: Flask-додаток для аналізу прогресу навчання Python
Author: 
Author-email: 
License: MIT License
        
        Copyright (c) 2025 Andriy Povh
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: flask
Requires-Dist: jinja2
Requires-Dist: flask-restful
Requires-Dist: flasgger
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# 🐍 Python Learning Tracker

**Analyze your Python learning progress in a simple web interface.**  
**Аналізуй свій прогрес у вивченні Python через простий вебінтерфейс.**

📦 Install via `pip`, run with a single command.  
📦 Встановлюється через `pip`, запускається однією командою.

🔗 [Source code / Початковий код на GitLab](https://git.foxminded.ua/povh_andriy/task-7-web-report/-/tree/dev?ref_type=heads)

---

## 🇬🇧 Installation and Usage

Install the package:

```bash
pip install python-learning-tracker
```

Start the web app:

```bash
run-web
```

Then open [http://localhost:5000](http://localhost:5000) in your browser.

---

## 🇺🇦 Встановлення та запуск

Встановіть пакет:

```bash
pip install python-learning-tracker
```

Запустіть вебдодаток:

```bash
run-web
```

Після запуску відкрийте [http://localhost:5000](http://localhost:5000) у браузері.

---

## 📄 License

MIT License  
Created by **Andriy Povh**
