Metadata-Version: 2.4
Name: simpledev
Version: 0.0.0.post1
Home-page: 
Author: Scholoch
Author-email: alf.201105@gmail.com
Keywords: easy develop debug edad EDAD development debugging dev
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-python

# Easy Develop And Debugging

>This library is useful for development and debugging.

Content:
 - Timer
 - Format Text

## Timer

	@delay(is_res: bool)
	...

## Format Text

	_test_print_format(text: str) -> None
	
	Answer:
	name-foramt: {text} {reset_format}\n 
