Metadata-Version: 2.1
Name: ecoflux
Version: 0.1.0
Summary: A library of functions to calculate ecosystem–atmosphere exchange of energy, carbon, water, and trace gases
Home-page: https://github.com/wusunlab/ecoflux
Author: Wu Sun
Author-email: wusun@protonmail.com
License: mit
Project-URL: Documentation, https://github.com/wusunlab/ecoflux
Description: # ecoflux
        
        [Wu Sun](http://wusun.name)
        
        **ecoflux** is a Python package that provides core functions to calculate
        ecosystem–atmosphere exchanges of energy, water, carbon, and trace gases.
        
        WARNING: The project is in an experimental stage. There is no stable release
        yet.
        
        ## Requirements
        
        * Python (>= 3.6)
        * NumPy
        * SciPy
        * PyScaffold (for nightly version only)
        
        NOTE: This package will not work under Python 2.
        
        ## Installation
        
        A convenient way to install this package is through `pip`:
        
        ```shell
        pip install ecoflux
        ```
        
        Alternative, to install the nightly version:
        
        ```shell
        git clone https://github.com/wusunlab/ecoflux
        cd ecoflux
        python3 setup.py develop
        ```
        
        ## License
        
        **ecoflux** is released under the MIT license. See the [`LICENSE`](./LICENSE)
        file.
        
        ## Contributing
        
        This is a personal project that has not been funded by any institutional grant.
        
        Bug reports, pull requests, comments, and suggestions are all welcome. If you
        would like to contribute to this project, please leave me a note at the
        [GitHub issues page](https://github.com/wusunlab/ecoflux/issues) or email me at
        `wusun at protonmail.com`.
        
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: testing
