vmlab-mask


Namevmlab-mask JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryA Rust-based library for reconstructing grayscale masks in Python.
upload_time2025-01-21 05:34:44
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords rust mask pyo3 numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vmlab_mask

pypi link : [vmlab_mask](https://pypi.org/project/vmlab-mask/)

## Requirements

```bash
pip install maturin
```

## Build the python package

```bash
maturin build --release
```

## Test in locally

```
pip install target/wheels/{GENERATED_WHEELS_NAME}.whl
```

## Publish to PyPI

```
maturin publish
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vmlab-mask",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "rust, mask, pyo3, numpy",
    "author": null,
    "author_email": "Jaemin Kim <geminik23@vmonster.io>",
    "download_url": "https://files.pythonhosted.org/packages/0f/b3/636eb36ab408f965d5a168a19d397b326c20ebaf987458c75d55414f048c/vmlab_mask-0.1.5.tar.gz",
    "platform": null,
    "description": "# vmlab_mask\r\n\r\npypi link : [vmlab_mask](https://pypi.org/project/vmlab-mask/)\r\n\r\n## Requirements\r\n\r\n```bash\r\npip install maturin\r\n```\r\n\r\n## Build the python package\r\n\r\n```bash\r\nmaturin build --release\r\n```\r\n\r\n## Test in locally\r\n\r\n```\r\npip install target/wheels/{GENERATED_WHEELS_NAME}.whl\r\n```\r\n\r\n## Publish to PyPI\r\n\r\n```\r\nmaturin publish\r\n```\r\n\r\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Rust-based library for reconstructing grayscale masks in Python.",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [
        "rust",
        " mask",
        " pyo3",
        " numpy"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c0c3c69c98fdd4508f694ed8439eff46bb80da1310117e1218b76c2bc714c19",
                "md5": "06a3df47c60b4fc73073e67f9b7915d0",
                "sha256": "34d6e74f421307e25dacafdb7716854490dcf821e4580e4446574da4d399f0d5"
            },
            "downloads": -1,
            "filename": "vmlab_mask-0.1.5-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "06a3df47c60b4fc73073e67f9b7915d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 163466,
            "upload_time": "2025-01-21T05:34:41",
            "upload_time_iso_8601": "2025-01-21T05:34:41.653687Z",
            "url": "https://files.pythonhosted.org/packages/2c/0c/3c69c98fdd4508f694ed8439eff46bb80da1310117e1218b76c2bc714c19/vmlab_mask-0.1.5-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fb3636eb36ab408f965d5a168a19d397b326c20ebaf987458c75d55414f048c",
                "md5": "1fa3d36b74b28d7056118f6d61385ff7",
                "sha256": "7f77618a7158ff4c9961babfc643997650cd53e01fdc089c0fa7db320ce70dc6"
            },
            "downloads": -1,
            "filename": "vmlab_mask-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1fa3d36b74b28d7056118f6d61385ff7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16776,
            "upload_time": "2025-01-21T05:34:44",
            "upload_time_iso_8601": "2025-01-21T05:34:44.805336Z",
            "url": "https://files.pythonhosted.org/packages/0f/b3/636eb36ab408f965d5a168a19d397b326c20ebaf987458c75d55414f048c/vmlab_mask-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 05:34:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vmlab-mask"
}
        
Elapsed time: 0.41034s