Metadata-Version: 2.3
Name: counting_package
Version: 0.0.2
Summary: A small package that counts unique symbols you entered
Project-URL: Homepage, https://gitlab.com/mentoring341120/task5
Project-URL: Issues, https://gitlab.com/mentoring341120/task5/issues
Author-email: Volodymyr Nos <nosvolodymyr@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# This is a program that counts the number of unique characters.

## My program accepts a string and returns a dictionary whose keys are the designations of the 
## appropriate character category, and whose values are the number of characters in the string that occur only once.

# Requirements:
* build==1.2.2
* certifi==2024.8.30
* charset-normalizer==3.3.2
* click==8.1.7
* colorama==0.4.6
* docutils==0.21.2
* hatchling==1.25.0
* idna==3.8
* importlib_metadata==8.4.0
* iniconfig==2.0.0
* jaraco.classes==3.4.0
* jaraco.context==6.0.1
* jaraco.functools==4.0.2
* keyring==25.3.0
* markdown-it-py==3.0.0
* mccabe==0.7.0
* mdurl==0.1.2
* more-itertools==10.5.0
* mypy-extensions==1.0.0
* nh3==0.2.18
* packaging==24.1
* pathspec==0.12.1
* pkginfo==1.11.1
* platformdirs==4.3.2
* pluggy==1.5.0
* pycodestyle==2.12.1
* pyflakes==3.2.0
* Pygments==2.18.0
* pyproject_hooks==1.1.0
* pytest==8.3.2
* pywin32-ctypes==0.2.3
* readme_renderer==44.0
* requests==2.32.3
* requests-toolbelt==1.0.0
* rfc3986==2.0.0
* rich==13.8.0
* trove-classifiers==2024.7.2
* twine==5.1.1
* urllib3==2.2.2
* zipp==3.20.1

# How to use it?

* print in terminal "pip install counting-package"
* if you want to use function "counting_symbols", print in terminal: python -m counting_package.counting -s "some_text"
* if you want to read file and use text in this file in function "counting_symbols", print in terminal: python -m 
* counting_package.counting  -f file_location\file_name.txt
