Metadata-Version: 2.4
Name: cylutils
Version: 0.0.1
Summary: A collection of utilities for plasmacan/cylinder applications.
Author-email: Nicholas Gray <nicholas@tier2.tech>
License-Expression: MIT
Project-URL: Homepage, https://github.com/plasmacan/cylutils
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cylinder
Requires-Dist: waitress
Requires-Dist: click
Requires-Dist: questionary
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"

# Plasma Cylinder Utilities

A simple utility library for plasmacan/cylinder applications to handle common tasks like scaffolding a project, simple persistence, and more. This library is designed to be lightweight and easy to use, providing a solid foundation for building applications on top of the plasmacan/cylinder framework.
