Metadata-Version: 2.4
Name: python_package_alexandro
Version: 0.0.2
Summary: Simple package
Author-email: Alexandro <logosua@ukr.net>
License: MIT
Project-URL: Homepage, https://github.com/Alexandro-khm
Project-URL: Issues, https://github.com/Alexandro-khm/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Task 5 - Create the python package

A simple CLI application that counts characters which occur exactly once in a string.

## Features

- Accepts either a string or a file as input
- Prioritizes file input if both are provided
- Counts letters that occur only once

## Usage

Run from the command line:
python -m collection --string "aaaabccccdfg"
or
python -m collection --file path_to_file.txt

## Installation

pip install python-package-alexandro

## Tests

pytest
