Metadata-Version: 2.4
Name: scatlaspy
Version: 0.0.1
Summary: A disk-resident single-cell atlas analysis platform.
Project-URL: Homepage, https://github.com/GaoLabXDU/scatlaspy
Project-URL: Repository, https://github.com/GaoLabXDU/scatlaspy
Project-URL: Issues, https://github.com/GaoLabXDU/scatlaspy/issues
Author-email: Han Xu <hxu10670@gmail.com>
Maintainer-email: Han Xu <hxu10670@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: atlas-scale analysis,bioinformatics,omics,single-cell,single-cell atlas
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# scAtlasPy

**scAtlasPy** is a disk-resident single-cell atlas analysis platform designed for compressed atlas storage, high-throughput random data access, and scalable analysis under limited memory conditions.

This is an initial placeholder release for the `scatlaspy` Python package. Full functionality and documentation will be released with the main scAtlasPy project.

## Installation

```bash
pip install scatlaspy
```

## Quick check

```python
import scatlaspy as sp
print(sp.__version__)
```

Command line:

```bash
scatlaspy --version
```

## Project status

scAtlasPy is under active development.
