Metadata-Version: 2.4
Name: rotools
Version: 0.1.114
Summary: Robert Olechowski python tools
Home-page: https://github.com/RobertOlechowski/ROTools
Author: Robert Olechowski
Author-email: robertolechowski@gmail.com
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=6.0.3
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Description
    ..........................
    

# Todo:
 - update build config to pyproject.toml 
 - Add Merge command in DictObj
 - Improve constructor od DictObj

# Build on Windows in Pycharm
```
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass 
```

```
python setup.py sdist
rm .\dist\* 
python -m build
twine upload dist/*
```


# Notes
 - .\tools\build.ps1 
 - pip install --upgrade ROTools



