Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishjojo/pycosmosac
A general implementation of cosmo-sac models
https://github.com/fishjojo/pycosmosac
Last synced: 28 days ago
JSON representation
A general implementation of cosmo-sac models
- Host: GitHub
- URL: https://github.com/fishjojo/pycosmosac
- Owner: fishjojo
- License: mit
- Created: 2020-07-13T01:06:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T00:15:11.000Z (over 3 years ago)
- Last Synced: 2024-08-05T11:12:44.028Z (3 months ago)
- Language: Python
- Size: 198 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pycosmosac
==========[![Build Status](https://travis-ci.org/fishjojo/pycosmosac.svg?branch=master)](https://travis-ci.org/fishjojo/pycosmosac)
[![codecov](https://codecov.io/gh/fishjojo/pycosmosac/branch/master/graph/badge.svg)](https://codecov.io/gh/fishjojo/pycosmosac)A general Python implementation of COSMO-SAC models.
Installation
------------
* At top directory
```
pip install .
```