python-multem


Namepython-multem JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/rosalindfranklininstitute/python-multem
SummaryA Python wrapper for MULTEM
upload_time2023-12-11 11:13:50
maintainer
docs_urlNone
authorJames Parkhurst
requires_python
licenseGPL v3
keywords multem
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-multem
> Python wrapper for MULTEM

[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/rosalindfranklininstitute/python-multem.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rosalindfranklininstitute/python-multem/context:python)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/rosalindfranklininstitute/python-multem.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rosalindfranklininstitute/python-multem/alerts/)
[![Building](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-package.yml/badge.svg)](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-package.yml)
[![Publishing](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-publish.yml/badge.svg)](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-publish.yml)
[![DOI](https://zenodo.org/badge/201027691.svg)](https://zenodo.org/badge/latestdoi/201027691)

## Installation

To install from the github repository do the following

```sh
export CUDACXX=${PATH_TO_CUDA}/bin/nvcc
python -m pip install git+https://github.com/rosalindfranklininstitute/python-multem.git@master
```

To install from source, clone this repository. The repository has a submodule
for pybind11 so after cloning the repository run

```sh
git submodule update --init --recursive
```

Then do the following:

```sh
export CUDACXX=${PATH_TO_CUDA}/bin/nvcc
python -m pip install .
```

If you would like to run the tests then, clone this repository and then do the following:

```sh
export CUDACXX=${PATH_TO_CUDA}/bin/nvcc
python -m pip install .[test]
```

## Installation for developers

To install for development, clone this repository and then do the following:

```sh
export CUDACXX=${PATH_TO_CUDA}/bin/nvcc
python -m pip install -e .
```

## Testing

To run the tests, follow the installation instructions and execute the following:

```sh
pytest
```

## Issues

Please use the [GitHub issue tracker](https://github.com/rosalindfranklininstitute/python-multem/issues) to submit bugs or request features.

## License

Copyright Diamond Light Source, 2019.

Distributed under the terms of the GPLv3 license, python-multem is free and open source software.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rosalindfranklininstitute/python-multem",
    "name": "python-multem",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "MULTEM",
    "author": "James Parkhurst",
    "author_email": "james.parkhurst@diamond.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/6d/5e/da6b82a701110a1de286527e10267ce69c439ecd1edc109b13f5b80fb759/python-multem-0.3.5.tar.gz",
    "platform": "unix",
    "description": "# python-multem\n> Python wrapper for MULTEM\n\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/rosalindfranklininstitute/python-multem.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rosalindfranklininstitute/python-multem/context:python)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/rosalindfranklininstitute/python-multem.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rosalindfranklininstitute/python-multem/alerts/)\n[![Building](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-package.yml/badge.svg)](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-package.yml)\n[![Publishing](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-publish.yml/badge.svg)](https://github.com/rosalindfranklininstitute/python-multem/actions/workflows/python-publish.yml)\n[![DOI](https://zenodo.org/badge/201027691.svg)](https://zenodo.org/badge/latestdoi/201027691)\n\n## Installation\n\nTo install from the github repository do the following\n\n```sh\nexport CUDACXX=${PATH_TO_CUDA}/bin/nvcc\npython -m pip install git+https://github.com/rosalindfranklininstitute/python-multem.git@master\n```\n\nTo install from source, clone this repository. The repository has a submodule\nfor pybind11 so after cloning the repository run\n\n```sh\ngit submodule update --init --recursive\n```\n\nThen do the following:\n\n```sh\nexport CUDACXX=${PATH_TO_CUDA}/bin/nvcc\npython -m pip install .\n```\n\nIf you would like to run the tests then, clone this repository and then do the following:\n\n```sh\nexport CUDACXX=${PATH_TO_CUDA}/bin/nvcc\npython -m pip install .[test]\n```\n\n## Installation for developers\n\nTo install for development, clone this repository and then do the following:\n\n```sh\nexport CUDACXX=${PATH_TO_CUDA}/bin/nvcc\npython -m pip install -e .\n```\n\n## Testing\n\nTo run the tests, follow the installation instructions and execute the following:\n\n```sh\npytest\n```\n\n## Issues\n\nPlease use the [GitHub issue tracker](https://github.com/rosalindfranklininstitute/python-multem/issues) to submit bugs or request features.\n\n## License\n\nCopyright Diamond Light Source, 2019.\n\nDistributed under the terms of the GPLv3 license, python-multem is free and open source software.\n\n",
    "bugtrack_url": null,
    "license": "GPL v3",
    "summary": "A Python wrapper for MULTEM",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/rosalindfranklininstitute/python-multem",
        "Source": "https://github.com/rosalindfranklininstitute/python-multem",
        "Tracker": "https://github.com/rosalindfranklininstitute/python-multem/issues"
    },
    "split_keywords": [
        "multem"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d5eda6b82a701110a1de286527e10267ce69c439ecd1edc109b13f5b80fb759",
                "md5": "0277863b0929ce5eea61af0399c4e82e",
                "sha256": "f1eea6103e2757f10869c32af90706f3f87a164f1baca5a18f7b87d12a9d41b2"
            },
            "downloads": -1,
            "filename": "python-multem-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0277863b0929ce5eea61af0399c4e82e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 89459638,
            "upload_time": "2023-12-11T11:13:50",
            "upload_time_iso_8601": "2023-12-11T11:13:50.534732Z",
            "url": "https://files.pythonhosted.org/packages/6d/5e/da6b82a701110a1de286527e10267ce69c439ecd1edc109b13f5b80fb759/python-multem-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 11:13:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rosalindfranklininstitute",
    "github_project": "python-multem",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "python-multem"
}
        
Elapsed time: 0.15011s