smartonnx


Namesmartonnx JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummaryTool to convert a ONNX model to Cairo smart contract.
upload_time2023-04-21 10:38:35
maintainer
docs_urlNone
authorFran Algaba
requires_python>=3.7.11,<3.9
licenseMIT
keywords packaging dependency poetry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # smartonnx

Tool to convert a ONNX model to Cairo smart contract

## Installation 

Make sure you have the correct Python version (>= 3.7.11 , < 3.9). We recommend [Pyenv](https://github.com/pyenv/pyenv) or similar Python version management tools. 


This project uses [Poetry](https://github.com/python-poetry/poetry) for project management. Install Poetry using the [installation guide](https://python-poetry.org/docs/#installing-with-the-official-installer)

It is preffered to install the dependencies within a virtual environment for the project

Check the current virtual environment (and the alternatives) with 

```Shell
$ poetry env list
```

Select the correct one with 

```Shell
$ poetry env use [name]
```

If the virtual environment is correct, install the dependencies with 

```Shell
$ poetry install
```
and update them if needed with 

```Shell
$ poetry update 
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "smartonnx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.11,<3.9",
    "maintainer_email": "",
    "keywords": "packaging,dependency,poetry",
    "author": "Fran Algaba",
    "author_email": "f.algaba.work@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b8/24/b77c072a9c6ba232ecfed74ab106e22cec3e6e068947b2241628545ede2d/smartonnx-0.1.6.tar.gz",
    "platform": null,
    "description": "# smartonnx\n\nTool to convert a ONNX model to Cairo smart contract\n\n## Installation \n\nMake sure you have the correct Python version (>= 3.7.11 , < 3.9). We recommend [Pyenv](https://github.com/pyenv/pyenv) or similar Python version management tools. \n\n\nThis project uses [Poetry](https://github.com/python-poetry/poetry) for project management. Install Poetry using the [installation guide](https://python-poetry.org/docs/#installing-with-the-official-installer)\n\nIt is preffered to install the dependencies within a virtual environment for the project\n\nCheck the current virtual environment (and the alternatives) with \n\n```Shell\n$ poetry env list\n```\n\nSelect the correct one with \n\n```Shell\n$ poetry env use [name]\n```\n\nIf the virtual environment is correct, install the dependencies with \n\n```Shell\n$ poetry install\n```\nand update them if needed with \n\n```Shell\n$ poetry update \n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tool to convert a ONNX model to Cairo smart contract.",
    "version": "0.1.6",
    "split_keywords": [
        "packaging",
        "dependency",
        "poetry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d470dde7b687267861ca5a67087afb774d1025ab7a01e5abe708e511bfdf16f7",
                "md5": "941f3505e68c3d1ec269e5ee967e6cb3",
                "sha256": "643d798a318f516fdad76a6a5151985b02fe0183a3fce53e9646020a63c40492"
            },
            "downloads": -1,
            "filename": "smartonnx-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "941f3505e68c3d1ec269e5ee967e6cb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.11,<3.9",
            "size": 6919,
            "upload_time": "2023-04-21T10:38:34",
            "upload_time_iso_8601": "2023-04-21T10:38:34.040757Z",
            "url": "https://files.pythonhosted.org/packages/d4/70/dde7b687267861ca5a67087afb774d1025ab7a01e5abe708e511bfdf16f7/smartonnx-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b824b77c072a9c6ba232ecfed74ab106e22cec3e6e068947b2241628545ede2d",
                "md5": "46517c2a1bf6fe313eac6fb5a2b24a10",
                "sha256": "a352be3b6cec758c1d374b96d9c193b6ef1901e794a01e7be21027d7121dd201"
            },
            "downloads": -1,
            "filename": "smartonnx-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "46517c2a1bf6fe313eac6fb5a2b24a10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.11,<3.9",
            "size": 5278,
            "upload_time": "2023-04-21T10:38:35",
            "upload_time_iso_8601": "2023-04-21T10:38:35.556819Z",
            "url": "https://files.pythonhosted.org/packages/b8/24/b77c072a9c6ba232ecfed74ab106e22cec3e6e068947b2241628545ede2d/smartonnx-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 10:38:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "smartonnx"
}
        
Elapsed time: 0.05537s