Metadata-Version: 2.1
Name: collect-framework
Version: 0.0.1
Summary: Counter of unique chars
Home-page: https://git.foxminded.com.ua/Woiyter/task_5
Author: Woiyter
Author-email: iseefire3009@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

The program counts the number 
of unique characters in the string

Usage:
collect_framework.py has 2 parameters:
--string="Your string"
--file="path/to/your/file"

Parameter "--file" has higher priority
and counts unique chars for each string in file

