visiontext


Namevisiontext JSON
Version 0.12.3 PyPI version JSON
download
home_pageNone
SummaryUtilities for deep learning on multimodal data.
upload_time2024-04-18 18:31:41
maintainerNone
docs_urlNone
authorsimon-ging
requires_python>=3.8
licenseApache-2.0
keywords python jupyter notebook lab ipython html pandas matplotlib pytorch numpy
VCS
bugtrack_url
requirements ipython packg numpy matplotlib seaborn jupyter notebook ipdb nltk pandas pyinstrument nvidia-ml-py3 psutil h5py pillow chardet spacy lmdb msgpack
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # visiontext

<p align="center">
<a href="https://github.com/simon-ging/visiontext/actions/workflows/build-py38-cpu.yml">
  <img alt="minimal build 3.8 status" title="build 3.8 status" src="https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py38-cpu.yml?branch=main&label=minimal%20build%203.8%20cpu" />
</a>
<a href="https://github.com/simon-ging/visiontext/actions/workflows/build-py310-cpu.yml">
  <img alt="minimal build 3.10 status" title="build 3.10 status" src="https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py310-cpu.yml?branch=main&label=minimal%20build%203.10%20cpu" />
</a>
<a href="https://github.com/simon-ging/visiontext/actions/workflows/build-py312-cpu.yml">
  <img alt="minimal build 3.12 status" title="build 3.12 status" src="https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py312-cpu.yml?branch=main&label=minimal%20build%203.12%20cpu" />
</a>
<br />
<a href="https://github.com/simon-ging/visiontext/actions/workflows/build-py38-cpu.yml">
  <img alt="full build 3.8 status" title="build 3.8 status" src="https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py38-cpu-full.yml?branch=main&label=full%20build%203.8%20cpu" />
</a>
<a href="https://github.com/simon-ging/visiontext/actions/workflows/build-py310-cpu.yml">
  <img alt="full build 3.10 status" title="build 3.10 status" src="https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py310-cpu-full.yml?branch=main&label=full%20build%203.10%20cpu" />
</a>
<a href="https://github.com/simon-ging/visiontext/actions/workflows/build-py312-cpu.yml">
  <img alt="full build 3.12 status" title="build 3.12 status" src="https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py312-cpu-full.yml?branch=main&label=full%20build%203.12%20cpu" />
</a>
<br />
<img alt="coverage" title="coverage" src="https://raw.githubusercontent.com/simon-ging/visiontext/main/docs/coverage.svg" />
<a href="https://pypi.org/project/visiontext/">
  <img alt="version" title="version" src="https://img.shields.io/pypi/v/visiontext?color=success" />
</a>
</p>

Utilities for deep learning on multimodal data.

* jupyter notebooks / jupyter lab / ipython
* matplotlib
* pandas
* webdataset / tar
* pytorch

## Install

Requires `python>=3.8` `pytorch` `sqlite`

```bash
pip install visiontext
```

### Full build

Additionally requires `libjpeg-turbo`:

```bash
pip install visiontext[full]
```


## Dev install

Clone repository and cd into, then:

~~~bash
pip install pytest pytest-cov pylint black[jupyter]
pylint visiontext
pylint tests

# full build
pip install -e .[full]
python -m pytest --cov

# minimal build
pip install -e .
python -m pytest --cov -m "not full"

~~~

## Changelog

- 0.10.1: Test with python 3.12
- 0.8.1: Set minimum python version to 3.8 since PyTorch requires it

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "visiontext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, jupyter, notebook, lab, ipython, html, pandas, matplotlib, pytorch, numpy",
    "author": "simon-ging",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ec/bd/6504ad8a4094fc107a1ac537082ad707b6aa9b0c81ac1b3d4a4b03a780b9/visiontext-0.12.3.tar.gz",
    "platform": "any",
    "description": "# visiontext\n\n<p align=\"center\">\n<a href=\"https://github.com/simon-ging/visiontext/actions/workflows/build-py38-cpu.yml\">\n  <img alt=\"minimal build 3.8 status\" title=\"build 3.8 status\" src=\"https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py38-cpu.yml?branch=main&label=minimal%20build%203.8%20cpu\" />\n</a>\n<a href=\"https://github.com/simon-ging/visiontext/actions/workflows/build-py310-cpu.yml\">\n  <img alt=\"minimal build 3.10 status\" title=\"build 3.10 status\" src=\"https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py310-cpu.yml?branch=main&label=minimal%20build%203.10%20cpu\" />\n</a>\n<a href=\"https://github.com/simon-ging/visiontext/actions/workflows/build-py312-cpu.yml\">\n  <img alt=\"minimal build 3.12 status\" title=\"build 3.12 status\" src=\"https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py312-cpu.yml?branch=main&label=minimal%20build%203.12%20cpu\" />\n</a>\n<br />\n<a href=\"https://github.com/simon-ging/visiontext/actions/workflows/build-py38-cpu.yml\">\n  <img alt=\"full build 3.8 status\" title=\"build 3.8 status\" src=\"https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py38-cpu-full.yml?branch=main&label=full%20build%203.8%20cpu\" />\n</a>\n<a href=\"https://github.com/simon-ging/visiontext/actions/workflows/build-py310-cpu.yml\">\n  <img alt=\"full build 3.10 status\" title=\"build 3.10 status\" src=\"https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py310-cpu-full.yml?branch=main&label=full%20build%203.10%20cpu\" />\n</a>\n<a href=\"https://github.com/simon-ging/visiontext/actions/workflows/build-py312-cpu.yml\">\n  <img alt=\"full build 3.12 status\" title=\"build 3.12 status\" src=\"https://img.shields.io/github/actions/workflow/status/simon-ging/visiontext/build-py312-cpu-full.yml?branch=main&label=full%20build%203.12%20cpu\" />\n</a>\n<br />\n<img alt=\"coverage\" title=\"coverage\" src=\"https://raw.githubusercontent.com/simon-ging/visiontext/main/docs/coverage.svg\" />\n<a href=\"https://pypi.org/project/visiontext/\">\n  <img alt=\"version\" title=\"version\" src=\"https://img.shields.io/pypi/v/visiontext?color=success\" />\n</a>\n</p>\n\nUtilities for deep learning on multimodal data.\n\n* jupyter notebooks / jupyter lab / ipython\n* matplotlib\n* pandas\n* webdataset / tar\n* pytorch\n\n## Install\n\nRequires `python>=3.8` `pytorch` `sqlite`\n\n```bash\npip install visiontext\n```\n\n### Full build\n\nAdditionally requires `libjpeg-turbo`:\n\n```bash\npip install visiontext[full]\n```\n\n\n## Dev install\n\nClone repository and cd into, then:\n\n~~~bash\npip install pytest pytest-cov pylint black[jupyter]\npylint visiontext\npylint tests\n\n# full build\npip install -e .[full]\npython -m pytest --cov\n\n# minimal build\npip install -e .\npython -m pytest --cov -m \"not full\"\n\n~~~\n\n## Changelog\n\n- 0.10.1: Test with python 3.12\n- 0.8.1: Set minimum python version to 3.8 since PyTorch requires it\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Utilities for deep learning on multimodal data.",
    "version": "0.12.3",
    "project_urls": {
        "Project-URL": "https://github.com/simon-ging/visiontext"
    },
    "split_keywords": [
        "python",
        " jupyter",
        " notebook",
        " lab",
        " ipython",
        " html",
        " pandas",
        " matplotlib",
        " pytorch",
        " numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cee9dc3fd093404e7b38c63899a265c48538aea0b47c258d9b976b59273c562",
                "md5": "6d13b00ed66515f6838f5ce0a123168f",
                "sha256": "346b744982d53e90865cd94ff37b7354338e4bb63009353f50f44d92aa6d977b"
            },
            "downloads": -1,
            "filename": "visiontext-0.12.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d13b00ed66515f6838f5ce0a123168f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 45735,
            "upload_time": "2024-04-18T18:31:39",
            "upload_time_iso_8601": "2024-04-18T18:31:39.398881Z",
            "url": "https://files.pythonhosted.org/packages/7c/ee/9dc3fd093404e7b38c63899a265c48538aea0b47c258d9b976b59273c562/visiontext-0.12.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecbd6504ad8a4094fc107a1ac537082ad707b6aa9b0c81ac1b3d4a4b03a780b9",
                "md5": "d8054f0d1f613ebda28e790065056907",
                "sha256": "0b5ac2e7df1c3017b2536fd4599ec7edc3cb99079f51c06f92642f21c2c707ed"
            },
            "downloads": -1,
            "filename": "visiontext-0.12.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d8054f0d1f613ebda28e790065056907",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 39894,
            "upload_time": "2024-04-18T18:31:41",
            "upload_time_iso_8601": "2024-04-18T18:31:41.213031Z",
            "url": "https://files.pythonhosted.org/packages/ec/bd/6504ad8a4094fc107a1ac537082ad707b6aa9b0c81ac1b3d4a4b03a780b9/visiontext-0.12.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 18:31:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simon-ging",
    "github_project": "visiontext",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ipython",
            "specs": []
        },
        {
            "name": "packg",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "jupyter",
            "specs": []
        },
        {
            "name": "notebook",
            "specs": []
        },
        {
            "name": "ipdb",
            "specs": []
        },
        {
            "name": "nltk",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "pyinstrument",
            "specs": []
        },
        {
            "name": "nvidia-ml-py3",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "chardet",
            "specs": []
        },
        {
            "name": "spacy",
            "specs": []
        },
        {
            "name": "lmdb",
            "specs": []
        },
        {
            "name": "msgpack",
            "specs": []
        }
    ],
    "lcname": "visiontext"
}
        
Elapsed time: 0.27103s