Metadata-Version: 2.1
Name: smalltools-st
Version: 0.2.0
Summary: A Python port with a few small tools, snippets and utils (with a lot of WIP) learned in my times as a Smalltalk developer and which I miss a lot.
Home-page: https://github.com/EzequielPuerta/smalltools
License: MIT
Author: Armando Ezequiel Puerta
Author-email: armando.ezequiel.puerta@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Project-URL: Bug Tracker, https://github.com/EzequielPuerta/smalltools/issues
Project-URL: Documentation, https://github.com/EzequielPuerta/smalltools
Project-URL: Repository, https://github.com/EzequielPuerta/smalltools
Description-Content-Type: text/markdown

# smalltools_st

A Python port with a few small tools, snippets and utils (with a lot of `WIP`) learned in my times as a Smalltalk developer and which I miss a lot. And yes, there are also some "toys" and experiments that I made just for fun.

[![PyPI](https://img.shields.io/pypi/v/smalltools_st?color=blue&label=PyPI%20Version&logo=python&logoColor=white)](https://pypi.org/project/smalltools_st/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/EzequielPuerta/smalltools?label=Latest%20Release&display_name=tag&logo=github&logoColor=white)](https://github.com/EzequielPuerta/smalltools/releases/latest)
![GitHub License](https://img.shields.io/github/license/EzequielPuerta/smalltools?label=License&logo=github&logoColor=white)
[![Package Status](https://img.shields.io/pypi/status/smalltools_st.svg?label=PyPI%20Status&logo=python&logoColor=white)](https://pypi.org/project/smalltools_st/)
[![CircleCI](https://img.shields.io/circleci/build/gh/EzequielPuerta/smalltools/main?label=CircleCI%20Build&logo=circleci&logoColor=white)](https://circleci.com/gh/EzequielPuerta/smalltools)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/EzequielPuerta/smalltools/main?label=CodeFactor&logo=codefactor&logoColor=white)](https://www.codefactor.io/repository/github/ezequielpuerta/smalltools)
[![Codecov](https://img.shields.io/codecov/c/gh/EzequielPuerta/smalltools?label=Codecov&logo=codecov&logoColor=white)](https://codecov.io/gh/EzequielPuerta/smalltools)

---
## Index
Behavior
1. [cascading](docs/behavior/cascading.md)
2. [SuitableClassFinder](docs/behavior/suitable_class_finder.md)
---
