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, miscellaneous astronomical functions, data utilities, making fitting libraries inter-operable, improving astropy units and quantity-enabled functions, 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.

https://zenodo.org/badge/192425953.svg https://travis-ci.org/nstarman/utilipy.svg?branch=master

Documentation

Subpackages

Tutorials

How to contribute

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.

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 v1.0},
  month        = mar,
  year         = 2020,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.3724822},
  url          = {https://doi.org/10.5281/zenodo.3724822}
}

Project details