Metadata-Version: 2.3
Name: task_5_Rakitin_Sergey
Version: 0.0.1
Summary: A package for counting unique symbols in a string
Project-URL: Homepage, https://git.foxminded.ua/rakitin-sergey/task_5
Author-email: Rakitin Sergey <dronyx@inbox.ru>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Unical Symbol Count Package

This is a Python package for counting unique symbols in a string and processing input from the command line.
The package provides a class to count unique symbols and a command-line interface (CLI) 
to process strings and files.

## Features

- **Unique Symbol Count**: Count the number of unique symbols in a given string.
- **CLI Interface**: Process strings and files from the command line.
- **Error Handling**: Provides suggestions for invalid commands based on Levenshtein distance.


