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

Update project structure and enhance functionality #199

Merged
merged 3 commits into from
Dec 24, 2024

Conversation

th3w1zard1
Copy link
Contributor

@th3w1zard1 th3w1zard1 commented Dec 13, 2024

  • Added new entries to .gitignore for cache and history files.
  • Updated supported file formats in init.py.
  • Improved layout and widget management in various dialog and widget files.
  • Enhanced API key management and configuration loading in config_loader.py.
  • Added error handling and improved user input handling in various components.
  • Statically type almost everything
  • add linter configs to pyproject.toml
  • add from __future__ import annotations everywhere. Generally a good habit to have.
  • Updated links in CODE_OF_CONDUCT.md and README.md to use angle brackets for better formatting.
  • Improved formatting and readability in CONTRIBUTING.md.
  • Added new keywords in pyproject.toml for better package discoverability.
  • Introduced linter configurations and settings in pyproject.toml for improved code quality.
  • Added VSCode configuration files (.vscode/extensions.json and .vscode/settings.json) to recommend extensions and set up project-specific settings.
  • Updated requirements.txt to include 'qtpy' for enhanced compatibility.

- Added new entries to .gitignore for cache and history files.
- Updated supported file formats in __init__.py.
- Improved layout and widget management in various dialog and widget files.
- Enhanced API key management and configuration loading in config_loader.py.
- Refactored multiple dialog and widget classes for better usability and performance.
- Added error handling and improved user input handling in various components.
- Statically type almost everything
- add linter configs to pyproject.toml
…ettings

- Updated links in CODE_OF_CONDUCT.md and README.md to use angle brackets for better formatting.
- Improved formatting and readability in CONTRIBUTING.md.
- Added new keywords in pyproject.toml for better package discoverability.
- Introduced linter configurations and settings in pyproject.toml for improved code quality.
- Added VSCode configuration files (.vscode/extensions.json and .vscode/settings.json) to recommend extensions and set up project-specific settings.
- Updated requirements.txt to include 'qtpy' for enhanced compatibility.
@th3w1zard1
Copy link
Contributor Author

th3w1zard1 commented Dec 13, 2024

sorry for the incredibly large git diff... instead of looking at github.com's diff i recommend the following command for more useful information on what's been changed:

git diff --unified -w

outputs in udiff format, and hides whitespace changes.

@yjg30737 yjg30737 merged commit 3246f84 into yjg30737:main Dec 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants