eprime_data


Nameeprime_data JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummaryLibrary & command line interface to handle and convert E-Prime log-data (.txt)
upload_time2024-05-02 18:13:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords open science experimental psychology data analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # E-Prime-Data

Python library & command line interface to handle and convert txt-data files from E-prime

(c) Oliver Lindemann

## Install

```
pip install eprime_data
```

## Command line interface

```
usage: __main__.py [-h] [--csv] [--feather] [-l LEVEL] [--override] FILES [FILES ...]

E-Prima-data: Converting E-Prime log-data (.txt)

positional arguments:
  FILES                 E-prime data file(s) or glob pattern. Single or multiple file names or a
                        string representing a glob pattern that matches multiple files to be
                        processed

options:
  -h, --help            show this help message and exit
  --csv                 convert to csv
  --feather             convert to feather
  -l LEVEL, --level LEVEL
                        data level to be extracted
  --override            override existing files (only used if processing multiple files)
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "eprime_data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "open science, experimental psychology, data analysis",
    "author": null,
    "author_email": "Oliver Lindemann <lindemann@essb.eur.nl>",
    "download_url": "https://files.pythonhosted.org/packages/6f/41/2cff3f6b3ef1d10dfb027c1f97bb46a4d8893416ea4a4720f9d701430d8e/eprime_data-0.2.5.tar.gz",
    "platform": null,
    "description": "# E-Prime-Data\n\nPython library &amp; command line interface to handle and convert txt-data files from E-prime\n\n(c) Oliver Lindemann\n\n## Install\n\n```\npip install eprime_data\n```\n\n## Command line interface\n\n```\nusage: __main__.py [-h] [--csv] [--feather] [-l LEVEL] [--override] FILES [FILES ...]\n\nE-Prima-data: Converting E-Prime log-data (.txt)\n\npositional arguments:\n  FILES                 E-prime data file(s) or glob pattern. Single or multiple file names or a\n                        string representing a glob pattern that matches multiple files to be\n                        processed\n\noptions:\n  -h, --help            show this help message and exit\n  --csv                 convert to csv\n  --feather             convert to feather\n  -l LEVEL, --level LEVEL\n                        data level to be extracted\n  --override            override existing files (only used if processing multiple files)\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library & command line interface to handle and convert E-Prime log-data (.txt)",
    "version": "0.2.5",
    "project_urls": {
        "Home": "https://github.com/lindemann09/eprime-data"
    },
    "split_keywords": [
        "open science",
        " experimental psychology",
        " data analysis"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e32bb35b52fb305f36f3be22a69bb03c40286dfc67c659adec0979c24be7d4c",
                "md5": "e97c19f6e47bb9ecb6f87f925f7c58a1",
                "sha256": "c63bb6014c402a92c931d93c487cd752768d228b36ca0597f9b13fba89155016"
            },
            "downloads": -1,
            "filename": "eprime_data-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e97c19f6e47bb9ecb6f87f925f7c58a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7429,
            "upload_time": "2024-05-02T18:13:05",
            "upload_time_iso_8601": "2024-05-02T18:13:05.215778Z",
            "url": "https://files.pythonhosted.org/packages/7e/32/bb35b52fb305f36f3be22a69bb03c40286dfc67c659adec0979c24be7d4c/eprime_data-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f412cff3f6b3ef1d10dfb027c1f97bb46a4d8893416ea4a4720f9d701430d8e",
                "md5": "1c272d54c1294008c4b8d428b4a20614",
                "sha256": "dd5b14e38708fa9fbd79e750a460f09352074325768afd2377ba0128543380b5"
            },
            "downloads": -1,
            "filename": "eprime_data-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1c272d54c1294008c4b8d428b4a20614",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6764,
            "upload_time": "2024-05-02T18:13:06",
            "upload_time_iso_8601": "2024-05-02T18:13:06.711513Z",
            "url": "https://files.pythonhosted.org/packages/6f/41/2cff3f6b3ef1d10dfb027c1f97bb46a4d8893416ea4a4720f9d701430d8e/eprime_data-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 18:13:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lindemann09",
    "github_project": "eprime-data",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eprime_data"
}
        
Elapsed time: 0.24288s