pytopomojo


Namepytopomojo JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryPython wrapper for TopoMojo API
upload_time2025-07-22 19:27:27
maintainerNone
docs_urlNone
authorJarrett Booz
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyTopoMojo

This project is a Python API Client that can be used to interact with [TopoMojo](https://github.com/cmu-sei/TopoMojo).  It is a work in progress, so not all TopoMojo API endpoints are implemented yet. 

## Installation

```
pip install pytopomojo
```

## Usage Example

```python
from pytopomojo import Topomojo

topomojo = Topomojo("<topomojo_url>", "<topomojo_api_key>")
topomojo.get_workspaces()

# Upload a workspace archive
topomojo.upload_workspace("/path/to/workspace.zip")

# Upload multiple workspace archives
topomojo.upload_workspaces(["/path/one.zip", "/path/two.zip"])
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytopomojo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jarrett Booz",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e1/44/e77ff38e67373073f1b671ab0294ca46512c8ef1bdad3b88dc2cd45225e1/pytopomojo-0.1.5.tar.gz",
    "platform": null,
    "description": "# PyTopoMojo\n\nThis project is a Python API Client that can be used to interact with [TopoMojo](https://github.com/cmu-sei/TopoMojo).  It is a work in progress, so not all TopoMojo API endpoints are implemented yet. \n\n## Installation\n\n```\npip install pytopomojo\n```\n\n## Usage Example\n\n```python\nfrom pytopomojo import Topomojo\n\ntopomojo = Topomojo(\"<topomojo_url>\", \"<topomojo_api_key>\")\ntopomojo.get_workspaces()\n\n# Upload a workspace archive\ntopomojo.upload_workspace(\"/path/to/workspace.zip\")\n\n# Upload multiple workspace archives\ntopomojo.upload_workspaces([\"/path/one.zip\", \"/path/two.zip\"])\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper for TopoMojo API",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a96ab5445cba097d51a17080036a8a1beb479f86515bf4f73a2e8c385b8eb8c",
                "md5": "e4eb73ff8c315fc59eac7a825df16bc8",
                "sha256": "8592f4645bde6b68bd6f829a0b4d6013977e73d51ccc0f4456f07c9d8cb291e2"
            },
            "downloads": -1,
            "filename": "pytopomojo-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4eb73ff8c315fc59eac7a825df16bc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19213,
            "upload_time": "2025-07-22T19:27:26",
            "upload_time_iso_8601": "2025-07-22T19:27:26.621447Z",
            "url": "https://files.pythonhosted.org/packages/9a/96/ab5445cba097d51a17080036a8a1beb479f86515bf4f73a2e8c385b8eb8c/pytopomojo-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e144e77ff38e67373073f1b671ab0294ca46512c8ef1bdad3b88dc2cd45225e1",
                "md5": "4022c37c99d5bfcb0a66909e5f0f992e",
                "sha256": "5035a394220601e08c5c67f08d18be21b8bd6017f13fffd4e2cac5cd42e39ce1"
            },
            "downloads": -1,
            "filename": "pytopomojo-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "4022c37c99d5bfcb0a66909e5f0f992e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18280,
            "upload_time": "2025-07-22T19:27:27",
            "upload_time_iso_8601": "2025-07-22T19:27:27.615082Z",
            "url": "https://files.pythonhosted.org/packages/e1/44/e77ff38e67373073f1b671ab0294ca46512c8ef1bdad3b88dc2cd45225e1/pytopomojo-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 19:27:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytopomojo"
}
        
Elapsed time: 0.97446s