Metadata-Version: 2.4
Name: enteliscript
Version: 0.1.6
Summary: Terminal application for CLI interaction with enteliWEB.
Author: Matt Kaufman
License: MIT
Project-URL: Homepage, https://github.com/makaufmanOS/enteliscript
Project-URL: Issues, https://github.com/makaufmanOS/enteliscript/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: requests>=2.0.0
Requires-Dist: textual>=0.50.0
Requires-Dist: platformdirs>=4.0.0
Dynamic: license-file

# enteliscript

Terminal application for CLI interaction with enteliWEB.

## TODOs
- [ ] Add support for more enteliWEB API endpoints.
- [ ] Alternate approach to logs?
- [ ] Use keyring for password storage instead of plaintext
- [ ] Address all TODO comments in codebase
- [ ] Allow for easy swapping of server URL via application
- [ ] Establish a consistent color theme across the application
