fortecubeview


Namefortecubeview JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/evangelistalab/fortecubeview
SummaryA geometry, cube file, and vibrational modes viewer for Psi4 and Forte
upload_time2023-09-05 12:54:02
maintainer
docs_urlNone
authorFrancesco Evangelista
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fortecubeview

A simple cube file viewer based on pythreejs.

![fortecubeview](extra/screenshot.png)

## Installation
Using pip:
```
pip install fortecubeview
```

## Dependencies
forte4cubeview requires [pythreejs](https://github.com/jupyter-widgets/pythreejs) and [scikit-image](https://github.com/scikit-image/scikit-image).

To install pythreejs via pip:
```
pip install pythreejs
```

To install pythreejs via conda:
```
conda install -c conda-forge pythreejs
conda install nodejs -c conda-forge --repodata-fn=repodata.json
```

And then install the extension for jupyter notebooks
```
jupyter nbextension install --py --symlink --sys-prefix pythreejs
jupyter nbextension enable --py --sys-prefix pythreejs
```
Or for jupyter lab:
```
jupyter labextension install @jupyter-widgets/jupyterlab-manager 
jupyter labextension install jupyter-threejs
```

## Getting started
Check out the example files in the `fortecubeview/examples` folder.
From jupyter, the following will load and display all the cube files contained in the currrent working directory
```
    import fortecubeview
    fortecubeview.plot()
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/evangelistalab/fortecubeview",
    "name": "fortecubeview",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Francesco Evangelista",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# fortecubeview\n\nA simple cube file viewer based on pythreejs.\n\n![fortecubeview](extra/screenshot.png)\n\n## Installation\nUsing pip:\n```\npip install fortecubeview\n```\n\n## Dependencies\nforte4cubeview requires [pythreejs](https://github.com/jupyter-widgets/pythreejs) and [scikit-image](https://github.com/scikit-image/scikit-image).\n\nTo install pythreejs via pip:\n```\npip install pythreejs\n```\n\nTo install pythreejs via conda:\n```\nconda install -c conda-forge pythreejs\nconda install nodejs -c conda-forge --repodata-fn=repodata.json\n```\n\nAnd then install the extension for jupyter notebooks\n```\njupyter nbextension install --py --symlink --sys-prefix pythreejs\njupyter nbextension enable --py --sys-prefix pythreejs\n```\nOr for jupyter lab:\n```\njupyter labextension install @jupyter-widgets/jupyterlab-manager \njupyter labextension install jupyter-threejs\n```\n\n## Getting started\nCheck out the example files in the `fortecubeview/examples` folder.\nFrom jupyter, the following will load and display all the cube files contained in the currrent working directory\n```\n    import fortecubeview\n    fortecubeview.plot()\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A geometry, cube file, and vibrational modes viewer for Psi4 and Forte",
    "version": "0.2.4",
    "project_urls": {
        "Homepage": "https://github.com/evangelistalab/fortecubeview"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f815ec71bbdd30ada92c52a5aac9ffdd440efc73bf306daa2ce932c932b233b1",
                "md5": "3d1f724d7883d2c894a1ce6a43fcdfeb",
                "sha256": "5f0da7891b6e9dee8cc4ac7c8118cd2c742b47c5cce1914e11bc372c7bc215c0"
            },
            "downloads": -1,
            "filename": "fortecubeview-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d1f724d7883d2c894a1ce6a43fcdfeb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 25298,
            "upload_time": "2023-09-05T12:54:02",
            "upload_time_iso_8601": "2023-09-05T12:54:02.848005Z",
            "url": "https://files.pythonhosted.org/packages/f8/15/ec71bbdd30ada92c52a5aac9ffdd440efc73bf306daa2ce932c932b233b1/fortecubeview-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 12:54:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "evangelistalab",
    "github_project": "fortecubeview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "fortecubeview"
}
        
Elapsed time: 0.11550s