python-augeas icon indicating copy to clipboard operation
python-augeas copied to clipboard

Python bindings for Augeas

Results 7 python-augeas issues
Sort by recently updated
recently updated
newest added

Is this project still maintained? I've seen [some](https://github.com/hercules-team/python-augeas/issues/42#issuecomment-466271741) [comments](https://github.com/hercules-team/python-augeas/issues/57#issuecomment-1348865030) suggesting it's not. If not, are the existing maintainers interested in either adding people to the project to help or handing...

Python version: 3.7.6 Pip version: 20.0.2 System: Linux, `uname -v` output --> `#53~18.04.1-Ubuntu SMP Thu Jul 15 11:32:10 UTC 2021` (this is either a debian or ubuntu system... probably ubuntu)...

The 1.0.3 tag seems to be over a year old and is missing QoL improvements such as: https://github.com/hercules-team/python-augeas/pull/38

The rewritten Python bindings do a bunch of conversion to/from utf8, even though the underlying augeas library does not care whether strings it works on are valid utf8 or not....

The README could use a few things: 1. Example of inserting a node/tree 2. Example of how to print an entire tree 3. Example of using variables

There was a "write" method (calling aug_print) available in the past: https://github.com/giraldeau/python-augeas/commit/068933377137636c2d89b630f7403151cbec1dcd This is useful for debugging. Could this be restored?

Python 2.x is no longer compatible, as now CFFI requires Python 3.x.