# ProjectFrame for data manipulation
[](https://travis-ci.org/kylessmith/projectframe) [](https://badge.fury.io/py/projectframe)
[](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": ">=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/2f/b4/aab163c7be4fb2de1f525a422105c9ebbaab35449e60f096b170f98e1031/projectframe-1.0.6.tar.gz",
"platform": null,
"description": "# ProjectFrame for data manipulation\n\n[](https://travis-ci.org/kylessmith/projectframe) [](https://badge.fury.io/py/projectframe)\n[](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.6",
"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": "c7181e146be24df5d01aaadfcb00a47885d439fbf64f5df5103d29ed010643c9",
"md5": "0564cd8ca643fbcdf6a93d89cf790463",
"sha256": "02b68a184b06a78fe638f31330253b80b61946990c1cadfce148f3b04ead0eac"
},
"downloads": -1,
"filename": "projectframe-1.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0564cd8ca643fbcdf6a93d89cf790463",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 20567,
"upload_time": "2025-08-01T14:36:19",
"upload_time_iso_8601": "2025-08-01T14:36:19.173023Z",
"url": "https://files.pythonhosted.org/packages/c7/18/1e146be24df5d01aaadfcb00a47885d439fbf64f5df5103d29ed010643c9/projectframe-1.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2fb4aab163c7be4fb2de1f525a422105c9ebbaab35449e60f096b170f98e1031",
"md5": "ef4d2432dba3d3467daecef6394ede6e",
"sha256": "7e0c443001c4f96b5c83d99cf7c598d203c0eb512630495884a270ac7de210f7"
},
"downloads": -1,
"filename": "projectframe-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "ef4d2432dba3d3467daecef6394ede6e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 17027,
"upload_time": "2025-08-01T14:36:20",
"upload_time_iso_8601": "2025-08-01T14:36:20.373469Z",
"url": "https://files.pythonhosted.org/packages/2f/b4/aab163c7be4fb2de1f525a422105c9ebbaab35449e60f096b170f98e1031/projectframe-1.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 14:36:20",
"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"
}