Metadata-Version: 2.1
Name: pymoose-community
Version: 3.4.0.dev20220102
Summary: Fork of Python scripting interface of MOOSE Simulator (https://moose.ncbs.res.in)
Home-page: http://moose.ncbs.res.in
Author: MOOSERes
Author-email: bhalla@ncbs.res.in
Maintainer: Dilawar Singh
Maintainer-email: dilawars@ncbs.res.in
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib

__IMP:__ This is fork of https://github.com/BhallaLab/moose-core because the upstream 
didn't respond to various PRs I submitted. To avoid confusion, I have renamed this fork 
to `pymoose-community`. I don't intend to maintain compatibility with upstream.

# About

This is core computational engine of [MOOSE simulator](https://github.com/BhallaLab/moose). This repository contains
C++ codebase and python interface called `pymoose`. For more details about original MOOSE simulator, visit https://moose.ncbs.res.in .

# Installation

We provide python package via `pip`. Note that you may have to uninstall `pymoose` to install this fork.

    $ pip install pymoose-community --user 

To install `nightly` build:

    $ pip install pymoose-community --user --pre --upgrde
    
Have a look at examples, tutorials and demo here https://github.com/dilawar/moose-examples.

# Build 

To build `pymoose`, follow instructions given here at https://github.com/dilawar/pymoose-community/blob/master/INSTALL.md 


