Metadata-Version: 2.1
Name: py3-data-structures
Version: 0.1
Summary: This package contains Python implementation of common data structures with thread-safe enabled
Home-page: https://github.com/hieupth/pydatastructs
Download-URL: https://github.com/hieupth/pydatastructs/archive/v_01.tar.gz
Author: Hieu Pham
Author-email: 64821726+hieupth@users.noreply.github.com
License: MIT
Keywords: data structures
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
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
License-File: LICENSE

# Python Datastructures
This package contains Python implementation of common data structures with thread-safe enabled.
## Installation
This package can be installed via pip:
```shell
pip install pydatastructs
```
Or can be installed via conda:
```shell
conda install pydatastructs -c hieupth
```
## License
[MIT License](https://github.com/hieupth/pydatastructs/blob/main/LICENSE).<br>
Copyright &copy; 2022 [Hieu Pham](https://github.com/hieupth). All rights reserved.
