Metadata-Version: 2.1
Name: loop-python
Version: 0.1.0
Summary: Replace common looping boilerplate with pretty method chaining.
Author-email: Artium Dashuta <artium89@gmail.com>
License: MIT License
Project-URL: Repository, https://github.com/artiumd/loop
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: tests
Requires-Dist: pytest==7.4.4; extra == "tests"
Provides-Extra: docs
Requires-Dist: mkdocs==1.5.3; extra == "docs"
Requires-Dist: mkdocs-material==9.5.7; extra == "docs"

# loop

![tests](https://github.com/artiumd/loop/actions/workflows/tests.yml/badge.svg)
