xdat


Namexdat JSON
Version 0.1.210 PyPI version JSON
download
home_pagehttps://bitbucket.org/hermetric/xdat/
SummaryeXtended Data Analysis Toolkit
upload_time2024-04-17 07:46:19
maintainerNone
docs_urlNone
authorIdo Carmi
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## What is *xdat*?
xdat (eXtended Data Analysis Toolkit), is a set of utilities that help streamline data science projects.

+ Monkey-patches common packages to add useful functionality
+ Helps with standardization of plots in projects
+ Includes useful tools (like caching)


### Warning: this isn't even in "alpha" yet, and will likely have changes that are not backwards-compatible.

## Installation

### Ubuntu 20.04
```
> pip install xdat
```

Optionally, can also install:
```
> sudo apt -q -y install libeigen3-dev
> pip install git+https://github.com/madrury/py-glm.git
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/hermetric/xdat/",
    "name": "xdat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ido Carmi",
    "author_email": "ido@hermetric.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/26/82f8b5933542d30ece96fb126c89fc54aa515d8cc347925b78314affa8d6/xdat-0.1.210.tar.gz",
    "platform": null,
    "description": "## What is *xdat*?\nxdat (eXtended Data Analysis Toolkit), is a set of utilities that help streamline data science projects.\n\n+ Monkey-patches common packages to add useful functionality\n+ Helps with standardization of plots in projects\n+ Includes useful tools (like caching)\n\n\n### Warning: this isn't even in \"alpha\" yet, and will likely have changes that are not backwards-compatible.\n\n## Installation\n\n### Ubuntu 20.04\n```\n> pip install xdat\n```\n\nOptionally, can also install:\n```\n> sudo apt -q -y install libeigen3-dev\n> pip install git+https://github.com/madrury/py-glm.git\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "eXtended Data Analysis Toolkit",
    "version": "0.1.210",
    "project_urls": {
        "Homepage": "https://bitbucket.org/hermetric/xdat/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d2682f8b5933542d30ece96fb126c89fc54aa515d8cc347925b78314affa8d6",
                "md5": "3b2f769253c3b4f7bb8856952db984de",
                "sha256": "e6082ce54a0dc0a81936ad13f2b9728a1e0da149ddff29c9dbe7cfc79f9ddf09"
            },
            "downloads": -1,
            "filename": "xdat-0.1.210.tar.gz",
            "has_sig": false,
            "md5_digest": "3b2f769253c3b4f7bb8856952db984de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 601882,
            "upload_time": "2024-04-17T07:46:19",
            "upload_time_iso_8601": "2024-04-17T07:46:19.112992Z",
            "url": "https://files.pythonhosted.org/packages/9d/26/82f8b5933542d30ece96fb126c89fc54aa515d8cc347925b78314affa8d6/xdat-0.1.210.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 07:46:19",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "hermetric",
    "bitbucket_project": "xdat",
    "lcname": "xdat"
}
        
Elapsed time: 0.30079s