Metadata-Version: 2.4
Name: scdesigner-backup
Version: 0.1.2
Summary: Python wrapper exposing scDesign3 through a scDesigner-compatible interface.
Project-URL: scDesign3 source, https://github.com/SONGDONGYUAN1994/scDesign3
Project-URL: scDesigner source, https://github.com/krisrs1128/scDesigner
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: R
Requires-Python: >=3.8
Requires-Dist: anndata
Requires-Dist: anndata2ri
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: rpy2
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Description-Content-Type: text/markdown

# scdesigner-backup

A fallback wrapper that exposes scDesign3 through the scDesigner interface, intended for use when the main scDesigner package fails.

Install with: 

```
pip install scdesigner_backup
```
