Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

nstarman/utilipy

Repository files navigation

utilipy

utilipy is a Python package for non project-specific code. There are modules for making advanced decorators, interfacing with IPython environments, data utilities, making fitting libraries inter-operable, improving astropy units and quantity-enabled functions, and much more.

Documentation

Documentation Status

The documentation for utilipy is hosted on Read the docs.

The wiki has miscellaneous coding / science tips and tricks.

Installation and Dependencies

PyPI

The easiest way to get utilipy is to install with pip. To install with pip:

pip install utilipy

See the installation instructions in the documentation for more information.

Attribution

DOI

If you make use of this code, please consider citing the Zenodo DOI as a software citation:

@software{utilipy:zenodo,
  author       = {nstarman},
  title        = {utilipy},
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.3491011},
  url          = {https://doi.org/10.5281/zenodo.3491011}
}

License

License

Copyright 2018- Nathaniel Starkman and contributors.

utilipy is free software made available under the BSD-3 License. For details see the LICENSE file.