ALifeStdDev


NameALifeStdDev JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/alife-data-standards/alife-std-dev-python
SummaryPython development tools for working with standardized ALife data.
upload_time2023-05-05 03:25:06
maintainer
docs_urlNone
authorEmily Dolson, Alex Lalejini, Matthew Andres Moreno
requires_python>=3.7
licenseMIT
keywords artificial life
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ALife Data Standards - Python Development Utilities

[![CI](https://github.com/alife-data-standards/alife-std-dev-python/actions/workflows/CI.yaml/badge.svg)](https://github.com/alife-data-standards/alife-std-dev-python/actions/workflows/CI.yaml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0305e8a814e04d4395c25a70b2908651)](https://www.codacy.com/gh/alife-data-standards/alife-std-dev-python/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alife-data-standards/alife-std-dev-python&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/alife-data-standards/alife-std-dev-python/branch/master/graph/badge.svg?token=FGMQICJ2SK)](https://codecov.io/gh/alife-data-standards/alife-std-dev-python)
![PyPI](https://img.shields.io/pypi/v/ALifeStdDev?color=blue)

This is the repository for the ALifeStdDev Python package, which contains Python
development utilities for working with [standardized](https://github.com/alife-data-standards/alife-data-standards)
ALife data.

# Installation Instructions

ALifeStdDev can be installed using pip:

```
pip install ALifeStdDev
```

# Usage Instructions

To load a single submodule,

```python3
from ALifeStdDev import phylogeny as asd_phylo
asd_phylo.load_phylogeny_to_pandas_df("myfile.csv")
```

To load the library as a flat namespace,

```python3
from ALifeStdDev import ALifeStdDev as asd
asd.load_phylogeny_to_pandas_df("myfile.csv")
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alife-data-standards/alife-std-dev-python",
    "name": "ALifeStdDev",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "artificial life",
    "author": "Emily Dolson, Alex Lalejini, Matthew Andres Moreno",
    "author_email": "dolsonem@msu.edu, lalejini@msu.edu, morenoma@umich.edu",
    "download_url": "https://files.pythonhosted.org/packages/85/cf/42774a733c429907e425c0b8d16f7ce3d338ba7b6a2c83105f1e090d85a6/ALifeStdDev-0.3.3.tar.gz",
    "platform": null,
    "description": "# ALife Data Standards - Python Development Utilities\n\n[![CI](https://github.com/alife-data-standards/alife-std-dev-python/actions/workflows/CI.yaml/badge.svg)](https://github.com/alife-data-standards/alife-std-dev-python/actions/workflows/CI.yaml)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0305e8a814e04d4395c25a70b2908651)](https://www.codacy.com/gh/alife-data-standards/alife-std-dev-python/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alife-data-standards/alife-std-dev-python&utm_campaign=Badge_Grade)\n[![codecov](https://codecov.io/gh/alife-data-standards/alife-std-dev-python/branch/master/graph/badge.svg?token=FGMQICJ2SK)](https://codecov.io/gh/alife-data-standards/alife-std-dev-python)\n![PyPI](https://img.shields.io/pypi/v/ALifeStdDev?color=blue)\n\nThis is the repository for the ALifeStdDev Python package, which contains Python\ndevelopment utilities for working with [standardized](https://github.com/alife-data-standards/alife-data-standards)\nALife data.\n\n# Installation Instructions\n\nALifeStdDev can be installed using pip:\n\n```\npip install ALifeStdDev\n```\n\n# Usage Instructions\n\nTo load a single submodule,\n\n```python3\nfrom ALifeStdDev import phylogeny as asd_phylo\nasd_phylo.load_phylogeny_to_pandas_df(\"myfile.csv\")\n```\n\nTo load the library as a flat namespace,\n\n```python3\nfrom ALifeStdDev import ALifeStdDev as asd\nasd.load_phylogeny_to_pandas_df(\"myfile.csv\")\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python development tools for working with standardized ALife data.",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://github.com/alife-data-standards/alife-std-dev-python"
    },
    "split_keywords": [
        "artificial",
        "life"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1372223318879858c2b65567bce66b5def397485be010d21b58227af92e309bd",
                "md5": "02c8da44de74e62ae3113f6bf4c5cd65",
                "sha256": "c26234681e033b23de410c054cc484bbf8ca41bca2c03a870fbf1998f9ce1a2d"
            },
            "downloads": -1,
            "filename": "ALifeStdDev-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02c8da44de74e62ae3113f6bf4c5cd65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12423,
            "upload_time": "2023-05-05T03:25:05",
            "upload_time_iso_8601": "2023-05-05T03:25:05.026520Z",
            "url": "https://files.pythonhosted.org/packages/13/72/223318879858c2b65567bce66b5def397485be010d21b58227af92e309bd/ALifeStdDev-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85cf42774a733c429907e425c0b8d16f7ce3d338ba7b6a2c83105f1e090d85a6",
                "md5": "37daef360e7fa87458861d692d1aa978",
                "sha256": "38bcaa89bdae7145746503fd985966a207edcf44d8f33a3eeab74e6b2fd3d1ae"
            },
            "downloads": -1,
            "filename": "ALifeStdDev-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "37daef360e7fa87458861d692d1aa978",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11123,
            "upload_time": "2023-05-05T03:25:06",
            "upload_time_iso_8601": "2023-05-05T03:25:06.987092Z",
            "url": "https://files.pythonhosted.org/packages/85/cf/42774a733c429907e425c0b8d16f7ce3d338ba7b6a2c83105f1e090d85a6/ALifeStdDev-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-05 03:25:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alife-data-standards",
    "github_project": "alife-std-dev-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "alifestddev"
}
        
Elapsed time: 0.06319s