pyndamics3


Namepyndamics3 JSON
Version 0.0.36 PyPI version JSON
download
home_pagehttps://github.com/bblais/pyndamics3/tree/master/
SummaryPython Numerical Dynamics Simulator
upload_time2024-04-03 15:40:44
maintainerNone
docs_urlNone
authorBrian Blais
requires_python>=3.6
licenseApache Software License 2.0
keywords python dynamics ode systems
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyndamics3


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

`pip install pyndamics3`

## How to use

Some simple examples.

``` python
from pyndamics3 import Simulation
```

    pyndamics3  version  0.0.2

``` python
sim=Simulation()
sim.add("p'=a*p*(1-p/K)",1,plot=True)
sim.params(a=1,K=50)
sim.run(50)
```

![](index_files/figure-commonmark/cell-3-output-1.png)

    <Figure size 432x288 with 0 Axes>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bblais/pyndamics3/tree/master/",
    "name": "pyndamics3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "python, dynamics, ode, systems",
    "author": "Brian Blais",
    "author_email": "bblais@bryant.edu",
    "download_url": "https://files.pythonhosted.org/packages/b9/7f/da38aa50e987301a9933019c7595fc08df071af8adc570ff2c09255caccf/pyndamics3-0.0.36.tar.gz",
    "platform": null,
    "description": "# Pyndamics3\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Install\n\n`pip install pyndamics3`\n\n## How to use\n\nSome simple examples.\n\n``` python\nfrom pyndamics3 import Simulation\n```\n\n    pyndamics3  version  0.0.2\n\n``` python\nsim=Simulation()\nsim.add(\"p'=a*p*(1-p/K)\",1,plot=True)\nsim.params(a=1,K=50)\nsim.run(50)\n```\n\n![](index_files/figure-commonmark/cell-3-output-1.png)\n\n    <Figure size 432x288 with 0 Axes>\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Python Numerical Dynamics Simulator",
    "version": "0.0.36",
    "project_urls": {
        "Homepage": "https://github.com/bblais/pyndamics3/tree/master/"
    },
    "split_keywords": [
        "python",
        " dynamics",
        " ode",
        " systems"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57ef470711140f099b2309c67b2a5ec207306cc3163a3381fe94e7c999eef843",
                "md5": "c865c0af533db74699528e2b2d26071e",
                "sha256": "55a7714a406aff0d16c60afd78e129dd54e472625fbe6f6acc6269f738e0cb3f"
            },
            "downloads": -1,
            "filename": "pyndamics3-0.0.36-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c865c0af533db74699528e2b2d26071e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 33263,
            "upload_time": "2024-04-03T15:40:41",
            "upload_time_iso_8601": "2024-04-03T15:40:41.957483Z",
            "url": "https://files.pythonhosted.org/packages/57/ef/470711140f099b2309c67b2a5ec207306cc3163a3381fe94e7c999eef843/pyndamics3-0.0.36-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b97fda38aa50e987301a9933019c7595fc08df071af8adc570ff2c09255caccf",
                "md5": "4e95752bfe53679313d95ac2a08f1d78",
                "sha256": "9fc71e0645d8725b6598ef5e8c091b5f6ba13024b0871c64acf6531ee99bd152"
            },
            "downloads": -1,
            "filename": "pyndamics3-0.0.36.tar.gz",
            "has_sig": false,
            "md5_digest": "4e95752bfe53679313d95ac2a08f1d78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 33963,
            "upload_time": "2024-04-03T15:40:44",
            "upload_time_iso_8601": "2024-04-03T15:40:44.174974Z",
            "url": "https://files.pythonhosted.org/packages/b9/7f/da38aa50e987301a9933019c7595fc08df071af8adc570ff2c09255caccf/pyndamics3-0.0.36.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 15:40:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bblais",
    "github_project": "pyndamics3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyndamics3"
}
        
Elapsed time: 0.21012s