Metadata-Version: 1.2
Name: beatboxtestbed
Version: 0.1.0
Summary: background error analysis testbed with box models
Home-page: https://boxmodeling.meteo.physik.uni-muenchen.de
Author: Christoph Knote, Jerome Barre
Author-email: christoph.knote@physik.uni-muenchen.de, barre@ucar.edu
License: GPLv3
Description: ==============
        beatboxtestbed
        ==============
        
        ``beatboxtestbed`` is the Background Error Analysis Testbed with Box Models.
        
        Documentation
        =============
        
        maintained at https://boxmodeling.meteo.physik.uni-muenchen.de/documentation
        
        Installation
        ============
        
        ::
        
            pip install beatboxtestbed
        
        ``beatboxtestbed`` needs a number of other packages, all of them available through PyPi.
        They should automatically be installed when using pip. Please read the installation
        instructions of the ``boxmox`` package, as they contain instructions on how to install
        the underlying box model BOXMOX.
        
        ``beatboxtestbed`` relies on 2 environmental variables to set the absolute path to work and
        archive directories for beatbox experiments. You should add these directives to
        your .bashrc, .profile (or similar, depending on your shell)::
        
           export BEATBOX_WORK_PATH="/path/to/you/beatbox/work/directory"
           export BEATBOX_ARCHIVE_PATH="/path/to/you/beatbox/archive/directory"
        
        
        Changelog
        =========
        
        0.1.0 (2017-08-12)
        ------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Requires-Python: <3
