-
Notifications
You must be signed in to change notification settings - Fork 26
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
[DEV] Change structure of repository to python module #115
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- "python -m common_python cli -co malta"
- incl. introducing and adjusting constants
- wahoo_maps_creator.py --> wahoo_mc - common_python --> wahoo_mc - pylint findings - adjust copy script
- incl. adjusting constants
treee111
added a commit
that referenced
this pull request
May 6, 2022
* [DEV] Change structure of repository to python module (#115) * move main file to common_python folder. callable with -m - "python -m common_python cli -co malta" * rename common_python folder to wahoo_mc * move /common_resources content to /wahoo_mc/resources - incl. introducing and adjusting constants * change stuff to wahoo_mc - wahoo_maps_creator.py --> wahoo_mc - common_python --> wahoo_mc - pylint findings - adjust copy script * update documentation * move /tooling_windows content to /wahoo_mc/tooling_win - incl. adjusting constants * rename wahoo_map_creator.py to main.py * [DEV] correct pylint findings (#116) * fix pylint findings * fix last bit pylint findings --> 10/10! * adjust pylint check to need a score of 10/10 * do not check for duplicate code in test_constants and constants that is intended * install imported modules * disable zipping in default. provide CLI option * GUI option for zipping output folders
treee111
added a commit
that referenced
this pull request
May 7, 2022
treee111
added a commit
that referenced
this pull request
May 7, 2022
* [FIX] Adjust documentation from #115 and #119 (#120) * replace occurences of old values to wahoo_mc - "common_"... - "wahoo_maps_creator" * adjust docs to the user directory * introduce config files for pypi - gitignore build-files * adjust conda .yml files according to PyPI setup - gdal-user.yml according to setup.cfg - gdal-dev.yml for publish packages * Bump to version v2.0.0a2 * align the package folder to the package name - rename wahoo_mc to wahoo-mc * Bump to version v2.0.0a3 * Revert "align the package folder to the package name" This reverts commit 95a32cd. * rename to mahoomc * Bump to version v2.0.0a4 * temp documentation * Bump to version v2.0.0a5 * add upgrading wahoomc via pip * add commands to publish the release to PyPI
treee111
added a commit
that referenced
this pull request
May 7, 2022
* [FIX] Adjust documentation from #115 and #119 (#120) * replace occurences of old values to wahoo_mc - "common_"... - "wahoo_maps_creator" * adjust docs to the user directory * introduce config files for pypi - gitignore build-files * adjust conda .yml files according to PyPI setup - gdal-user.yml according to setup.cfg - gdal-dev.yml for publish packages * Bump to version v2.0.0a2 * align the package folder to the package name - rename wahoo_mc to wahoo-mc * Bump to version v2.0.0a3 * Revert "align the package folder to the package name" This reverts commit 95a32cd. * rename to mahoomc * Bump to version v2.0.0a4 * temp documentation * Bump to version v2.0.0a5 * add upgrading wahoomc via pip * add commands to publish the release to PyPI
treee111
added a commit
that referenced
this pull request
May 8, 2022
* [FIX] Adjust documentation from #115 and #119 (#120) * replace occurences of old values to wahoo_mc - "common_"... - "wahoo_maps_creator" * adjust docs to the user directory * introduce config files for pypi - gitignore build-files * adjust conda .yml files according to PyPI setup - gdal-user.yml according to setup.cfg - gdal-dev.yml for publish packages * Bump to version v2.0.0a2 * align the package folder to the package name - rename wahoo_mc to wahoo-mc * Bump to version v2.0.0a3 * Revert "align the package folder to the package name" This reverts commit 95a32cd. * rename to mahoomc * Bump to version v2.0.0a4 * temp documentation * Bump to version v2.0.0a5 * add upgrading wahoomc via pip * add commands to publish the release to PyPI BREAKING CHANGE: The GUI and CLI of wahooMapsCreator will now be called differently than before: - `python wahoomc gui` and - `python wahoomc cli -co malta`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR…
python -m wahoo_mc gui
python -m wahoo_mc cli -co malta
Considerations and implementations
This PR is a preparation for #100 to have everything which is needed for processing in the python module
How to test
Pull Request Checklist