visiontext


Namevisiontext JSON
Version 0.20.5 PyPI version JSON
download
home_pageNone
SummaryUtilities for deep learning on multimodal data.
upload_time2024-11-07 20:48:31
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 scipy matplotlib seaborn jupyter notebook itables ipdb nltk pandas pyinstrument nvidia-ml-py psutil h5py pillow termcolor chardet spacy lmdb msgpack pydub
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`, requires `pytorch` to be installed already, 
see [https://pytorch.org/](https://pytorch.org/)

```bash
pip install visiontext
```

### Full build

Additionally requires `libjpeg-turbo` and `sqlite`

```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/bb/94/c4fff840f948cfec343151bb402669d932f3a23f58cf534eb2c338b0e12b/visiontext-0.20.5.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`, requires `pytorch` to be installed already, \nsee [https://pytorch.org/](https://pytorch.org/)\n\n```bash\npip install visiontext\n```\n\n### Full build\n\nAdditionally requires `libjpeg-turbo` and `sqlite`\n\n```bash\npip install visiontext[full]\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.20.5",
    "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": "220462219377bd5b81fdbdacd814340727baf44c5d0fc35e1cd712de34764667",
                "md5": "1dd4e347f386cdf9bf55c89cfe49fa63",
                "sha256": "02685520516a1c41dd5a9d7457eda31d9ca901dad205497ff6273ac6e081c836"
            },
            "downloads": -1,
            "filename": "visiontext-0.20.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1dd4e347f386cdf9bf55c89cfe49fa63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 55252,
            "upload_time": "2024-11-07T20:48:29",
            "upload_time_iso_8601": "2024-11-07T20:48:29.857843Z",
            "url": "https://files.pythonhosted.org/packages/22/04/62219377bd5b81fdbdacd814340727baf44c5d0fc35e1cd712de34764667/visiontext-0.20.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb94c4fff840f948cfec343151bb402669d932f3a23f58cf534eb2c338b0e12b",
                "md5": "2962a1646d4f1332ded5a10cfffeee3b",
                "sha256": "0fd0d80aab9031d28cb5a789dbb484598118cdcdfac47ac68e16611245c9f42d"
            },
            "downloads": -1,
            "filename": "visiontext-0.20.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2962a1646d4f1332ded5a10cfffeee3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46822,
            "upload_time": "2024-11-07T20:48:31",
            "upload_time_iso_8601": "2024-11-07T20:48:31.309575Z",
            "url": "https://files.pythonhosted.org/packages/bb/94/c4fff840f948cfec343151bb402669d932f3a23f58cf534eb2c338b0e12b/visiontext-0.20.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 20:48:31",
    "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": "scipy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "jupyter",
            "specs": []
        },
        {
            "name": "notebook",
            "specs": []
        },
        {
            "name": "itables",
            "specs": []
        },
        {
            "name": "ipdb",
            "specs": []
        },
        {
            "name": "nltk",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "pyinstrument",
            "specs": []
        },
        {
            "name": "nvidia-ml-py",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "termcolor",
            "specs": []
        },
        {
            "name": "chardet",
            "specs": []
        },
        {
            "name": "spacy",
            "specs": []
        },
        {
            "name": "lmdb",
            "specs": []
        },
        {
            "name": "msgpack",
            "specs": []
        },
        {
            "name": "pydub",
            "specs": []
        }
    ],
    "lcname": "visiontext"
}
        
Elapsed time: 0.39871s