
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
A toolkit to help metallurgical process engineers to rapidly do day-to-day calculations.
Master: |masterbuild| |mastercoveralls|
Develop: |developbuild| |developcoveralls| |developcodeclimate|
auxi
GitHub repository!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
Directory Structure ^^^^^^^^^^^^^^^^^^^
The repository contains the following top-level directories:
root
This directory contains the high-level system documentation such as this readme file, and other files that need to be easily accessible to contributors and maintainers. It also contains the .gitignore
file to specify ignored files and patterns, and .travis.yml
file to provide configuration details for the Travis.CI continuous integration tool.
doc
This directory currently contains the auxi
user documentation. Detailed system documentation may be added later.
scripts
This directory contains scripts used to automate the build and release process.
auxi
This directory contains the source files of the Python package.
High-level System Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The auxi
high-level system documentation consists of the following files:
ROLES.md
This document identifies the roles involved in the auxi
project, and explains the responsibilities and access rights of each role.
STANDARDS.md
This document lists and explains the standards that are used in the auxi
project. If you want to play along nicely when you contribute, you need to know and understand these.
CONTRIBUTING.md
This document explains exactly how you can contribute code to auxi
.
RELEASING.md
This document explains how releases are done. Not everyone can do this, but it is important for everyone involved in the project to understand how this works.
RELEASE-NOTES.md
This document contains the details of what changed in each auxi
release.
.. |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
FAQs
A toolkit to help metallurgical process engineers to rapidly do day-to-day calculations.
We found that auxi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.