AmgdGocha / DriveFS-Sleuth

DriveFS Sleuth is a Python tool that automates investigating Google Drive File Stream disk artifacts, the tool has been developed based on research that has been performed by mounting different scenarios and noting down the changes in the Google Drive File Stream disk artifacts.
Eclipse Public License 2.0
72 stars 3 forks source link

Suggestion: add pyproject-toml file #20

Open 0CM opened 1 month ago

0CM commented 1 month ago

Could you please consider adding pyproject-toml file to you repository, so it can be easily installed via PIP ?

https://packaging.python.org/en/latest/guides/writing-pyproject-toml/

Thank you

AmgdGocha commented 1 month ago

Hi @0CM,

Thanks for the suggestion. As of now, there are only two dependencies so I believe that requirements.txt is sufficient and straightforward specially for the fellows who are not experienced enough with python, if DriveFS Slueth became more complex, in terms of dependencies, we'll add a pyproject-toml file. However, I beleive that the Readme.md file needs to be updated to include exact steps to create a new venv and install the dependencies using the requirements.txt file to make it easier for whom who is not experienced enough.

Thanks, your suggestion is very much appreciated.