maixcdk-example


Namemaixcdk-example JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Sipeed/MaixCDK
Summaryexample component for MaixCDK
upload_time2023-10-31 08:40:11
maintainer
docs_urlNone
authorSipeed
requires_python
licenseMIT
keywords maixcdk component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            maixcdk-example: example component for MaixCDK
=====

## Install

Install from source:
```
pip install .
```

Install from pypi:
```
pip install maixcdk-example -U
```

Set index url for pip temporarily:
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple maixcdk-example
```

Or globally set index url for pip:
```
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
```


## Publish

```
pip install -U twine

python setup.py sdist
# python setup.py sdist bdist_wheel

twine upload dist/*
```







            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Sipeed/MaixCDK",
    "name": "maixcdk-example",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "MaixCDK component",
    "author": "Sipeed",
    "author_email": "support@sipeed.com",
    "download_url": "https://files.pythonhosted.org/packages/e0/16/c637fb7c7075ff7ea4ea885596e8e2546b4a4f9c6888437387f85c78571e/maixcdk-example-1.0.1.tar.gz",
    "platform": null,
    "description": "maixcdk-example: example component for MaixCDK\n=====\n\n## Install\n\nInstall from source:\n```\npip install .\n```\n\nInstall from pypi:\n```\npip install maixcdk-example -U\n```\n\nSet index url for pip temporarily:\n```\npip install -i https://pypi.tuna.tsinghua.edu.cn/simple maixcdk-example\n```\n\nOr globally set index url for pip:\n```\npip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple\n```\n\n\n## Publish\n\n```\npip install -U twine\n\npython setup.py sdist\n# python setup.py sdist bdist_wheel\n\ntwine upload dist/*\n```\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "example component for MaixCDK",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Sipeed/MaixCDK"
    },
    "split_keywords": [
        "maixcdk",
        "component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e016c637fb7c7075ff7ea4ea885596e8e2546b4a4f9c6888437387f85c78571e",
                "md5": "e367bad78a52b51feef70af29c87de14",
                "sha256": "f03eaf95a2bd6cb1776ddbf4d3526f7826bed1b0210dd2eef34d3303c8d4881f"
            },
            "downloads": -1,
            "filename": "maixcdk-example-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e367bad78a52b51feef70af29c87de14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10722,
            "upload_time": "2023-10-31T08:40:11",
            "upload_time_iso_8601": "2023-10-31T08:40:11.143014Z",
            "url": "https://files.pythonhosted.org/packages/e0/16/c637fb7c7075ff7ea4ea885596e8e2546b4a4f9c6888437387f85c78571e/maixcdk-example-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 08:40:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sipeed",
    "github_project": "MaixCDK",
    "github_not_found": true,
    "lcname": "maixcdk-example"
}
        
Elapsed time: 0.13966s