projectframe


Nameprojectframe JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/projectframe
SummaryPython package for multi-dimensional tabular data
upload_time2024-04-16 18:31:47
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python<4.0,>=3.10
licenseGPL-2.0-or-later
keywords project interval ailist frame
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ProjectFrame for data manipulation

[![Build Status](https://travis-ci.org/kylessmith/intervalframe.svg?branch=master)](https://travis-ci.org/kylessmith/projectframe) [![PyPI version](https://badge.fury.io/py/intervalframe.svg)](https://badge.fury.io/py/projectframe)
[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)

This is a Python package for easy and efficient manipulation
of multiple DataFrame-like objects.


## Install

If you dont already have numpy and scipy installed, it is best to download
`Anaconda`, a python distribution that has them included.  
```
    https://continuum.io/downloads
```

Dependencies can be installed by:

```
    pip install -r requirements.txt
```

PyPI install, presuming you have all its requirements installed:
```
	pip install projectframe
```

## Usage

```python
from projectframe import ProjectFrame
import numpy as np

# Create data
pf = ProjectFrame()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kylessmith/projectframe",
    "name": "projectframe",
    "maintainer": "Kyle S. Smith",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "kyle.smith@stjude.org",
    "keywords": "project, interval, ailist, frame",
    "author": "Kyle S. Smith",
    "author_email": "kyle.smith@stjude.org",
    "download_url": "https://files.pythonhosted.org/packages/a2/d4/765019e3d2532ccb93605d1c85bba5e3a3224909b3fb3f70fd12b60b4423/projectframe-1.0.2.tar.gz",
    "platform": null,
    "description": "# ProjectFrame for data manipulation\n\n[![Build Status](https://travis-ci.org/kylessmith/intervalframe.svg?branch=master)](https://travis-ci.org/kylessmith/projectframe) [![PyPI version](https://badge.fury.io/py/intervalframe.svg)](https://badge.fury.io/py/projectframe)\n[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)\n\nThis is a Python package for easy and efficient manipulation\nof multiple DataFrame-like objects.\n\n\n## Install\n\nIf you dont already have numpy and scipy installed, it is best to download\n`Anaconda`, a python distribution that has them included.  \n```\n    https://continuum.io/downloads\n```\n\nDependencies can be installed by:\n\n```\n    pip install -r requirements.txt\n```\n\nPyPI install, presuming you have all its requirements installed:\n```\n\tpip install projectframe\n```\n\n## Usage\n\n```python\nfrom projectframe import ProjectFrame\nimport numpy as np\n\n# Create data\npf = ProjectFrame()\n```\n",
    "bugtrack_url": null,
    "license": "GPL-2.0-or-later",
    "summary": "Python package for multi-dimensional tabular data",
    "version": "1.0.2",
    "project_urls": {
        "Documentation": "https://www.biosciencestack.com/static/projectframe/docs/index.html",
        "Homepage": "https://github.com/kylessmith/projectframe",
        "Repository": "https://github.com/kylessmith/projectframe"
    },
    "split_keywords": [
        "project",
        " interval",
        " ailist",
        " frame"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d172c78f56221dc62c88cc7066ec777905c7bde6d3f9279e411c2b9b007476e5",
                "md5": "0516bb98a1d08f4c3636549f3e1781bc",
                "sha256": "fae963c13292848f07140de5866c32daabdd6a9a2b653978c0707d47be94fdc2"
            },
            "downloads": -1,
            "filename": "projectframe-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0516bb98a1d08f4c3636549f3e1781bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 20583,
            "upload_time": "2024-04-16T18:31:45",
            "upload_time_iso_8601": "2024-04-16T18:31:45.634675Z",
            "url": "https://files.pythonhosted.org/packages/d1/72/c78f56221dc62c88cc7066ec777905c7bde6d3f9279e411c2b9b007476e5/projectframe-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2d4765019e3d2532ccb93605d1c85bba5e3a3224909b3fb3f70fd12b60b4423",
                "md5": "78f44188cd4dc228ffaa48a1f2ec36da",
                "sha256": "56c23baac9e24eeb74c0154278e899db4c11c5209040ddb8ecd2c4697431a48c"
            },
            "downloads": -1,
            "filename": "projectframe-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "78f44188cd4dc228ffaa48a1f2ec36da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 17019,
            "upload_time": "2024-04-16T18:31:47",
            "upload_time_iso_8601": "2024-04-16T18:31:47.060227Z",
            "url": "https://files.pythonhosted.org/packages/a2/d4/765019e3d2532ccb93605d1c85bba5e3a3224909b3fb3f70fd12b60b4423/projectframe-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 18:31:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "projectframe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "projectframe"
}
        
Elapsed time: 0.21370s