projectframe


Nameprojectframe JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/projectframe
SummaryPython package for multi-dimensional tabular data
upload_time2024-10-10 01:03:25
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 numpy pandas cython pytest tabulate ailist
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/0f/e2/2c547d2e24d9de1a0ee5fe51bb9a4d8d2281ebb148eac59d2c59e972a71b/projectframe-1.0.4.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.4",
    "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": "be5ca4645c9cc443ac05ecc38ad6d5260c341c41cd7c0d6667ed7e3ba3932951",
                "md5": "7a1dce1f47f0755e88568b9c1f0d9458",
                "sha256": "ad25de6831f1b4bbcf99a30de2dd9ce9e61eee7cbc424b33adb03f0413feb8fc"
            },
            "downloads": -1,
            "filename": "projectframe-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a1dce1f47f0755e88568b9c1f0d9458",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 20570,
            "upload_time": "2024-10-10T01:03:23",
            "upload_time_iso_8601": "2024-10-10T01:03:23.572529Z",
            "url": "https://files.pythonhosted.org/packages/be/5c/a4645c9cc443ac05ecc38ad6d5260c341c41cd7c0d6667ed7e3ba3932951/projectframe-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fe22c547d2e24d9de1a0ee5fe51bb9a4d8d2281ebb148eac59d2c59e972a71b",
                "md5": "e4d511716fa327c17a3fa84c7409f3e1",
                "sha256": "9951190779e0afeb0fdb3f3772028a7f47378545a4de8ff5db2cbaec46ef7f88"
            },
            "downloads": -1,
            "filename": "projectframe-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e4d511716fa327c17a3fa84c7409f3e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 17018,
            "upload_time": "2024-10-10T01:03:25",
            "upload_time_iso_8601": "2024-10-10T01:03:25.178262Z",
            "url": "https://files.pythonhosted.org/packages/0f/e2/2c547d2e24d9de1a0ee5fe51bb9a4d8d2281ebb148eac59d2c59e972a71b/projectframe-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 01:03:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "projectframe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "cython",
            "specs": [
                [
                    ">=",
                    "0.29.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "5.4.0"
                ]
            ]
        },
        {
            "name": "tabulate",
            "specs": []
        },
        {
            "name": "ailist",
            "specs": []
        }
    ],
    "lcname": "projectframe"
}
        
Elapsed time: 0.34710s