Metadata-Version: 2.4
Name: coolstring
Version: 0.1
Summary: A fun implementation of a string that can perform several operators and more
Project-URL: Documentation, https://coolstring.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/playlix42/coolstring
Author-email: DouglasAdams_42 <douglasadams_42@gmx.de>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# CoolString
##A string, but COOL :)

### Description

This is a fun project that implements a type of string in python that supports as many operators and dunder-methods in python as possible.
This must not necessarily be useful in every case.


### Links
* Look into the [Documentation](https://coolstring.readthedocs.io/en/latest/) for further information.
* The module is available on PyPI: [coolstring](https://pypi.org/project/coolstring).
* The source code on GitHub: [GitHub](https://github.com/playlix42/coolstring).

### License

* _coolstring_ is [![lgpl-3.0](https://img.shields.io/badge/license-lgpl__3__0-blue.svg)](LICENSE)
