tdfl


Nametdfl JSON
Version 0.1.14 PyPI version JSON
download
home_page
SummaryLightweight DataFrame with native torch.Tensor support.
upload_time2024-01-06 20:19:02
maintainer
docs_urlNone
authorHo Yin Chau
requires_python>=3.9
licenseMIT License Copyright (c) 2023 hchau630 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pytorch torch pandas dataframe sqlite sqlite3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tdfl - Torch DataFrame Lite
Lightweight DataFrame with native torch.Tensor support and SQLite integration.

# Install
```
pip install tdfl
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tdfl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "PyTorch,torch,pandas,DataFrame,SQLite,sqlite3",
    "author": "Ho Yin Chau",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e4/56/e168d1a51e01a0b6f7755fd7be073607b2c9b0d06544c0eb36c20c03ee77/tdfl-0.1.14.tar.gz",
    "platform": null,
    "description": "# tdfl - Torch DataFrame Lite\nLightweight DataFrame with native torch.Tensor support and SQLite integration.\n\n# Install\n```\npip install tdfl\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 hchau630  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Lightweight DataFrame with native torch.Tensor support.",
    "version": "0.1.14",
    "project_urls": {
        "repository": "https://github.com/hchau630/tdfl"
    },
    "split_keywords": [
        "pytorch",
        "torch",
        "pandas",
        "dataframe",
        "sqlite",
        "sqlite3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e7d507a6acddd73604ee4ce00cc16e2aa6eb2efc9ab23262cbec4be4c3fb91d",
                "md5": "6306c5a1d1a373f084cbd46ab6199b2b",
                "sha256": "1444c863f7dd94ed2e7378a91f7d3795070f24407e49e9ccbb8db6ab2e9a5e1b"
            },
            "downloads": -1,
            "filename": "tdfl-0.1.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6306c5a1d1a373f084cbd46ab6199b2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 20876,
            "upload_time": "2024-01-06T20:19:00",
            "upload_time_iso_8601": "2024-01-06T20:19:00.691358Z",
            "url": "https://files.pythonhosted.org/packages/5e/7d/507a6acddd73604ee4ce00cc16e2aa6eb2efc9ab23262cbec4be4c3fb91d/tdfl-0.1.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e456e168d1a51e01a0b6f7755fd7be073607b2c9b0d06544c0eb36c20c03ee77",
                "md5": "54f0514061698b572c8656075d9fdc6e",
                "sha256": "6cbb8e0f332a2313e526a595416b30827606b77f6f350d367c2a12d1277035fa"
            },
            "downloads": -1,
            "filename": "tdfl-0.1.14.tar.gz",
            "has_sig": false,
            "md5_digest": "54f0514061698b572c8656075d9fdc6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22871,
            "upload_time": "2024-01-06T20:19:02",
            "upload_time_iso_8601": "2024-01-06T20:19:02.375861Z",
            "url": "https://files.pythonhosted.org/packages/e4/56/e168d1a51e01a0b6f7755fd7be073607b2c9b0d06544c0eb36c20c03ee77/tdfl-0.1.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 20:19:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hchau630",
    "github_project": "tdfl",
    "github_not_found": true,
    "lcname": "tdfl"
}
        
Elapsed time: 0.22564s