Metadata-Version: 2.2
Name: stackds
Version: 0.1.0
Summary: A simple stack data structure implementation in Python
Home-page: https://github.com/Clourless-Chameleon
Author: Colourless-Chameleon
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# stackds

`stackds` is a simple Python library for stack data structure operations.

## Installation

```bash
pip install stackds
