Metadata-Version: 2.1
Name: ifg
Version: 0.9.190
Summary: Package for numerical calculations of ideal Fermi gas
Home-page: https://github.com/alekseik1/ifg-py
Author: Aleksei Kozharin
Author-email: 1alekseik1@gmail.com
License: UNKNOWN
Description: # Numerical ideal Fermi gas
        
        [![Documentation Status](https://readthedocs.org/projects/ifg-py/badge/?version=latest)](https://ifg-py.readthedocs.io/en/latest/?badge=latest)
        [![Build Status](https://travis-ci.org/alekseik1/ifg-py.svg?branch=master)](https://travis-ci.org/alekseik1/ifg-py)
        
        ## Getting started
        ```bash
        pip install ifg
        ```
        
        ## Functionality
        The module can calculate some properties (like pressure, entropy) for ideal Fermi gas model.
        
        See [API reference](https://ifg-py.readthedocs.io/en/latest/) for more information
        
        
        ## Examples
        See `examples/` folder for plots and code examples.
        
        ## Acknowledgements
        - [Library for Fermi integrals](https://pypi.org/project/fdint/)
        
        
        ## Reporting bugs
        Use *Issues* to report any errors or bugs.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
