deveta

A python library that collects potentially useful code-blocks


License
GPL-3.0
Install
pip install deveta==2.0.1

Documentation

deveta

The repository name deveta comes from DEVeloper-ETA—the efficiency of a Carnot heat engine is commonly denoted by eta (η). Hence, the repository aims to maximize developer performance by means of collecting code-blocks that may prove useful in the future.

Install

Deveta is available as a GitHub release and as a PyPi package. Alternatively, see the next section on how to build deveta manually.

Build

The wheel package is a dependency to create a wheel distribution. Create the .whl file:

$ git clone git@github.com:comrumino/deveta.git
$ cd deveta
$ python setup.py bdist_wheel

For more details on creating .whl files, see the official wheel documentation.

* The READMEs in this repository aim to follow the style conventions as described by ArchWiki:Help:Style.