Comet-connector


NameComet-connector JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryUn simple conector a comet
upload_time2023-11-01 14:44:39
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Comet Connector

A Python package to connect and retrieve data from the Comet API.

## Usage

```python
from comet_connector import connector

data = connector.getResults(token)
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Comet-connector",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Lucas Bracamonte <author@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/c8/5d/10c7acaaf2ec34c20cfb150578fec05447b2e44412867cc646ccf4d270de/Comet-connector-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# Comet Connector\n\nA Python package to connect and retrieve data from the Comet API.\n\n## Usage\n\n```python\nfrom comet_connector import connector\n\ndata = connector.getResults(token)\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Un simple conector a comet",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/pypa/sampleproject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2c01b5c85e18d2d7a6c77e2282a778d762f95a9ea03683127526904f322f6a4",
                "md5": "96fd02128616f9dfb87a48e4b07497a1",
                "sha256": "9b41f10a7a1adc092d17bd34e5ba2277314e846252caf0ae08b95c94a1e7b6bd"
            },
            "downloads": -1,
            "filename": "Comet_connector-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96fd02128616f9dfb87a48e4b07497a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2448,
            "upload_time": "2023-11-01T14:44:37",
            "upload_time_iso_8601": "2023-11-01T14:44:37.641866Z",
            "url": "https://files.pythonhosted.org/packages/f2/c0/1b5c85e18d2d7a6c77e2282a778d762f95a9ea03683127526904f322f6a4/Comet_connector-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c85d10c7acaaf2ec34c20cfb150578fec05447b2e44412867cc646ccf4d270de",
                "md5": "3f3ffd36c4d01be4c43ecde828de6dc0",
                "sha256": "ffb5d46cf0e42357e3df1fc3faf980bf55d7d623dded78e13a0a84756d7aa5b4"
            },
            "downloads": -1,
            "filename": "Comet-connector-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3f3ffd36c4d01be4c43ecde828de6dc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2089,
            "upload_time": "2023-11-01T14:44:39",
            "upload_time_iso_8601": "2023-11-01T14:44:39.632532Z",
            "url": "https://files.pythonhosted.org/packages/c8/5d/10c7acaaf2ec34c20cfb150578fec05447b2e44412867cc646ccf4d270de/Comet-connector-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-01 14:44:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "comet-connector"
}
        
Elapsed time: 0.14221s