Metadata-Version: 2.1
Name: char_count_package
Version: 0.0.1
Summary: A package to count the ocurrency of unique characters in a string or file.
Author-email: Suelen Karbivnychyy <author@example.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
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

# Task 4 CLI

## To use this package

Create and activate a virtual environment.
```
virtualenv venv
venv/scripts/activate
```

Install the package:
```
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps char_count_package
```

Now you can import the package:
```
import unique_char_count_package
```


## Usage

Examples:
```

```
