Metadata-Version: 2.1
Name: rstudio-hpc
Version: 0.1.0
Summary: RStudio Server on high-performance computing clusters.
Home-page: https://github.com/altaf-ali/rstudio-hpc
License: MIT
Author: Altaf Ali
Author-email: altaf.ali@sanger.ac.uk
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: autoflake (>=1.7.8,<2.0.0) ; extra == "test"
Requires-Dist: black (>=23.1.0,<24.0.0) ; extra == "test"
Requires-Dist: bump2version (>=1.0.1,<2.0.0) ; extra == "dev"
Requires-Dist: flake8 (>=5.0.4,<6.0.0) ; extra == "test"
Requires-Dist: flake8-docstrings (>=1.7.0,<2.0.0) ; extra == "test"
Requires-Dist: isort (>=5.12.0,<6.0.0) ; extra == "test"
Requires-Dist: mkdocs (>=1.4.2,<2.0.0) ; extra == "doc"
Requires-Dist: mkdocs-autorefs (>=0.4.1,<0.5.0) ; extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (>=3.9.1,<4.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material (>=9.1.0,<10.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material-extensions (>=1.1.1,<2.0.0)
Requires-Dist: mkdocs-render-swagger-plugin (>=0.0.4,<0.0.5)
Requires-Dist: mkdocstrings (>=0.20.0,<0.21.0) ; extra == "doc"
Requires-Dist: mkdocstrings-python (>=0.8.3,<0.9.0) ; extra == "doc"
Requires-Dist: mypy (>=v1.0.1,<2.0.0) ; extra == "test"
Requires-Dist: mypy-extensions (>=1.0.0,<2.0.0)
Requires-Dist: pip (>=23.0.1,<24.0.0) ; extra == "dev"
Requires-Dist: pre-commit (>=3.1.1,<4.0.0) ; extra == "dev"
Requires-Dist: pytest (>=7.2.2,<8.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=4.0.0,<5.0.0) ; extra == "test"
Requires-Dist: toml (>=0.10.2,<0.11.0) ; extra == "dev"
Requires-Dist: tox (>=4.4.6,<5.0.0) ; extra == "dev"
Requires-Dist: twine (>=4.0.2,<5.0.0) ; extra == "dev"
Requires-Dist: typer (>=0.7.0,<0.8.0)
Requires-Dist: virtualenv (>=20.20.0,<21.0.0) ; extra == "dev"
Description-Content-Type: text/markdown

# RStudio HPC


[![pypi](https://img.shields.io/pypi/v/rstudio-hpc.svg)](https://pypi.org/project/rstudio-hpc/)
[![python](https://img.shields.io/pypi/pyversions/rstudio-hpc.svg)](https://pypi.org/project/rstudio-hpc/)
[![Build Status](https://github.com/altaf-ali/rstudio-hpc/actions/workflows/dev.yml/badge.svg)](https://github.com/altaf-ali/rstudio-hpc/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/altaf-ali/rstudio-hpc/branch/main/graphs/badge.svg)](https://codecov.io/github/altaf-ali/rstudio-hpc)



RStudio Server on high-performance computing clusters


* Documentation: <https://altaf-ali.github.io/rstudio-hpc>
* GitHub: <https://github.com/altaf-ali/rstudio-hpc>
* PyPI: <https://pypi.org/project/rstudio-hpc/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [altaf-ali/cookiecutter-pypackage](https://altaf-ali.github.io/cookiecutter-pypackage) project template.

