omomo


Nameomomo JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://omomo.dev
SummaryOmomo is an experimental open-source tool to support core optimization techniques in machine learning.
upload_time2025-07-12 11:12:26
maintainerSanzhar Askaruly
docs_urlNone
authorSan Askaruly
requires_python<3.14,>=3.10
licenseMIT
keywords optimization machine-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Omomo

## Description
Omomo, https://omomo.dev, is an experimental open-source tool to support core optimization techniques in machine learning.

## For users:
1. Create conda environment:  
`conda create -n omomo python=3.10`
2. Install pip package:  
`pip install omomo`

## Examples
1. Basic type conversion: `python ex1-types.py`
2. Quantize a CNN model: `python ex2-model-conversion.py`

## For developers:
1. Create conda environment:  
`conda create -n omomo python=3.10`  
A. To install library:  
`poetry install`  
B. To build package:  
`poetry build`
            

Raw data

            {
    "_id": null,
    "home_page": "https://omomo.dev",
    "name": "omomo",
    "maintainer": "Sanzhar Askaruly",
    "docs_url": null,
    "requires_python": "<3.14,>=3.10",
    "maintainer_email": "s.askaruly@gmail.com",
    "keywords": "optimization, machine-learning",
    "author": "San Askaruly",
    "author_email": "s.askaruly@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/81/07/91914c7cf4b32ba27fc0076a286f482d6716325c821b630cddc3b03517f6/omomo-0.0.1.tar.gz",
    "platform": null,
    "description": "# Omomo\n\n## Description\nOmomo, https://omomo.dev, is an experimental open-source tool to support core optimization techniques in machine learning.\n\n## For users:\n1. Create conda environment:  \n`conda create -n omomo python=3.10`\n2. Install pip package:  \n`pip install omomo`\n\n## Examples\n1. Basic type conversion: `python ex1-types.py`\n2. Quantize a CNN model: `python ex2-model-conversion.py`\n\n## For developers:\n1. Create conda environment:  \n`conda create -n omomo python=3.10`  \nA. To install library:  \n`poetry install`  \nB. To build package:  \n`poetry build`",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Omomo is an experimental open-source tool to support core optimization techniques in machine learning.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://omomo.dev",
        "Repository": "https://github.com/tuttelikz/omomo"
    },
    "split_keywords": [
        "optimization",
        " machine-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9687d47650e4462b9f55b2fdcb5b25714115c57c060d097889ecdcdb207dbd4",
                "md5": "40b64e8d1718659f6e976c878cf90bca",
                "sha256": "4780dbc08996fec58d487a7aa25cd2a1b3d772687524969bba67846fa6c5cc69"
            },
            "downloads": -1,
            "filename": "omomo-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40b64e8d1718659f6e976c878cf90bca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.10",
            "size": 9122,
            "upload_time": "2025-07-12T11:12:25",
            "upload_time_iso_8601": "2025-07-12T11:12:25.602632Z",
            "url": "https://files.pythonhosted.org/packages/b9/68/7d47650e4462b9f55b2fdcb5b25714115c57c060d097889ecdcdb207dbd4/omomo-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "810791914c7cf4b32ba27fc0076a286f482d6716325c821b630cddc3b03517f6",
                "md5": "ad778f01d12e37e1b795da13fd2d7060",
                "sha256": "71ef360da613913ce10dde6875cc7ea0747bb493e08b14a7565c17e679c3792a"
            },
            "downloads": -1,
            "filename": "omomo-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ad778f01d12e37e1b795da13fd2d7060",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.10",
            "size": 6969,
            "upload_time": "2025-07-12T11:12:26",
            "upload_time_iso_8601": "2025-07-12T11:12:26.965901Z",
            "url": "https://files.pythonhosted.org/packages/81/07/91914c7cf4b32ba27fc0076a286f482d6716325c821b630cddc3b03517f6/omomo-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 11:12:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tuttelikz",
    "github_project": "omomo",
    "github_not_found": true,
    "lcname": "omomo"
}
        
Elapsed time: 1.75262s