Metadata-Version: 2.1
Name: unique-function
Version: 0.0.7
Summary: function to define unique characters
Home-page: https://git.foxminded.com.ua/foxstudent101526/packaging
Author: Bartkiv-Yuriy
Author-email: author@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Unique-function Package
To install the function you need to execute a command:

"pip install unique-function"

this package is able to identify the unique characters of the transmitted line and text from the file.

To define unique characters, run python and import the package:

"from unique_package import unique_function"
"unique_function.unique_symbols("your text")"

when executing two commands, the --file has higher priority
[Github-flavored Markdown](https://git.foxminded.com.ua/foxstudent101526/packaging)


