sub2sub


Namesub2sub JSON
Version 2024.7.15 PyPI version JSON
download
home_pagehttps://github.com/fzhu2e/sub2sub-utils
Summarys2s: utilities for Sub2Sub
upload_time2024-07-15 19:55:24
maintainerNone
docs_urlNone
authorFeng Zhu
requires_pythonNone
licenseMIT
keywords sub2sub omip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sub2sub-utils

Utilities for the Sub2Sub project.


## Installation

```
git clone git@github.com:fzhu2e/sub2sub-utils.git
cd sub2sub
conda create -n sub2sub-env python=3.12
conda install jupyter notebook xesmf
pip install -e .    # install from the local directory as a dev mode
```

## Usage

In a Python session or a Jupyter notebook:
```
import sub2sub as s2s
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fzhu2e/sub2sub-utils",
    "name": "sub2sub",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Sub2Sub, OMIP",
    "author": "Feng Zhu",
    "author_email": "fengzhu@ucar.edu",
    "download_url": "https://files.pythonhosted.org/packages/13/3e/d37fc68c5a6fe13d0b8fc52e564de2f0a16556304b1dcc5893beb2d14451/sub2sub-2024.7.15.tar.gz",
    "platform": null,
    "description": "# sub2sub-utils\n\nUtilities for the Sub2Sub project.\n\n\n## Installation\n\n```\ngit clone git@github.com:fzhu2e/sub2sub-utils.git\ncd sub2sub\nconda create -n sub2sub-env python=3.12\nconda install jupyter notebook xesmf\npip install -e .    # install from the local directory as a dev mode\n```\n\n## Usage\n\nIn a Python session or a Jupyter notebook:\n```\nimport sub2sub as s2s\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "s2s: utilities for Sub2Sub",
    "version": "2024.7.15",
    "project_urls": {
        "Homepage": "https://github.com/fzhu2e/sub2sub-utils"
    },
    "split_keywords": [
        "sub2sub",
        " omip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "133ed37fc68c5a6fe13d0b8fc52e564de2f0a16556304b1dcc5893beb2d14451",
                "md5": "34a6ad7ec08a3f0689284dc85c6e63d8",
                "sha256": "e7b01f696545b45b3dfefd28faaa70ad2ff45f8149a2eb3bbdaefd57ae46b501"
            },
            "downloads": -1,
            "filename": "sub2sub-2024.7.15.tar.gz",
            "has_sig": false,
            "md5_digest": "34a6ad7ec08a3f0689284dc85c6e63d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4380,
            "upload_time": "2024-07-15T19:55:24",
            "upload_time_iso_8601": "2024-07-15T19:55:24.928591Z",
            "url": "https://files.pythonhosted.org/packages/13/3e/d37fc68c5a6fe13d0b8fc52e564de2f0a16556304b1dcc5893beb2d14451/sub2sub-2024.7.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 19:55:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fzhu2e",
    "github_project": "sub2sub-utils",
    "github_not_found": true,
    "lcname": "sub2sub"
}
        
Elapsed time: 0.35087s