Metadata-Version: 2.1
Name: powersets
Version: 0.0.1
Summary: algoritmo powerset
Author: debora
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# powersets

Description.
The package powerset is used to: - Ã© uma funÃ§Ã£o criada para retornar combinaÃ§Ãµes Ãºnicas dos elementos em uma lista.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install powersets

```bash
pip install powersets
```

## Usage

```python
from powersets import powerset1
powerset1.powerset(lista)
```

## Author

Debora


