Metadata-Version: 2.1
Name: ccbcge
Version: 0.1.0
Summary: A package to access gene expression data for breast cancer
Author: Bryce Tolman
Author-email: bat.2000@live.com
License: Apache-2.0
Project-URL: Homepage, https://github.com/brycetolman54/ccbcge
Keywords: gene expression,breast cancer,bioinformatics
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>2.25.1
Requires-Dist: pandas>1.3.0

# CCBCGE

The goal of this python package is to provide quick, easy acces to breast cancer gene expression data for analysis.

## Installation
To install this package, run the following command in your terminal:
```
pip install ccbcge
```

## Requirements

This package requires use of the `request` and `pandas` python packages. If you do not have them installed already, it will install them for you.

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for more information.

# TODO

- [ ] Add a CLI
- [ ] Add more data!!
