{
"info": {
"author": "Evan Hall",
"author_email": "",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering",
"Topic :: Utilities"
],
"description": "\n# Syphon\n\n> A CSV data storage and management engine.\n\n[](https://travis-ci.com/tektronix/syphon) [](https://codecov.io/gh/tektronix/syphon) [](https://www.codefactor.io/repository/github/tektronix/syphon) [](https://pypi.org/project/syphon/) [](https://pypi.org/project/syphon/)\n\n[](http://mypy-lang.org/) [](https://github.com/ambv/black)\n\n[](https://github.com/tektronix)\n\nSyphon is a Python package that provides a simple interface to perform common tasks on labelled data. Its aim is to fit seamlessly into any automation pipeline that requires organization and collation of large datasets.\n\n\n## Features\n\n* Archive file(s) into a data storage directory.\n * Automatic archive organization based on the value of a data column (if a `.schema.json` file is present).\n * Quickly append new archive files onto a previously built data file.\n* Build a single data file from the contents of the archive directory.\n* Initialize new archive directories by creating a storage schema (`.schema.json`) file.\n\n\n## Basic Usage\n\nInitialize an archive directory:\n```\npython -m syphon init ./storage/folder some_column_header \"another column header\"\n```\n\nArchive one or more files with direct paths, wildcard patterns, or a combination of both:\n```\npython -m syphon archive /path/to/data.csv ./storage/folder\n\npython -m syphon archive /path/to/data.csv /path/to/more/*.csv ./storage/folder\n```\n\nBuild a single data file from an archive directory:\n```\npython -m syphon build ./storage/folder all_data.csv\n```\n\nArchive additional data and append it to a previously built data file:\n```\npython -m syphon archive /path/to/still/more/*.csv ./storage/folder -i all_data.csv\n```\n\nGeneral command line documentation and subcommand documentation can be accessed via\n```\n python -m syphon --help\n\n python -m syphon SUBCOMMAND --help\n```\n\n\n## Contribute\n\nSee a typo? Know how to fix an issue? Implement a requested feature?\n\nWe'd love to accept your patches and contributions! The [Contributing](CONTRIBUTING.md) document guides you through checkout, unit testing, and building.\n\n\n## Maintainer\n\n* [Evan Hall](https://github.com/ethall)\n\n\n## Disclaimer\n\nThis is not an officially supported Tektronix product. It is maintained by a small group of employees in their spare time. We lack the resources typical of most Tektronix products, so please bear with us! We will do our best to address your issues and answer any questions directly related to this extension in a timely manner.\n\n\n## License\n\nCopyright Keithley Instruments, LLC. All rights reserved.\n\nLicensed under the [MIT](LICENSE) License.\n
\n
\n
\nMade with ❤ at Keithley Instruments\n\n\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/tektronix/syphon",
"keywords": "",
"license": "MIT",
"maintainer": "Keithley Instruments, LLC. et al.",
"maintainer_email": "",
"name": "syphon",
"package_url": "https://pypi.org/project/syphon/",
"platform": "",
"project_url": "https://pypi.org/project/syphon/",
"project_urls": {
"Homepage": "https://github.com/tektronix/syphon",
"Source": "https://github.com/tektronix/syphon",
"Tracker": "https://github.com/tektronix/syphon/issues"
},
"release_url": "https://pypi.org/project/syphon/1.0.0/",
"requires_dist": [
"pandas (<0.26)",
"sortedcontainers (~=2.1)"
],
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4",
"summary": "A CSV data storage and management engine.",
"version": "1.0.0"
},
"last_serial": 5909079,
"releases": {
"0.1.0.dev2": [
{
"comment_text": "",
"digests": {
"md5": "4d60262657719f019d25a8daa38d8a3b",
"sha256": "65c7eb5f208d5dcd874b34dddc99fe68b1fb5b752b289bb8dfbe44dccda277cc"
},
"downloads": -1,
"filename": "syphon-0.1.0.dev2.tar.gz",
"has_sig": false,
"md5_digest": "4d60262657719f019d25a8daa38d8a3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,<4",
"size": 27719,
"upload_time": "2018-04-24T22:15:39",
"url": "https://files.pythonhosted.org/packages/ec/d8/5e60a31234a31a70fe922d6290d41e46f0ad3f50af952e7e38b5718409e0/syphon-0.1.0.dev2.tar.gz"
}
],
"0.1.1.dev0": [
{
"comment_text": "",
"digests": {
"md5": "402ade696c0618149561107ca8549210",
"sha256": "21f95f3af88b20b2baa7834cce68312548055ab0d60aab978698e37883835c92"
},
"downloads": -1,
"filename": "syphon-0.1.1.dev0.tar.gz",
"has_sig": false,
"md5_digest": "402ade696c0618149561107ca8549210",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.7.*,<4",
"size": 27738,
"upload_time": "2018-08-17T19:22:00",
"url": "https://files.pythonhosted.org/packages/4c/8f/abf491b566aa92245cdf8b8770b041d00235e0f6086644994552dba4ae73/syphon-0.1.1.dev0.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "9496e41aa818fa13d046d1bbe79779ab",
"sha256": "ac36d1025b14d8407c15a563073e160f97e3fd5c3bcda4d0f1862bfc035cfcd7"
},
"downloads": -1,
"filename": "syphon-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "9496e41aa818fa13d046d1bbe79779ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.7.*,<4",
"size": 27687,
"upload_time": "2018-08-23T19:39:21",
"url": "https://files.pythonhosted.org/packages/f1/db/ca5b41e4f7a1018989221ca4fd3db10768bf30d19363ac5270352b78c6a2/syphon-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "8f47a7b747c98e49bb73922b0a106d59",
"sha256": "2f09c882585b28d10bab97abb8e4edd4fddcca478c60b0196f27060e99d7c39e"
},
"downloads": -1,
"filename": "syphon-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8f47a7b747c98e49bb73922b0a106d59",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.7.*,<4",
"size": 32261,
"upload_time": "2019-03-05T15:29:09",
"url": "https://files.pythonhosted.org/packages/26/d6/49e60708fbf89474233c3dd551d755678bf2d49ab6c1766d500b6017d589/syphon-0.1.3-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "686672421c1baafb1b07fc60758de6a3",
"sha256": "3544143b027f66d19924404d107ca4d76726d6a6bd26595d592cecfe05889f8b"
},
"downloads": -1,
"filename": "syphon-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "686672421c1baafb1b07fc60758de6a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.7.*,<4",
"size": 26801,
"upload_time": "2019-03-05T15:29:11",
"url": "https://files.pythonhosted.org/packages/c6/cc/925afde003867788e3e9e53612689fa5ae3ac7864b6b5b1a97c89cc12ba5/syphon-0.1.3.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "fac3d86f66cb619ea511964869d26141",
"sha256": "9d1905d8d7093b94006b05b2d84e1c50aa92aecb5e6a9bf8552c9864df0831f3"
},
"downloads": -1,
"filename": "syphon-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fac3d86f66cb619ea511964869d26141",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4",
"size": 52474,
"upload_time": "2019-09-30T21:15:11",
"url": "https://files.pythonhosted.org/packages/a7/46/22581391a23ef434af6448c0c7fe92499b03f40461cb1a661486208fa67d/syphon-1.0.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5ef4f7dd9b0daebecab26d754d2fa351",
"sha256": "542394b7d07688d4cce6ba4988c51e78567d64354581222a78714f6f25f0535b"
},
"downloads": -1,
"filename": "syphon-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "5ef4f7dd9b0daebecab26d754d2fa351",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4",
"size": 51621,
"upload_time": "2019-09-30T21:15:13",
"url": "https://files.pythonhosted.org/packages/3c/64/aaf9178a9eaae1460eb3e616e4cb2cc69d94f18d9639f7bcffe4bab80835/syphon-1.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fac3d86f66cb619ea511964869d26141",
"sha256": "9d1905d8d7093b94006b05b2d84e1c50aa92aecb5e6a9bf8552c9864df0831f3"
},
"downloads": -1,
"filename": "syphon-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fac3d86f66cb619ea511964869d26141",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4",
"size": 52474,
"upload_time": "2019-09-30T21:15:11",
"url": "https://files.pythonhosted.org/packages/a7/46/22581391a23ef434af6448c0c7fe92499b03f40461cb1a661486208fa67d/syphon-1.0.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5ef4f7dd9b0daebecab26d754d2fa351",
"sha256": "542394b7d07688d4cce6ba4988c51e78567d64354581222a78714f6f25f0535b"
},
"downloads": -1,
"filename": "syphon-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "5ef4f7dd9b0daebecab26d754d2fa351",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3,!=3.0.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4",
"size": 51621,
"upload_time": "2019-09-30T21:15:13",
"url": "https://files.pythonhosted.org/packages/3c/64/aaf9178a9eaae1460eb3e616e4cb2cc69d94f18d9639f7bcffe4bab80835/syphon-1.0.0.tar.gz"
}
]
}