Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twesterhout/tipsi-builder

TiPSi builder module as a pure Python package for ease of installation
https://github.com/twesterhout/tipsi-builder

conda physics tight-binding

Last synced: 3 days ago
JSON representation

TiPSi builder module as a pure Python package for ease of installation

Awesome Lists containing this project

README

        

# TiPSi builder module ![Conda](https://img.shields.io/conda/v/twesterhout/tipsi)

This package is a hack 😛 It downloads `tipsi.builder` module from GitLab and
packages it in a portable way. No need to compile stuff and it should work on
Linux, Mac OS, and Windows 🥳

For more info about TiPSi see http://www.edovanveen.com/tipsi/.

## Installing

Either install the package using Conda:
```sh
conda install -c twesterhout tipsi
```
or using pip:
```sh
pip install git+https://github.com/twesterhout/tipsi-builder.git
```