{ "info": { "author": "pbc", "author_email": "ctsit@ctsi.ufl.edu", "bugtrack_url": null, "classifiers": [], "description": "redcap\\_cli\n===========\n\nREDCap Command Line Interface\n-----------------------------\n\nREDCap CLI is a suite of tools for interacting with Vanderbilt\nUniversity's Research Electronic Data Capture, tool know as REDCap.\nThese tools provide a command line interface for interacting with a\nREDCap server's application programming interface (API). REDCAp CLI is\nwritten in Pythin and uses the PyCap library for all interaction with\nthe API.\n\nInstallation\n------------\n\nTo install from source, use setup.py\n\n::\n\n python setup.py install\n\nTo install from the Python Package Index, use your favorite python\npackage installer:\n\n::\n\n pip install redcap_cli\n\nor\n\n::\n\n easy_install redcap_cli\n\nPackage Contents\n----------------\n\nREDCap CLI currently installs two utilities:\n\n- redcap\\_records - imports and exports data from a REDCap project.\n- redcap\\_metadata - exports project metadata from a REDCap project.\n\nUsage Instructions\n------------------\n\nThe redcap\\_cli utilities have a rich list of command line options.\nThese options reflect the features and terminology of the REDCap API. To\nsee the options supported by each tool. Run the tool with the \"-h\"\noption.\n\n::\n\n # redcap_records.py -h\n usage: redcap_records.py [-h] --token TOKEN --url URL\n [--verify_ssl VERIFY_SSL] [-i IMPORT_DATA] [-f FORMS]\n [-t {json,csv,xml}] [--fields FIELDS] [-e EVENTS]\n [-r RECORDS]\n\n Read some data from a REDCap Project\n\n optional arguments:\n -h, --help show this help message and exit\n --token TOKEN Specify the authentication/authorization token that\n will provide access to the REDCap project\n --url URL Specify the url of the REDCap server to connect with\n --verify_ssl VERIFY_SSL\n Specify whether the SSL cert of the REDCap server\n should be checked\n -i IMPORT_DATA, --import_data IMPORT_DATA\n Specify the input data file to load into REDCap\n -f FORMS, --forms FORMS\n Specify a list of forms, separated by spaces, for\n which data should be returned.\n -t {json,csv,xml}, --type {json,csv,xml}\n Specify the file type used as input or output. Valid\n types: json, csv, xml\n --fields FIELDS Specify a list of fields, separated by spaces, for\n which data should be returned.\n -e EVENTS, --events EVENTS\n Specify a list of events, separated by spaces, for\n which data should be returned.\n -r RECORDS, --records RECORDS\n Specify a list of records, separated by spaces, for\n which data should be returned.\n\nInput data\n----------\n\nREDCap CLI tools consume data in the exact formats it generates for\noutput. To generate an example input file, for a project, populate the\nproject with the project with sample data and export it with\nredcap\\_records. The same data can be reimported when using the same\ncommand line options.\n\nOutput data\n-----------\n\nData output by REDCap records is kept as close as possible to the native\nREDCap output. The output data is only modified to enhance readability\non the command line or improve re-import.\n\nRequirements\n------------\n\nThis project requires Python 2.7 or greater and PyCap 1.0 or greater.\n\nContributions\n-------------\n\nThe redcap\\_CLI Team welcomes contributions to this project. Please fork\nand send pull requests with your revisions.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ctsit/redcap_cli", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "redcap_cli", "package_url": "https://pypi.org/project/redcap_cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redcap_cli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ctsit/redcap_cli" }, "release_url": "https://pypi.org/project/redcap_cli/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A suite of command line utilities for REDCap with a focus on API interaction.", "version": "0.1.0" }, "last_serial": 1713126, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "af9de8d1f431cc7932556c35ee671d7b", "sha256": "60ece6f61d674873540b96e3486a5a6ba8b30d35bc89606e026201c9a24a1a4c" }, "downloads": -1, "filename": "redcap_cli-0.1.0.zip", "has_sig": false, "md5_digest": "af9de8d1f431cc7932556c35ee671d7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10059, "upload_time": "2015-09-08T12:40:31", "url": "https://files.pythonhosted.org/packages/2d/7e/c2d7756e95abf833a897ffc42647a1b75d27de34ccc404404ee72cc6ef1b/redcap_cli-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af9de8d1f431cc7932556c35ee671d7b", "sha256": "60ece6f61d674873540b96e3486a5a6ba8b30d35bc89606e026201c9a24a1a4c" }, "downloads": -1, "filename": "redcap_cli-0.1.0.zip", "has_sig": false, "md5_digest": "af9de8d1f431cc7932556c35ee671d7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10059, "upload_time": "2015-09-08T12:40:31", "url": "https://files.pythonhosted.org/packages/2d/7e/c2d7756e95abf833a897ffc42647a1b75d27de34ccc404404ee72cc6ef1b/redcap_cli-0.1.0.zip" } ] }