A transport plugin allowing AiiDA to run calculations on Windows machines.
Project description
aiida-ssh2win
A transport plugin allowing AiiDA to run calculations on Windows machines.
This plugin is the default output of the AiiDA plugin cutter, intended to help developers get started with their AiiDA plugins.
Repository contents
.github/
: Github Actions configurationci.yml
: runs tests, checks test coverage and builds documentation at every new commitpublish-on-pypi.yml
: automatically deploy git tags to PyPI - just generate a PyPI API token for your PyPI account and add it to thepypi_token
secret of your github repository
aiida_ssh2win/
: The main source code of the plugin packagetransport.py
: ContainsSshToWindowsTransport
- a concrete implementation of AiiDA'sTransport
interface
docs/
: A documentation template ready for publication on Read the Docstests/
: Unit testing using the pytest framework. Installpip install -e .[testing]
and runpytest
..gitignore
: Telling git which files to ignore.pre-commit-config.yaml
: Configuration of pre-commit hooks that sanitize coding style and check for syntax errors. Enable viapip install -e .[pre-commit] && pre-commit install
.readthedocs.yml
: Configuration of documentation build for Read the DocsLICENSE
: License for your pluginREADME.md
: This fileconftest.py
: Configuration of fixtures for pytestpyproject.toml
: Python package metadata for registration on PyPI and the AiiDA plugin registry (including entry points)
Installation
pip install aiida-ssh2win
verdi quicksetup # better to set up a new profile
verdi plugin list aiida.transports # should now show the `ssh2win` plugins
Usage
License
MIT
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiida_ssh2win-0.2.0.tar.gz
(87.6 kB
view hashes)
Built Distribution
Close
Hashes for aiida_ssh2win-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27b343265896981462d3e3a98ddb0f7aefa3cfd17b3070f446c1a61a1c8c8627 |
|
MD5 | eeb0ce58f822b04bd6a9d921e180a4a3 |
|
BLAKE2b-256 | e79496e692b0873b6d1f0f8fad89d92fe6decb021e060e138385ade44ab60369 |