Metadata-Version: 2.1
Name: docker-inspector
Version: 0.1.8
Summary: 
Author: antonio
Author-email: mr.antonsilin@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: textual (>=0.56.3,<0.57.0)
Description-Content-Type: text/markdown

```
  _____             _                           
 |  __ \           | |                          
 | |  | | ___   ___| | _____ _ __               
 | |  | |/ _ \ / __| |/ / _ \ '__|              
 | |__| | (_) | (__|   <  __/ |                 
 |_____/ \___/ \___|_|\_\___|_|                 
  _____                           _             
 |_   _|                         | |            
   | |  _ __  ___ _ __   ___  ___| |_ ___  _ __ 
   | | | '_ \/ __| '_ \ / _ \/ __| __/ _ \| '__|
  _| |_| | | \__ \ |_) |  __/ (__| || (_) | |   
 |_____|_| |_|___/ .__/ \___|\___|\__\___/|_|   
                 | |                            
                 |_|                        
```









# Development

Run locally:

 - `textual console -x EVENT -x DEBUG`
 - `textual run --dev docker_inspector.app:run`

Pyblish:

`poetry publish --build`

