rs-station / rs-booster

Useful scripts for analyzing diffraction
https://rs-station.github.io/rs-booster/
MIT License
3 stars 4 forks source link

Migrate namespace to support name change to `rs-booster` #15

Closed JBGreisman closed 2 years ago

JBGreisman commented 2 years ago

This PR begins the process of changing this package name to rs-booster. The idea is that this should be viewed as a "booster pack" to extend the functionality of reciprocalspaceship with helpful commandline tools/apps. As part of this move:

  1. the top-level package name will be changed from efxtools->rs-booster
  2. The Python package structure (top-level namespace) will be named from efxtools->rsbooster. To use rs-booster as a library in Python, one will use import rsbooster. This is sort of analogous to scikit-image/skimage.
  3. All commandline tools will be installed to the rs.* namespace, rather than efxtools.*