{ "info": { "author": "CosmosID", "author_email": "support@cosmosid.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10" ], "description": "# Cosmos ID\n\n Command line interface (CLI) and Python 3 client library for interacting with the CosmosID API. Only works with Python [3.6,3.7,3.8,3.9,3.10].\n## Requirements\n\n### OS Packages\n\n* python3\n* python3-pip\n\n### Python package\n\n* poetry\n\n# Installation\n\nThis package provides:\n\n* core Python 3 client library;\n* a simple CLI for interacting with the CosmosID that uses the core library;\n\n## Basic installation\n\nThe CLI with the core Python library can be installed using `pip3`.\n\n* simply run from console `sudo pip3 install cosmosid_cli`\n\n> Note: pip3 and setuptools should be upgraded to latest version. Please update those packages on you workstation regarding to your OS update process before setup cosmosid cli.\n>\n> ```shell\n> E.g. for Ubuntu 14.04 perform following steps:\n> $ sudo apt-get update\n> $ sudo apt-get upgrade\n> $ sudo -H pip3 install -U pip setuptools\n>```\n>\n> If you had have previously installed CosmosID CLI just upgrade CLI\n> to latest version.\n>\n> ```shell\n> $ sudo -H pip3 install --upgrade cosmosid_cli\n> ```\n\nTo install package locally from folder with source files do the following:\n\n* install `poetry` check the [doc](https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions)\n* `cd cosmosid-cli/package/`\n* `poetry install`\n\n# Using the CosmosID CLI\n\nThe CosmosID CLI supports authentication via CosmosID API Key.\nYour API key can be found on the [CosmosID profile page](https://app.cosmosid.com/settings).\nTo automatically authenticate via CosmosID API Key you should create\ncredential file `~/.cosmosid` and store your API Key into it in\nthe following format:\n\n```json\n{\"api_key\": \"\"}\n```\n\nYou can directly use your CosmosID API Key, rather than storing it in a credential file. To use API Key authentication, pass your key as an argument to the `cosmosid` command:\n\n```shell\ncosmosid --api_key=YOUR_API_KEY \n```\n\nCLI supports files of following extensions: 'fasta', 'fna', 'fasta.gz', 'fastq', 'fq', 'fastq.gz', 'bam', 'sra'\n\n## Commands\n\nThere are several types of commands supported by the CosmosID CLI\n\n1. Commands for retrieving data to terminal (output) from CosmosID cloud - files, runs, analysis.\n2. Commands for uploading metagenomics or amplicon samples to\n CosmosID cloud for analysis - uploads.\n3. Commands for retrieving the reports archive from CosmosID cloud - reports\n\n> Note: Each command has options. To get usage information for each CosmosID CLI command, the user can simply run `cosmosid --help`\n\n### Retrieve Files\n\nThe commands for retrieving data have options for output format. The user can get data into the terminal (or another output) in a different format - csv, json, table, value, yaml (table is default), and specify the column(s) to show. In additional there are CSV format options, user can quote\nor unquote or partly quote output values - all, minimal, none, non-numeric (by default only non-numeric values are quoted)\n\nExample of output for the --help options for the command:\n\n```shell\n$ cosmosid files --help\nusage: cosmosid files [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]\n [--noindent] [--max-width ] [--fit-width]\n [--print-empty] [--quote {all,minimal,none,nonnumeric}]\n [--parent PARENT]\n [--order {type,name,id,status,size,created}] [--up]\n\nShow files in a given directory.\n\noptional arguments:\n -h, --help show this help message and exit\n --parent PARENT, -p PARENT\n ID of the parent directory. Default: Root\n --order {type,name,id,status,reads,created}, -o {type,name,id,status,size,created}\n field for ordering\n --up order direction\n\noutput formatters:\n output formatter options\n\n -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}\n the output format, defaults to table\n -c COLUMN, --column COLUMN\n specify the column(s) to include, can be repeated\n\njson formatter:\n --noindent whether to disable indenting the JSON\n\ntable formatter:\n --max-width \n Maximum display width, 1 to disable. You can also use\n the CLIFF_MAX_TERM_WIDTH environment variable, but the\n parameter takes precedence.\n\n --fit-width Fit the table to the display width. Implied if --max-\n width greater than 0. Set the environment variable\n CLIFF_FIT_WIDTH=1 to always enable\n\n --print-empty Print empty table if there is no data to show.\n\nCSV Formatter:\n --quote {all,minimal,none,nonnumeric} when to include quotes, defaults to nonnumeric\n```\n\nTo retrieve files (samples) stored in CosmosID simply run the `cosmosid` command with a `files` subcommand. For example:\n\n```shell\n#to get contents of your CosmosID root folder\ncosmosid files\n\n#to get contents of appropriate folder use its id as argument\ncosmosid files --parent=\n\n#to get ordered list simply use the ordering argument with field name with/without order direction\ncosmosid files --parent= --order size --up\n```\n\n### Retrieve Sample Runs\n\nAn each file (sample) stored in CosmosID has one or more Sample Run(s) associated with it.\nTo retrieve sample run(s) associated with a file simply run the `cosmosid` command with `runs` subcommand. For example:\n\n```shell\n#to get runs associated with a speciffic file (sample)\ncosmosid runs --id=\n```\n\n### Upload files\n\nThe CosmosID CLI supports uploading sample files into CosmosID for analysis.\nCosmosID supports the following file formats and extension names:\n.fasta, .fna, .fasta.gz, .fastq, .fq, .fastq.gz, bam, bam.gz, sra, sra.gz. (SRA files can be uploaded without extension)\n\nCosmosID supports the following types of analysis:\n\n* Metagenomics\n* Amplicon - 16S or ITS (only 16S and ITS supported for now)\n\n> Note: you can get usage help for each command and arguments of CosmosID CLI by simply runnig `cosmosid --help` or `cosmosid --help`\n\nTo upload sample file to CosmosID run `cosmosid` command with `upload` subcommand. By default samples will be uploaded into root folder. To upload sample into specific *existing* folder you must use id of the folder as parameter.\nThe CosmosID CLI supports uploading multiple Single-Read and Paired-End samples. For Paired-End samples, the CLI automatically parse and merge samples in pairs if the samples follow the naming conventions like: xxx_R1.fastq and xxx_R2.fastq OR xxx_R1_001.fastq and xxx_R2_001.fastq. Note: Paired-End samples require \"fastq\" format\n\nTo upload all samples from folder run `cosmosid upload` command with path to folder specified by --dir/-d parameter\n> Note: This command respects Paired-End samples grouping with the same rules as for regular upload\n\nRunning example:\n\ncosmosid upload --type metagonomics -f /pathtofile/test1_R1.fastq -f /pathtofile/test1_R2.fastq -f /pathtofile/test2.fasta\n\n```shell\n#to upload one sample file for Metagenomics analysis\ncosmosid upload --file --type metagenomics\n\n#to upload sample file into specific folder for Amplicon 16s analysis\ncosmosid upload --file --parent --type amplicon-16s\n\n#to upload all files from folder\ncosmosid upload -d /home/user/samples/ --type metagenomics\n```\n\n> Note: uploading of a big file takes time, please be patient\n\nOnce file has been uploaded to CosmosID the analyzing process will automatically begin.\nYou can check the status of metagenomics analysis on the page [CosmosID Samples](https://app.cosmosid.com/samples).\nAmplicon analysis results available only from CosmosID CLI for now.\n\n### Retrieving Analysis Results\n\nAnalysis results can be retrieved from CosmosID by useing run id or file id. The latest run analysis results will be retrieved when file id used.\nTo retrieve analysis results for a specified run in CosmosID simply run `cosmosid` command with `analysis` subcommand. File For example:\n\n```shell\n#to get list of analysis for the latest run of file\ncosmosid analysis --id=\n\n#to get list of analysis for a given run id\ncosmosid analysis --run_id=\n\n#to get ordered list of analysis for a given file id simply use ordering argument with field name with/without order direction\ncosmosid analysis --id= --order created --up\n```\n\n> Note: There is no analysis results for Amplicon 16S and Amplicon ITS sample. Use report generation instead of getting list of analysis for Amplicon 16S and Amplicon ITS.\n\n### Generate Analysis Report Archive\n\nThe CosmosID CLI supports retrieving the archive of analysis reports from CosmosID for a given `File ID` with a given `Run ID` and saving the archive to a given file.\n\nTo retrieve an analysis report archive with TSV files run the `cosmosid` command with `reports` subcommand.\n\n```shell\n# to create analysis report archive for the latest run of sample and save it in\n# a current directory with a name equivalent to file name in CosmosID\ncosmosid reports --id=\n\n# to create analysis report archive for the given run of sample and save it in\n# a current directory with a name equivalent to file name in CosmosID\ncosmosid reports --id= --run_id=\n\n# to create analysis report archive for the given run of sample and save it\n# in a given directory\ncosmosid reports --id= --run_id= --dir ~/cosmosid/reports\n\n# to create analysis report archive for the given run of sample and save it\n# into a given local file\ncosmosid reports --id= --output /tmp/analysis_report.zip\n```\n\n### Retrieving Artifacts Results\n\nArtifacts results can be retrieved from CosmosID by using run id.\nTo retrieve artifacts results for a specified run in CosmosID simply run `cosmosid` command with `artifacts` subcommand. File For example:\n\n```shell\n\n#to get list of artifacts for a given run id\ncosmosid artifacts --run_id=\n\n##to create artifacts archive for the given run id of sample and store it to given path\ncosmosid artifacts --run_id= --type=fastqc-zip --dir /home/user\n\n\n##to create artifacts archive for the given run id of sample and store it with given name in current dir\ncosmosid artifacts --run_id= --type=fastqc-zip --output artifacts_report.zip\n\n##to create artifacts archive for the given run id of sample and store it with given name and given dir\ncosmosid artifacts --run_id= --type=fastqc-zip --dir /home/user --output artifacts_report.zip\n\n#to get url to download the archive\ncosmosid artifacts --run_id= --type=fastqc-zip --url\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://www.cosmosid.com", "keywords": "cosmosID,cosmosid_cli,cosmosid-cli,cosmos", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cosmosid-cli", "package_url": "https://pypi.org/project/cosmosid-cli/", "platform": null, "project_url": "https://pypi.org/project/cosmosid-cli/", "project_urls": { "Bug Tracker": "https://github.com/CosmosID/cosmosid-cli/issues", "Changelog": "https://github.com/CosmosID/cosmosid-cli/blob/master/CHANGELOG.md", "Documentation": "https://docs.cosmosid.com", "Homepage": "https://www.cosmosid.com", "Repository": "https://github.com/CosmosID/cosmosid-cli" }, "release_url": "https://pypi.org/project/cosmosid-cli/2.1.4/", "requires_dist": [ "boto3 (>=1.21.28,<2.0.0)", "cliff (>=3.10.1,<4.0.0)", "concurrent-log-handler (>=0.9.20,<0.10.0)", "requests (>=2.27.1,<3.0.0)", "s3transfer (>=0.5.2,<0.6.0)" ], "requires_python": ">=3.6,<4", "summary": "Command line interface (CLI) and Python 3 client library for interacting with the CosmosID API", "version": "2.1.4", "yanked": false, "yanked_reason": null }, "last_serial": 13511873, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "b9e177b95ba30759db19196325923b3e", "sha256": "0c80e1db2b2bf7dba31951f20f81c8944767f8ccdf0ae6577e5c7c68f40311bb" }, "downloads": -1, "filename": "cosmosid_cli-0.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "b9e177b95ba30759db19196325923b3e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16506, "upload_time": "2017-10-05T15:43:44", "upload_time_iso_8601": "2017-10-05T15:43:44.292912Z", "url": "https://files.pythonhosted.org/packages/56/09/5faeeca930aceaaa9882fb9ed9b315a5229137f59f7ccb4c2f9f7d0d3f69/cosmosid_cli-0.0.5-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd0be102d4587ae9954af7d12f8b1832", "sha256": "395e95dc8a8e0088c2da0feb629957647bf2dee054e91b435dde2fc1b3a8c759" }, "downloads": -1, "filename": "cosmosid_cli-0.0.5.tar.gz", "has_sig": false, "md5_digest": "bd0be102d4587ae9954af7d12f8b1832", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13642, "upload_time": "2017-10-05T15:43:46", "upload_time_iso_8601": "2017-10-05T15:43:46.786861Z", "url": "https://files.pythonhosted.org/packages/ea/e0/171ee708680f1af5cd80ad9ca66d8efd41e89cf00f84a4c5ca3ce194a7ce/cosmosid_cli-0.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "4b5141f789d4a7dfee3a79f89d617dfd", "sha256": "47998449483af7103a9e0fc06ab2cc854278f727d6827cd0d21c3dcf2bf25bd1" }, "downloads": -1, "filename": "cosmosid_cli-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "4b5141f789d4a7dfee3a79f89d617dfd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16510, "upload_time": "2017-10-05T16:46:38", "upload_time_iso_8601": "2017-10-05T16:46:38.661915Z", "url": "https://files.pythonhosted.org/packages/86/58/b74ba9ef30bd6d9aac046a84aabe4d7e518423dbb5645ea96866617c9ea7/cosmosid_cli-0.0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec760ba2fd0a425bc47fc1877f9b56bb", "sha256": "5671466c1e74630ccce111acb5f4a038a4da846c46676e572c8baf959f6a3154" }, "downloads": -1, "filename": "cosmosid_cli-0.0.6.tar.gz", "has_sig": false, "md5_digest": "ec760ba2fd0a425bc47fc1877f9b56bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13638, "upload_time": "2017-10-05T16:46:39", "upload_time_iso_8601": "2017-10-05T16:46:39.851115Z", "url": "https://files.pythonhosted.org/packages/d1/9a/81f0b05cd72b50e84cae3e4379b5256fbf03d71de7d79eaa1b6a505113d9/cosmosid_cli-0.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "e9293b537d6accf54c6b3dc4afd821f0", "sha256": "8e64e02866b357f709e490e976d7c68449b6feab11e60969e4de15f55fbaf8d3" }, "downloads": -1, "filename": "cosmosid_cli-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "e9293b537d6accf54c6b3dc4afd821f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20168, "upload_time": "2017-10-05T22:11:01", "upload_time_iso_8601": "2017-10-05T22:11:01.197855Z", "url": "https://files.pythonhosted.org/packages/e4/86/752ebc2d2badf054f254457a8b51209b1db549046a15d7e99c795416566c/cosmosid_cli-0.0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be40621ab3bba4ae51b31b9d51f44519", "sha256": "cc3b6e99104ca44f3ce618944ced5a501c51e1385cff181335949d809b9421b6" }, "downloads": -1, "filename": "cosmosid-cli-0.0.7.tar.gz", "has_sig": false, "md5_digest": "be40621ab3bba4ae51b31b9d51f44519", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15932, "upload_time": "2017-10-05T22:11:03", "upload_time_iso_8601": "2017-10-05T22:11:03.836849Z", "url": "https://files.pythonhosted.org/packages/98/5e/d7f2fbee9fed002bac19f31a97ad3c8a85d643296ca239ff5441c13d83e3/cosmosid-cli-0.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "e349cce03d619bf0d8660256fedf9c93", "sha256": "26a5ac03d089b22ac4a6a4cdc384bb8ca4995c7cad8b830d3aee94a9c5f1fea0" }, "downloads": -1, "filename": "cosmosid_cli-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e349cce03d619bf0d8660256fedf9c93", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.2", "size": 20288, "upload_time": "2017-10-06T10:06:38", "upload_time_iso_8601": "2017-10-06T10:06:38.358042Z", "url": "https://files.pythonhosted.org/packages/c4/83/67d293a249a87b3c4caa663bc501499c5c2ccee1e4661c7963fbefa47a6d/cosmosid_cli-0.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "96fa614beb00ecee065406204771ce0e", "sha256": "8c3bb7275796469a2abf39d702f4b6bb2d122a78edb5a814db22cb1e9770ac73" }, "downloads": -1, "filename": "cosmosid_cli-0.0.8.tar.gz", "has_sig": false, "md5_digest": "96fa614beb00ecee065406204771ce0e", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.2", "size": 16094, "upload_time": "2017-10-06T10:06:39", "upload_time_iso_8601": "2017-10-06T10:06:39.752725Z", "url": "https://files.pythonhosted.org/packages/bf/7e/a602a57eb190f65099eab06f2f4178e07b8bcee987edbc94c616907179c5/cosmosid_cli-0.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "20708c057a7cece81a0a94c71ab1d9f8", "sha256": "8a699589319a5a10bec9d08fe4743a21e4f4cd4c3195748ab492c8899e7276dd" }, "downloads": -1, "filename": "cosmosid_cli-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "20708c057a7cece81a0a94c71ab1d9f8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.2", "size": 21870, "upload_time": "2017-11-09T14:45:37", "upload_time_iso_8601": "2017-11-09T14:45:37.598989Z", "url": "https://files.pythonhosted.org/packages/f2/1b/8c07cff65c24c119eb8135c872c0948599b83993704dfb16a226a66ebd7d/cosmosid_cli-0.0.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "beec1fa7a4c88c2817b4a885873360af", "sha256": "0bfe7308d5865ecdeb6ba53678f14a3b325ceb7e8efff060dd89409ba4ba0422" }, "downloads": -1, "filename": "cosmosid_cli-0.0.9.tar.gz", "has_sig": false, "md5_digest": "beec1fa7a4c88c2817b4a885873360af", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.2", "size": 17972, "upload_time": "2017-11-09T14:45:39", "upload_time_iso_8601": "2017-11-09T14:45:39.183617Z", "url": "https://files.pythonhosted.org/packages/55/c5/a98effbdb42f53a5bf92a0d6a6b2cb926cca6365ac17018daab1f8e05622/cosmosid_cli-0.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "ff4a106275fe203fc137dabdec3817c9", "sha256": "c909e789d187f71adc30cfc03007b36af9cd343d9d4b34bcce2dec9dc76bd7b7" }, "downloads": -1, "filename": "cosmosid_cli-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ff4a106275fe203fc137dabdec3817c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.2", "size": 22107, "upload_time": "2018-02-07T10:04:34", "upload_time_iso_8601": "2018-02-07T10:04:34.509948Z", "url": "https://files.pythonhosted.org/packages/e1/7a/146f6b9fe6bd876eddee06dc611c801da0d829eca0ebf48353764c951e88/cosmosid_cli-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d1fb146b017397ba72a7b73f385612d", "sha256": "5da29fd605ebed060d25e934946ddf478efcb08ebaef7bcd0f660677adf6b7a7" }, "downloads": -1, "filename": "cosmosid_cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2d1fb146b017397ba72a7b73f385612d", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.2", "size": 18283, "upload_time": "2018-02-07T10:04:37", "upload_time_iso_8601": "2018-02-07T10:04:37.296434Z", "url": "https://files.pythonhosted.org/packages/04/54/475b75683ed4cb0b4c37bd96c3a2d78f63476c39a60bebf346130cb10b2d/cosmosid_cli-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "9089136e7a92dcacf74fbf321c38145d", "sha256": "99cd2b48f4aa3bd7e344373d13af85fa22cdd60bf55dc6f9334e9a37689cb6e7" }, "downloads": -1, "filename": "cosmosid_cli-0.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9089136e7a92dcacf74fbf321c38145d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 22904, "upload_time": "2018-06-25T11:58:05", "upload_time_iso_8601": "2018-06-25T11:58:05.144585Z", "url": "https://files.pythonhosted.org/packages/3b/90/a8dd8ce7545b965794c0f7d6a2487be969350f4cc8740c29cb0fdb405783/cosmosid_cli-0.7.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b8fa8d8a143198976f78fb0d3a5751e", "sha256": "57aaef7024331a0ac8437bd34ff08451c2f46aee81bdd09f67258600a44b31e3" }, "downloads": -1, "filename": "cosmosid_cli-0.7.0.tar.gz", "has_sig": false, "md5_digest": "0b8fa8d8a143198976f78fb0d3a5751e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 22908, "upload_time": "2018-06-25T11:58:06", "upload_time_iso_8601": "2018-06-25T11:58:06.574910Z", "url": "https://files.pythonhosted.org/packages/64/f5/1b083ee7b59b88df888bc6a5e0e8886a22395b231b841da64cdba21188a5/cosmosid_cli-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "fdfa54d5d19cbd627f830eb479b756be", "sha256": "e4c7a84e8be38de5f0a14880eb5308a3183e5a70a5c5ef95b3fd4d2a90c86ccb" }, "downloads": -1, "filename": "cosmosid_cli-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fdfa54d5d19cbd627f830eb479b756be", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 25477, "upload_time": "2019-10-25T15:18:01", "upload_time_iso_8601": "2019-10-25T15:18:01.479406Z", "url": "https://files.pythonhosted.org/packages/c2/d9/28f7f326719bb82a3ee5f8a633afd60dd1cbe6993f9cad7d3a38c030892e/cosmosid_cli-0.9.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "d09c2564ada947df91432096688f4f14", "sha256": "d5e1e4c2686386605bf58a9b58d35fdf5fa4a02826572f18b203517c7eef7f33" }, "downloads": -1, "filename": "cosmosid_cli-0.9.2.tar.gz", "has_sig": false, "md5_digest": "d09c2564ada947df91432096688f4f14", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 23328, "upload_time": "2019-12-18T16:57:56", "upload_time_iso_8601": "2019-12-18T16:57:56.406977Z", "url": "https://files.pythonhosted.org/packages/c5/94/b8e43f871c7d128eecb0b06e59509790f05a112665c4ac8627de6c2b6aa3/cosmosid_cli-0.9.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "fa4a7eb3608a9082c52e7e7aac737383", "sha256": "2c0b4ff14579818986bdb7b95df65e0589b3362622f3d92398dc7fdb02b1991f" }, "downloads": -1, "filename": "cosmosid_cli-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "fa4a7eb3608a9082c52e7e7aac737383", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26597, "upload_time": "2020-06-11T11:52:12", "upload_time_iso_8601": "2020-06-11T11:52:12.938422Z", "url": "https://files.pythonhosted.org/packages/e7/50/2354e69f6cdcc9be40b2bc1f9013711e2d8193c9d6e306bcaa883cbfa5a1/cosmosid_cli-1.0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c21141e8620f81ca8a1658a52e48da4", "sha256": "8c5de9b3d0b3ebb5989ca8a57f9d0db74f1d07ac044125396cada533af1b300a" }, "downloads": -1, "filename": "cosmosid_cli-1.0.4.tar.gz", "has_sig": false, "md5_digest": "6c21141e8620f81ca8a1658a52e48da4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 26717, "upload_time": "2020-06-11T11:52:13", "upload_time_iso_8601": "2020-06-11T11:52:13.834257Z", "url": "https://files.pythonhosted.org/packages/3f/0d/bde729a11ca222dd17e042a12f7f866763d2a35d95b64c58f1601e510144/cosmosid_cli-1.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "cae50c743f358953c89f637212e9d2fb", "sha256": "f2c38b22bf9b43646e9798df70773731113835e6f8cd0c1da9c850cd1cec2723" }, "downloads": -1, "filename": "cosmosid_cli-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "cae50c743f358953c89f637212e9d2fb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <3.9", "size": 26620, "upload_time": "2020-10-16T21:18:05", "upload_time_iso_8601": "2020-10-16T21:18:05.711327Z", "url": "https://files.pythonhosted.org/packages/20/db/7df663ee769e3b1c66227ded0c682bc0e795d7e51f5c859ffb5c08f05b68/cosmosid_cli-1.0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e01f845a88c0440b7dbcd2264949cb76", "sha256": "acee3babc4bb3d1b8170118c72050f411ac5e734f953016deef2d10b88dbd23b" }, "downloads": -1, "filename": "cosmosid_cli-1.0.6.tar.gz", "has_sig": false, "md5_digest": "e01f845a88c0440b7dbcd2264949cb76", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.9", "size": 26744, "upload_time": "2020-10-16T21:18:06", "upload_time_iso_8601": "2020-10-16T21:18:06.967462Z", "url": "https://files.pythonhosted.org/packages/22/df/51af514a6fcced6dcf323b096e2590a91270102844b7df337f508d959720/cosmosid_cli-1.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "f2c6098154dee1a185f30bc8bdaca74c", "sha256": "16fee7d92dfb78e07f74893778e5ad3983fa9adaeeb1b3917d9328e883f39271" }, "downloads": -1, "filename": "cosmosid_cli-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "f2c6098154dee1a185f30bc8bdaca74c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <3.9", "size": 26899, "upload_time": "2020-12-24T08:49:07", "upload_time_iso_8601": "2020-12-24T08:49:07.303503Z", "url": "https://files.pythonhosted.org/packages/4f/c1/226ee2e135fdc41f715deb83c31af2c3d7118a5f95ebadf2936c7fb5ea17/cosmosid_cli-1.0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71efc6b764d6f903e2ad69ccbc1ccbcf", "sha256": "dade85e102210c58664b77ab2cf11ba18cd8b74e6f8ed801d949e86ac6e94cae" }, "downloads": -1, "filename": "cosmosid_cli-1.0.7.tar.gz", "has_sig": false, "md5_digest": "71efc6b764d6f903e2ad69ccbc1ccbcf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.9", "size": 26953, "upload_time": "2020-12-24T08:49:08", "upload_time_iso_8601": "2020-12-24T08:49:08.239131Z", "url": "https://files.pythonhosted.org/packages/ba/90/5d6846f7c5019e46c1d4d0426e951bcc8359565c2a54fb0dee8747cf41be/cosmosid_cli-1.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "3fdcc281e200fb012b6ed7e0e8e1735a", "sha256": "da0bbc8f789cb82e4d174ba74520d202f313959577efe91fd48ca8f62eeb8581" }, "downloads": -1, "filename": "cosmosid_cli-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "3fdcc281e200fb012b6ed7e0e8e1735a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <3.9", "size": 27553, "upload_time": "2021-04-06T15:16:11", "upload_time_iso_8601": "2021-04-06T15:16:11.996692Z", "url": "https://files.pythonhosted.org/packages/3b/19/c8cfe63e335ab125c0099934003a5f6c94a78305d445ef1545b052d1a2f0/cosmosid_cli-1.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20d95d4cb71e9398735f577cbfb6d29a", "sha256": "197e94669af5f1ef4101424bc0258f0a86acf3a38b791da1024a770465e10e28" }, "downloads": -1, "filename": "cosmosid_cli-1.0.8.tar.gz", "has_sig": false, "md5_digest": "20d95d4cb71e9398735f577cbfb6d29a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.9", "size": 27593, "upload_time": "2021-04-06T15:16:13", "upload_time_iso_8601": "2021-04-06T15:16:13.063548Z", "url": "https://files.pythonhosted.org/packages/3a/e4/747a78c4e34e27e540514020e440761795a54ff4e10e0d1e984c1384b3e5/cosmosid_cli-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "f25153fdce91220c7ec8ac5ba8c7e9f6", "sha256": "f283b1a70c8e9149c4ff0f324312463c2a4056d0bafb5fcc910f1496260a2bca" }, "downloads": -1, "filename": "cosmosid_cli-1.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "f25153fdce91220c7ec8ac5ba8c7e9f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <3.9", "size": 27569, "upload_time": "2021-04-08T09:19:28", "upload_time_iso_8601": "2021-04-08T09:19:28.768667Z", "url": "https://files.pythonhosted.org/packages/f1/95/076364140ccbb4cefd48c549ce40510a894ee581b340151ea7cc35e4a703/cosmosid_cli-1.0.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d01c8aaeb174fc15796eb49297d5c869", "sha256": "86f7c12f0d6916ee64a135965695759214fc133cf957cb8da22badb15efa2bd8" }, "downloads": -1, "filename": "cosmosid_cli-1.0.9.tar.gz", "has_sig": false, "md5_digest": "d01c8aaeb174fc15796eb49297d5c869", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.9", "size": 27650, "upload_time": "2021-04-08T09:19:29", "upload_time_iso_8601": "2021-04-08T09:19:29.736776Z", "url": "https://files.pythonhosted.org/packages/b1/e0/d415343e2fbe1b92b534eeb86e9e5f4eeb73df10cf1a19e9bdca4aa2928d/cosmosid_cli-1.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "a72cb8139c02600b05cf17e41c6e06e2", "sha256": "1277b2978ff3427ec78c5f7edf006239ad2295e042656a866f3c2691e6cb58eb" }, "downloads": -1, "filename": "cosmosid_cli-2.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a72cb8139c02600b05cf17e41c6e06e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <3.9", "size": 29119, "upload_time": "2021-09-08T09:37:19", "upload_time_iso_8601": "2021-09-08T09:37:19.254309Z", "url": "https://files.pythonhosted.org/packages/bd/73/2bbc53ee20d68fe4ceb09477ccac227612be49c50a5cca4fd5a98b42149d/cosmosid_cli-2.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49cdeffcacc5da800c575c2d985907af", "sha256": "c25e81db55fc33f742cce7c44dc0531e1f312c111b5b48559d578c5614c5864f" }, "downloads": -1, "filename": "cosmosid_cli-2.1.1.tar.gz", "has_sig": false, "md5_digest": "49cdeffcacc5da800c575c2d985907af", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.9", "size": 28512, "upload_time": "2021-09-08T09:37:20", "upload_time_iso_8601": "2021-09-08T09:37:20.329157Z", "url": "https://files.pythonhosted.org/packages/75/c3/59f2a28e6559e03459ab71057a8f536bd8980e4ef60f211f8874a16350d2/cosmosid_cli-2.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "07ce03059156e872a1324b486e2b6589", "sha256": "bbe4af7c71229f1b510895b639ed9fff1f189bc31720e56239e29f5fcf904333" }, "downloads": -1, "filename": "cosmosid_cli-2.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "07ce03059156e872a1324b486e2b6589", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <4", "size": 29121, "upload_time": "2021-10-05T08:48:42", "upload_time_iso_8601": "2021-10-05T08:48:42.492484Z", "url": "https://files.pythonhosted.org/packages/72/57/4fd9966da814cf344ef03d1c9a92b40119bcf3b7a20c2a1cdd822c50c311/cosmosid_cli-2.1.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "73d0db3fd42b2295d33babc742adaec5", "sha256": "cffd2d87600ac2fef6e66c151c062a408f65522139d2aeeed74a3c609cd6eaf5" }, "downloads": -1, "filename": "cosmosid_cli-2.1.2.tar.gz", "has_sig": false, "md5_digest": "73d0db3fd42b2295d33babc742adaec5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <4", "size": 28504, "upload_time": "2021-10-05T08:48:43", "upload_time_iso_8601": "2021-10-05T08:48:43.886944Z", "url": "https://files.pythonhosted.org/packages/65/53/9b64855f858b1f904b2b1335296107d3cb921797341e9967f8856a88d584/cosmosid_cli-2.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "adb473c4e2efeb626395637f181c4233", "sha256": "d82f5fbf14d9d990dc026820f6868bbb36fdc8183315e465da486ab08491f113" }, "downloads": -1, "filename": "cosmosid_cli-2.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "adb473c4e2efeb626395637f181c4233", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4", "size": 34662, "upload_time": "2022-04-14T09:11:38", "upload_time_iso_8601": "2022-04-14T09:11:38.229371Z", "url": "https://files.pythonhosted.org/packages/e1/ff/d935fcdf4abf0250370e2bbca0e39225f3865fa73d9783b49d89d1e3648b/cosmosid_cli-2.1.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca18cb42e6cc478eb51daa893bb32da3", "sha256": "ba6fbaa6d9fedd6297f961ea713013de833484721e2de2af65300ccf354a098f" }, "downloads": -1, "filename": "cosmosid_cli-2.1.4.tar.gz", "has_sig": false, "md5_digest": "ca18cb42e6cc478eb51daa893bb32da3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4", "size": 28454, "upload_time": "2022-04-14T09:11:39", "upload_time_iso_8601": "2022-04-14T09:11:39.695614Z", "url": "https://files.pythonhosted.org/packages/e7/0c/cee92d54b038fd234b19c3fe75a717978618041327096b88988dfb1262f7/cosmosid_cli-2.1.4.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "adb473c4e2efeb626395637f181c4233", "sha256": "d82f5fbf14d9d990dc026820f6868bbb36fdc8183315e465da486ab08491f113" }, "downloads": -1, "filename": "cosmosid_cli-2.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "adb473c4e2efeb626395637f181c4233", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4", "size": 34662, "upload_time": "2022-04-14T09:11:38", "upload_time_iso_8601": "2022-04-14T09:11:38.229371Z", "url": "https://files.pythonhosted.org/packages/e1/ff/d935fcdf4abf0250370e2bbca0e39225f3865fa73d9783b49d89d1e3648b/cosmosid_cli-2.1.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca18cb42e6cc478eb51daa893bb32da3", "sha256": "ba6fbaa6d9fedd6297f961ea713013de833484721e2de2af65300ccf354a098f" }, "downloads": -1, "filename": "cosmosid_cli-2.1.4.tar.gz", "has_sig": false, "md5_digest": "ca18cb42e6cc478eb51daa893bb32da3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4", "size": 28454, "upload_time": "2022-04-14T09:11:39", "upload_time_iso_8601": "2022-04-14T09:11:39.695614Z", "url": "https://files.pythonhosted.org/packages/e7/0c/cee92d54b038fd234b19c3fe75a717978618041327096b88988dfb1262f7/cosmosid_cli-2.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }