Metadata-Version: 2.1
Name: nufeb-tools
Version: 0.0.18
Summary: Python-based tools and utilities for NUFEB simulations
Home-page: https://github.com/Jsakkos/nufeb-tools
Author: Jonathan Sakkos
Author-email: sakkosjo@msu.edu
License: MIT
Project-URL: Documentation, https://nufeb-tools.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/Jsakkos/nufeb_tools/nufeb_tools
Project-URL: Tracker, https://github.com/Jsakkos/nufeb_tools/issues
Project-URL: Download, https://pypi.org/project/nufeb-tools/#files
Description: ===========
        nufeb_tools
        ===========
        
        |docs|  |pypi|  |tests|
        
        Description
        ===========
        
        Python-based tools and utilities for NUFEB simulations 
        
        Getting Started
        ===============
        
        Install via pip::
        
                pip install nufeb-tools
        
        Generate NUFEB simulations from the CLI::
        
                nufeb-seed
        
        Remove old runs::
        
                nufeb-clean
        
        
        
        .. |docs| image:: https://readthedocs.org/projects/nufeb-tools/badge/?version=latest
                :target: https://nufeb-tools.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. |pypi| image:: https://badge.fury.io/py/nufeb-tools.svg
                :target: https://badge.fury.io/py/nufeb-tools
        
        .. |tests| image:: https://github.com/Jsakkos/nufeb-tools/actions/workflows/Test.yml/badge.svg
                :alt: Tox testing status
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
