Metadata-Version: 2.1
Name: python-pool-ex09
Version: 0.0.1
Summary: Python for datascience bootcamp exercice number 9
Home-page: https://github.com/ytouate/1337-PYTHON-POOL
Author: ytouate
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE

The ninth exercice of the python for datascience pool

## Installation

You can install the package using pip:

pip install ex09

## Usage

import ds_helper
from ds_helper import lists, dicts

# Use the functions/classes provided by ex09 package
def get_key_from_value(obj: Dict, value: Any):
def count_in_list(obj: List[Any], to_count: Any) -> int:


## License

This project is licensed under the MIT License - see the LICENSE file for details.
