utilipy

Welcome to utilipy, a collection of useful python codes. This is a centralized repository for non project-specific code. There are modules for making advanced decorators, interfacing with IPython environments, data utilities, making fitting libraries inter-operable, and much more.

The package is being actively developed in a public repository on GitHub so if you have any trouble, open an issue there.

DOI PyPI Build Status Codecov astropy

How to contribute

GitHub milestones GitHub issues GitHub last commit (branch)

We welcome contributions from anyone via pull requests on GitHub. If you don’t feel comfortable modifying or adding functionality, we also welcome feature requests and bug reports as GitHub issues.

The development process follows that of the astropy-package-template from Astropy’s release procedure.

Attribution

DOI License

Copyright 2018- Nathaniel Starkman and contributors.

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

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}
}