exciton-tools


Nameexciton-tools JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://excitonx.com
SummaryExciton Infrastructure Tools
upload_time2024-06-28 01:51:14
maintainerNone
docs_urlNone
authorThe Exciton Research Team
requires_python>=3.8
licenseNone
keywords exciton tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Exciton Tools

Exciton Tools are a collection of functions and classes developed by the Exciton Research team for infrastructures, pipelines, etc.

## Installation
Use ``pip`` to install exciton_tools. Run:

```
pip install -U exciton_tools
```

## Usage

```

from exciton_tools.elasticsearch import get_all_documents



```


            

Raw data

            {
    "_id": null,
    "home_page": "https://excitonx.com",
    "name": "exciton-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "exciton tools",
    "author": "The Exciton Research Team",
    "author_email": "excitonx@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Exciton Tools\n\nExciton Tools are a collection of functions and classes developed by the Exciton Research team for infrastructures, pipelines, etc.\n\n## Installation\nUse ``pip`` to install exciton_tools. Run:\n\n```\npip install -U exciton_tools\n```\n\n## Usage\n\n```\n\nfrom exciton_tools.elasticsearch import get_all_documents\n\n\n\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Exciton Infrastructure Tools",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://excitonx.com"
    },
    "split_keywords": [
        "exciton",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c518ed7745a910d845b611e9d51935ae4a5f752ce23e59cd418c6d3465a29fff",
                "md5": "20b4452843478d5c97cf4da5ce6b268c",
                "sha256": "f70e17207c4518ec5e791ae70cdea62783ac4da8c01195572e912f6e4999166c"
            },
            "downloads": -1,
            "filename": "exciton_tools-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20b4452843478d5c97cf4da5ce6b268c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11292,
            "upload_time": "2024-06-28T01:51:14",
            "upload_time_iso_8601": "2024-06-28T01:51:14.058742Z",
            "url": "https://files.pythonhosted.org/packages/c5/18/ed7745a910d845b611e9d51935ae4a5f752ce23e59cd418c6d3465a29fff/exciton_tools-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 01:51:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "exciton-tools"
}
        
Elapsed time: 0.26964s