Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Master: |masterbuild| |mastercoveralls| checked on |Python34| |Python35|

Develop: |developbuild| |developcoveralls| |developcodeclimate| checked on |Python34| |Python35| |Python36|

Welcome to the auxi GitHub repository!

Introduction

auxi is a toolkit to help metallurgical process engineers with their day-to-day tasks. Many of the calculations that we do require things like molar masses, conversion of one compound to another using stoichiometry, enthalpy calculations, heat transfer calculations, mass balances, energy balances, etc. It is usually quite time consuming to get started with these calculations in a tool like Excel. auxi aims to save you time by making many of these calculations available from within Python.

We hope that auxi will help you spend less time focusing on searching for formulas and data, and setting up calculations, and more time on thinking about the problems that you need to solve with these calculations. Enjoy!

Here are some of the other auxi resources:

To install auxi, use the following command: ::

pip install auxi

Repository Overview

Directory Structure ^^^^^^^^^^^^^^^^^^^

The repository contains the following top-level directories:

High-level System Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The auxi high-level system documentation consists of the following files:

.. |masterbuild| image:: https://travis-ci.org/Ex-Mente/auxi.0.svg?branch=master :target: https://travis-ci.org/Ex-Mente/auxi.0

.. |developbuild| image:: https://travis-ci.org/Ex-Mente/auxi.0.svg?branch=develop :target: https://travis-ci.org/Ex-Mente/auxi.0

.. |mastercoveralls| image:: https://coveralls.io/repos/github/Ex-Mente/auxi.0/badge.svg?branch=master :target: https://coveralls.io/github/Ex-Mente/auxi.0?branch=master

.. |developcoveralls| image:: https://coveralls.io/repos/github/Ex-Mente/auxi.0/badge.svg?branch=develop :target: https://coveralls.io/github/Ex-Mente/auxi.0?branch=develop

.. |developcodeclimate| image:: https://codeclimate.com/github/Ex-Mente/auxi.0/badges/gpa.svg :target: https://codeclimate.com/github/Ex-Mente/auxi.0 :alt: Code Climate

.. |Python34| image:: https://img.shields.io/badge/python-3.4-blue.svg

.. |Python35| image:: https://img.shields.io/badge/python-3.5-blue.svg

.. |Python36| image:: https://img.shields.io/badge/python-3.6-blue.svg