Renames to pynxtools #93
Merged
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.
I closed #88 to work from a clean repo.
As agreed in the TF meeting yesterday we rename nexusutils to pynxtools.
Wherever we refer the package we use pynxtools (in lower case). When we state it somewhere in free from text we use pyNXtools.
@shabihsherjeel Do you think we should use pyNXtools in the name in pyproject toml. Then people would need to
pip install pyNXtools
andimport pynxtools
. I typically prefer all lowercase, so I don't need to use the shift keys but I think it comes down to preference.For now I only replaced everything to the lower case variant and we may can update it as soon as we move this repo and fix the urls (mainly in the readme).
I also claimed pynxtools on pypi already (therefore the version 0.0.999 is not available anymore 😎)
Publishing should only be done after moving to the FAIRmat-NFDI organization.