Metadata-Version: 2.1
Name: anton-test
Version: 1.5.0
Summary: ask func
Author: Skazko Anton
Author-email: sk.anton06@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Collection Framework
 
**example_package_collection_framework** is a commands-line program that takes a string and returns the number of unique characters in the string.

### Install

```python
pip install -i https://test.pypi.org/simple/ example_package_collection_framework
```

### How to Use

1. You can use terminal to install some modules.
```python
pip install argparse
pip install pytest
```

2. Use this string in terminal to start a program
```python
python -m example_package_collection_framework.cli --string [YOUR STRING]
```
or
```python
python -m example_package_collection_framework.cli --file [YOUR PATH TO FILE]
```

<br>

See the source at  [Link](https://git.foxminded.com.ua/foxstudent102894/task-5-create-the-python-package)
<br>
© 2022 Anton Skazko
