# Exporimo
## About
**Library for fast expose <code>marimo</code> notebook to Internet.**
Use <code>exporimo</code> you can start <code>marimo</code> on you computer and expose it for using from anywhere,
for example by your smartphone.
**It is not official additional for <code>marimo</code>!**
## Installation
You can install <code>exporimo</code> from PyPI:
pip install exporimo
## Example
Example code of <code>exporimo</code> using:
from exposrimo import Exporimo
# Start and expose marimo
Exporimo.start_marimo("edit", "main.py")
Exporimo.wait() # Don`t stop programm until marimo work or until input in terminal "stop"
## Warning
**I am not marimo developer.** **It is not official additional for <code>marimo</code>!**
Url to <code>marimo</code> github: https://github.com/marimo-team/marimo
## License
<code>Exporimo</code> if offered under the MIT license. More see LICENSE file.
Raw data
{
"_id": null,
"home_page": "https://github.com/FailProger/exporimo.git",
"name": "exporimo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Python, marimo",
"author": "Vyacheslav Pervakov",
"author_email": "WsrrcalzWehgwmD@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/d5/56/0ac5bcc7795ea2deada696b9fd847e5ecbfbb194cb85acb02eabcb8127f4/exporimo-0.1.3.tar.gz",
"platform": null,
"description": "# Exporimo\n\n## About\n**Library for fast expose <code>marimo</code> notebook to Internet.**\n\nUse <code>exporimo</code> you can start <code>marimo</code> on you computer and expose it for using from anywhere,\nfor example by your smartphone.\n\n**It is not official additional for <code>marimo</code>!**\n\n\n## Installation\nYou can install <code>exporimo</code> from PyPI:\n\n pip install exporimo\n\n\n## Example\nExample code of <code>exporimo</code> using:\n\n from exposrimo import Exporimo\n\n \n # Start and expose marimo\n Exporimo.start_marimo(\"edit\", \"main.py\")\n Exporimo.wait() # Don`t stop programm until marimo work or until input in terminal \"stop\"\n\n\n## Warning\n**I am not marimo developer.** **It is not official additional for <code>marimo</code>!**\n\nUrl to <code>marimo</code> github: https://github.com/marimo-team/marimo\n\n\n## License\n<code>Exporimo</code> if offered under the MIT license. More see LICENSE file.\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Library for fast expose marimo notebook to Internet",
"version": "0.1.3",
"project_urls": {
"GitHub": "https://github.com/FailProger/exporimo.git",
"Homepage": "https://github.com/FailProger/exporimo.git",
"PyPI": "https://pypi.org/project/exporimo/"
},
"split_keywords": [
"python",
" marimo"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "53d09d75565826299ff21df77ab8a657c9f56235a93f378bd47b857586c6c68b",
"md5": "e04ff201b05aea9cdf8458c807d4fa40",
"sha256": "4db02eef224a99aae1b7bb76ca0ec43a760fa8cb8036dc7c02610d6436a031c3"
},
"downloads": -1,
"filename": "exporimo-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e04ff201b05aea9cdf8458c807d4fa40",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6858,
"upload_time": "2025-02-08T12:27:15",
"upload_time_iso_8601": "2025-02-08T12:27:15.759654Z",
"url": "https://files.pythonhosted.org/packages/53/d0/9d75565826299ff21df77ab8a657c9f56235a93f378bd47b857586c6c68b/exporimo-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5560ac5bcc7795ea2deada696b9fd847e5ecbfbb194cb85acb02eabcb8127f4",
"md5": "fa7fe05c7379fa1b50c291d47d831a91",
"sha256": "a3c5a7ca7a7c2c5b3c05432f6a702c5febc14004e277447ad20e03fdd60187b8"
},
"downloads": -1,
"filename": "exporimo-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "fa7fe05c7379fa1b50c291d47d831a91",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5970,
"upload_time": "2025-02-08T12:27:17",
"upload_time_iso_8601": "2025-02-08T12:27:17.473126Z",
"url": "https://files.pythonhosted.org/packages/d5/56/0ac5bcc7795ea2deada696b9fd847e5ecbfbb194cb85acb02eabcb8127f4/exporimo-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-08 12:27:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "FailProger",
"github_project": "exporimo",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "marimo",
"specs": [
[
">=",
"0.10.0"
]
]
},
{
"name": "netifaces",
"specs": [
[
">=",
"0.11.0"
]
]
}
],
"lcname": "exporimo"
}