A cookbook for the python developer connoisseur π π πΎ
recipes is a curated collection of python utilities, used across multiple
applications to maximize utility and minimize boilerplate. The library is
structured according to operations on the builtin python objects, extending
their functionality. An overview of the library is available from the
documentation page.
python -m pip install https://github.com/astromancer/recipesThe test suite contains further examples of how
recipes can be used. Testing is done with pytest:
pytest recipesContributions are welcome!
- Fork it!
- Create your feature branch
git checkout -b feature/rad - Commit your changes
git commit -am 'Add some cool feature π' - Push to the branch
git push origin feature/rad - Create a new Pull Request
- e-mail: hannes@saao.ac.za
- see LICENSE