I have run the python example that is defined in the readme of this repo and have verified that things work before and after these changes.
All the changes to the files themselves were automated. I manually had to move them into src/main/python/accumulo as they were created in src/main/python/. I also added pyproject.toml to the gitignore as it was automatically generated while I was running the example.
I have run the python example that is defined in the readme of this repo and have verified that things work before and after these changes.
All the changes to the files themselves were automated. I manually had to move them into
src/main/python/accumulo
as they were created insrc/main/python/
. I also added pyproject.toml to the gitignore as it was automatically generated while I was running the example.