Metadata-Version: 2.1
Name: LibCode
Version: 1.1.0
Summary: A data structures and algorithms library implemented with Python and tested with Pytest!
Home-page: https://github.com/Axeloooo/LibCode
Author: Axel Sanchez and  Mariia Podgaietska
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# LibCode

![](https://img.shields.io/badge/Python-3776AB.svg?style=for-the-badge&logo=Python&logoColor=white) ![](https://img.shields.io/badge/Pytest-0A9EDC.svg?style=for-the-badge&logo=Pytest&logoColor=white) ![](https://img.shields.io/badge/GitHub%20Actions-2088FF.svg?style=for-the-badge&logo=GitHub-Actions&logoColor=white) ![](https://img.shields.io/badge/Git-F05032.svg?style=for-the-badge&logo=Git&logoColor=white) ![](https://img.shields.io/badge/macOS-000000.svg?style=for-the-badge&logo=macOS&logoColor=white)

### Link to the PyPi package

```bash
https://pypi.org/project/LibCode/1.0.0/
```

### Collaborators

- Axel Sanchez
- Mariia Podgaietska

### How to run tests

- Install pytest

```bash
pip install pytest
```

- Run all tests

```bash
python -m pytest -v
```
