vmlab-py


Namevmlab-py JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA Rust-based library from vmlab
upload_time2025-01-21 07:07:45
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-py-package

pypi link : [vmlab_py](https://pypi.org/project/vmlab-py/)

## 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-py",
    "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/8c/c3/63ab4f56e9f9d917ec350d22998a7bf3af66e3d6b8541f931b02a628e928/vmlab_py-0.1.4.tar.gz",
    "platform": null,
    "description": "# vmlab-py-package\r\n\r\npypi link : [vmlab_py](https://pypi.org/project/vmlab-py/)\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 from vmlab",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [
        "rust",
        " mask",
        " pyo3",
        " numpy"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3824cf521bd5db39ec8914ef1e62a9dad0efbc7c3b9d27111e61db86634f81de",
                "md5": "af84bf745cbda587c62def95531f2438",
                "sha256": "8ce4216be862eb3dc804a0b9ed16674b6e906f9f5d47b65f539f2bd8c2f728a6"
            },
            "downloads": -1,
            "filename": "vmlab_py-0.1.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "af84bf745cbda587c62def95531f2438",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 531056,
            "upload_time": "2025-01-21T07:07:42",
            "upload_time_iso_8601": "2025-01-21T07:07:42.047633Z",
            "url": "https://files.pythonhosted.org/packages/38/24/cf521bd5db39ec8914ef1e62a9dad0efbc7c3b9d27111e61db86634f81de/vmlab_py-0.1.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cc363ab4f56e9f9d917ec350d22998a7bf3af66e3d6b8541f931b02a628e928",
                "md5": "cd601e966a441eba599abbccbf59b10a",
                "sha256": "87a2ae500d9a99e6fffa48a57313160495f85232e459ed8e0809acb133f3bfc1"
            },
            "downloads": -1,
            "filename": "vmlab_py-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "cd601e966a441eba599abbccbf59b10a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19035,
            "upload_time": "2025-01-21T07:07:45",
            "upload_time_iso_8601": "2025-01-21T07:07:45.292887Z",
            "url": "https://files.pythonhosted.org/packages/8c/c3/63ab4f56e9f9d917ec350d22998a7bf3af66e3d6b8541f931b02a628e928/vmlab_py-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 07:07:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vmlab-py"
}
        
Elapsed time: 5.50602s