Python data analysis tools for solar wind measurements.
SolarWindPy will soon be installable from pip via
pip install solarwindpy
. We plant to target conda quickly there
after, most likely through the conda-forge
channel.
TODO
Fork the repo.
Clone the repo.
Build and install development repo. From
SolarWindPy
directiory, execute>>> python setup.py sdist bdist_wheel >>> python setup.py develop
- Intall
flake8
andblack
>>> pre-commit install
These are tools for checking code style, variable definitions, etc.
- Intall
Verify the current tests pass. >>> python -m solarwindpy.tests.run_tests
SolarWindPy is licensed under a standard 3-clause BSD license. See :doc:`LICENSE.rst`.
See :doc:`CITATION.rst` for instructions on citing SolarWindPy.