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

[0032] [ndf-script] Restructure project #16

Open
greg-ynx opened this issue Jan 30, 2024 · 0 comments
Open

[0032] [ndf-script] Restructure project #16

greg-ynx opened this issue Jan 30, 2024 · 0 comments

Comments

@greg-ynx
Copy link
Owner

greg-ynx commented Jan 30, 2024

Total redesign of the project structure.

.
├── _global/
│ ├── constants/
│ │ └── extensions.py
│ └── functions/
│ └── template.py
├── assets/
│ └── templates/
│ ├── default/
│ │ ├── template1.png
│ │ ├── template2.png
│ │ └── template3.png
│ └── input
├── configuration/
│ ├── ascii/
│ │ ├── ascii.py
│ │ └── ascii.txt
│ ├── definitions.py
│ └── logger.py
├── logs
├── scripts/
│ ├── cli/
│ │ ├── arguments.py
│ │ └── handler.py
│ └── commands/
│ ├── clear_logs/
│ │ └── clear_logs.py
│ ├── help/
│ │ └── help.py
│ ├── issue/
│ │ ├── issue.py
│ │ └── issue_template.txt
│ ├── logfile/
│ │ └── logfile.py
│ ├── path_of/
│ │ └── path_of.py
│ ├── run/
│ │ └── autodownloader.py
│ ├── templates/
│ │ └── templates.py
│ └── version/
│ └── version.py
├── target
├── test/
│ └── demo/
│ └── template_matching_algorithms
├── .gitignore
├── build.bat
├── build.spec
├── main.py
├── pyproject.toml
├── README.md
└── requirement.txt

@greg-ynx greg-ynx changed the title [0032] [ndf-script] OOP paradigm [0032] [ndf-script] Restructure project Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant