demes


Namedemes JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/popsim-consortium/demes-python
Summarytools for describing demographic models
upload_time2023-05-04 19:33:41
maintainer
docs_urlNone
authorPopSim Consortium
requires_python>=3.7
licenseISC
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tools for describing and manipulating demographic models.

A demographic model describes one or more demes (or populations),
how they change over time, and their relationships to one another.
`demes` provides a self-contained and unambiguous in-memory description
of a demographic model.

Please see the [documentation](https://popsim-consortium.github.io/demes-docs/latest/index.html)
for more details.

## Goals
- A simple declarative high-level format for specifying demographic models. This format is
  intended to be human-readable and to make it easy to correctly specify models.
- A corresponding low-level format that is an entirely unambiguous and portable description
  of a model, which can be used by many different simulation frameworks as input. Thus,
  we can see part of the role of this package as *compiling* the high-level description of
  a model into the corresponding low-level description.
- Robust validation of models and reporting of errors for invalid models.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/popsim-consortium/demes-python",
    "name": "demes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "PopSim Consortium",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f2/e3/9171b92732305162916d299b3286dc0532669f17ddf9915656bc22539e5a/demes-0.2.3.tar.gz",
    "platform": null,
    "description": "# Tools for describing and manipulating demographic models.\n\nA demographic model describes one or more demes (or populations),\nhow they change over time, and their relationships to one another.\n`demes` provides a self-contained and unambiguous in-memory description\nof a demographic model.\n\nPlease see the [documentation](https://popsim-consortium.github.io/demes-docs/latest/index.html)\nfor more details.\n\n## Goals\n- A simple declarative high-level format for specifying demographic models. This format is\n  intended to be human-readable and to make it easy to correctly specify models.\n- A corresponding low-level format that is an entirely unambiguous and portable description\n  of a model, which can be used by many different simulation frameworks as input. Thus,\n  we can see part of the role of this package as *compiling* the high-level description of\n  a model into the corresponding low-level description.\n- Robust validation of models and reporting of errors for invalid models.\n",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "tools for describing demographic models",
    "version": "0.2.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/popsim-consortium/demes-python/issues",
        "Documentation": "https://popsim-consortium.github.io/demes-docs/",
        "Homepage": "https://github.com/popsim-consortium/demes-python",
        "Source Code": "https://github.com/popsim-consortium/demes-python/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70e27520ba6ae29d7923a1d1710ad210a2eb8264c40c9dbd3a72f3c4a7be157a",
                "md5": "f2d96dc2c57d7f6a8cb692afb394daa6",
                "sha256": "e92455d30bd600bed21ed74583e2b952b4dbc074a7434a9a2d8adecf6fb187d5"
            },
            "downloads": -1,
            "filename": "demes-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2d96dc2c57d7f6a8cb692afb394daa6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 40883,
            "upload_time": "2023-05-04T19:33:40",
            "upload_time_iso_8601": "2023-05-04T19:33:40.247462Z",
            "url": "https://files.pythonhosted.org/packages/70/e2/7520ba6ae29d7923a1d1710ad210a2eb8264c40c9dbd3a72f3c4a7be157a/demes-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2e39171b92732305162916d299b3286dc0532669f17ddf9915656bc22539e5a",
                "md5": "06e58a6df69bbba6a0ddea26eaa6e249",
                "sha256": "9e613b65b475dba277bca751de1f37a89fd5eb4d856ba27733a2099c8a823617"
            },
            "downloads": -1,
            "filename": "demes-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "06e58a6df69bbba6a0ddea26eaa6e249",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 103269,
            "upload_time": "2023-05-04T19:33:41",
            "upload_time_iso_8601": "2023-05-04T19:33:41.913700Z",
            "url": "https://files.pythonhosted.org/packages/f2/e3/9171b92732305162916d299b3286dc0532669f17ddf9915656bc22539e5a/demes-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-04 19:33:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "popsim-consortium",
    "github_project": "demes-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "demes"
}
        
Elapsed time: 0.08172s