Metadata-Version: 2.1
Name: cma-atlas
Version: 0.1.0a3
Summary: A dynamic interface with many remote databases of biological data
Home-page: https://github.com/CMA-Lab/Atlas
Author: MrHedmad
Author-email: luca.visentin@unito.it
Project-URL: Bug Tracker, https://github.com/CMA-Lab/Atlas/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <!--
    <!-- Links to shields.io. Uncomment when needed, if needed.
  <a href="https://github.com/CMA-Lab/Atlas/releases"><img src="https://img.shields.io/github/v/release/CMA-Lab/Atlas?style=flat-square" alt="Releases"/></a>
  <a href="https://pypi.org/project/cma-atlas/"><img src="https://img.shields.io/pypi/v/cma-atlas?style=flat-square" alt="PiPY"/></a>
  <a href="https://github.com/CMA-Lab/Atlas/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/github/workflow/status/CMA-Lab/Atlas/Tests?label=Tests&style=flat-square" alt="Tests"/></a>
  <a href="https://www.python.org/"><img src="https://img.shields.io/pypi/pyversions/cma-atlas?style=flat-square" alt="Python Version"/></a>
  -->
</p>

<p align="center">
  <img src="./docs/resources/AtlasLogo_WhiteOnBlack_alpha.png" width="350"/>
</p>

Atlas is (will be) an interface to a series of biological databases. With Atlas, you can download and parse the raw data provided by the servers in a machine-readable format of your choosing for further processing. Interfacing with each service's API is (will be) handled by Atlas, so you can just worry about analyzing the data, not retrieving it.

## License

Atlas is licensed under the [MIT](https://opensource.org/licenses/MIT) license.
