Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition trapp to be a valid Python package #8

Open
KartavyaSharma opened this issue Oct 24, 2023 · 0 comments
Open

Transition trapp to be a valid Python package #8

KartavyaSharma opened this issue Oct 24, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@KartavyaSharma
Copy link
Owner

KartavyaSharma commented Oct 24, 2023

trapp has a willy-nilly project structure right now, I just built it with a "whatever feels right to me" approach. As a result, no conventions are being followed for how it should be structured. There are two possible ways this could go, depending on one's perspective on if trapp is a primarily Python or Bash-based project. The entry point for all Python scripts in trapp stem from the start.sh script, which has a significant amount of BASH code to test for dependency presence, along with setting up the backup daemon and running a Python script that backs up to S3. It is possible to argue that trapp is a shell package-like program.

However, there is a LOT of Python code in the project, especially within the auto module. If the decision is made to consider this a Python package by the sheer amount of Python code floating around, this link could be of help w.r.t project structure/following conventions:

https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
@KartavyaSharma KartavyaSharma added the enhancement New feature or request label Oct 24, 2023
@KartavyaSharma KartavyaSharma added this to the `trapp` v1.0 milestone Oct 24, 2023
@KartavyaSharma KartavyaSharma added the question Further information is requested label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant