Metadata-Version: 2.1
Name: hogwarts_assistant
Version: 0.1.2
Summary: A Hogwarts-themed assistant for managing pupil records and magical notes.
Home-page: https://github.com/Srh-Yakovenko-ua/hogwarts_team_7
Author: Hogwarts Team
Author-email: stronglav95@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12.4
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: prompt-toolkit==3.0.36
Requires-Dist: questionary==2.0.1
Requires-Dist: wcwidth==0.2.13
Requires-Dist: rapidfuzz===3.9.6
Requires-Dist: colorama==0.4.6

# 🎩 Hogwarts Assistant Bot

Welcome to the Hogwarts Assistant Bot – your magical tool for managing pupils and notes! With a set of enchanted commands, you can easily add, update, and search for pupil records and notes, all in the true spirit of Hogwarts.

## 📜 Introduction

The **Hogwarts Assistant Bot** is a Python module designed to help you track Hogwarts pupils, their magical details, and any enchanted notes you might need during your mystical adventures in the Wizarding World.

## ✨ Features

- **📋 Pupil Roster**: Manage the list of pupils, including adding, updating, and deleting records – just like a true Headmaster or Headmistress! Track students’ information, birthdays, and magical milestones.
- **📚 Enchanted Notes**: Keep magical notes with easy search capabilities, perfect for recording spells, potion recipes, and secret messages. All your important information stored securely in your spellbook!

- **🪄 Hogwarts-Themed Experience**: Enjoy an immersive Hogwarts experience as you manage your records with a touch of magic. The interface and commands are inspired by the Wizarding World to make your management tasks feel like casting spells.

---

Get ready to embrace the magic of Hogwarts with the **Hogwarts Assistant Bot**! ⚡️

### ⚙️ Development

To start the Hogwarts Assistant Bot locally:
python -m hogwarts.main

To work on the Hogwarts Assistanst and push new versions to PyPI, follow these steps:

1. **Update the Version**
   Before pushing a new version, ensure you update the version number in the `setup.py` file. This is crucial for PyPI to recognize the new version. For example:

   version='1.0.1'

2. **New build**
   python setup.py sdist bdist_wheel
3. **Upload to PyPI**
   pip install twine
   twine upload dist/\*

## 📜 Commands

Inside the Hogwarts Assistant Bot, you can use the following commands:

### ✨ General Commands

| Command |               Description               |
| :-----: | :-------------------------------------: |
| `exit`  |          Exit the application.          |
| `help`  | Display the list of available commands. |
| `close` |         Close the application.          |
| `hello` |          Greet the assistant.           |

### 🧑‍🎓 Pupils Management Commands

|      Command      |                 Description                 |
| :---------------: | :-----------------------------------------: |
|    `pupil:add`    |   Add a new pupil to the Hogwarts roster.   |
|   `pupil:show`    |      Show details of a specific pupil.      |
|    `pupil:all`    |      Display the full list of pupils.       |
| `pupil:birthdays` |     Show upcoming birthdays of pupils.      |
|  `pupil:update`   |          Update a pupil's details.          |
|  `pupil:delete`   |  Remove (delete) a pupil from the roster.   |
|  `pupil:search`   | Search for pupils by name or other details. |

### 📚 Notes Management Commands

|    Command     |                  Description                  |
| :------------: | :-------------------------------------------: |
|   `note:add`   |     Add a new note to your magical notes.     |
| `note:delete`  |            Delete a specific note.            |
| `note:update`  |      Update a note with new information.      |
|   `note:all`   |       Display all notes in the system.        |
| `note:search`  |     Search for notes by title or content.     |
| `note:add:tag` | Add a tag (charm) to a note for easy sorting. |
|  `note:sort`   |    Sort notes based on specified criteria.    |

## Installation

To install the Hogwarts module, use the following command:

```bash
pip install hogwarts_assistant
```
