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

Closed
greg-ynx opened this issue Jan 30, 2024 · 1 comment
Closed

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

greg-ynx opened this issue Jan 30, 2024 · 1 comment
Assignees
Labels

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
@greg-ynx greg-ynx self-assigned this Jul 17, 2024
@greg-ynx greg-ynx added the wontfix This will not be worked on label Sep 7, 2024
@greg-ynx
Copy link
Owner Author

greg-ynx commented Sep 7, 2024

There are no need to restructure the project for now, might come with the 3.0.0 version.

@greg-ynx greg-ynx closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant