Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esheldon/esutil
A variety of python utilities focusing on numerical, scientific, and astrophysical computing
https://github.com/esheldon/esutil
Last synced: 12 days ago
JSON representation
A variety of python utilities focusing on numerical, scientific, and astrophysical computing
- Host: GitHub
- URL: https://github.com/esheldon/esutil
- Owner: esheldon
- License: gpl-2.0
- Created: 2015-04-09T02:26:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T18:36:24.000Z (20 days ago)
- Last Synced: 2024-10-19T21:09:36.452Z (19 days ago)
- Language: C++
- Homepage:
- Size: 1.93 MB
- Stars: 35
- Watchers: 5
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A python package including a wide variety of utilities, focused primarily on
numerical python, statistics, and file input/output. Includes specialized
tools for astronomers.Installation
------------
The easiest way is through conda which has pre-compiled binaries
```
conda install esutil# or if you don't have conda forge in your channels
conda install -c conda-forge esutil
```You can also use pip
```
pip install esutil
```Windows
-------The unit tests pass on windows with the exception of the recfile package (and
the sfile package that uses it).