Metadata-Version: 2.1
Name: sciviz
Version: 0.1.1
Summary: A package to simplify scientific visualization
Home-page: https://github.com/kantonopoulos/SciViz
Author: Konstantinos Antonopoulos
Author-email: k.antono@outlook.com
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: dev
Requires-Dist: unittest ; extra == 'dev'

# SciViz: Simplifying Plot Creation for Students and Researchers


**SciViz** is a Python package designed to simplify the creation of statistical data analysis plots, optimized specifically for the needs of students and researchers. With SciPlotLib, you can effortlessly generate aesthetically pleasing plots for your data visualization tasks using single function calls.

## Features

- **Simplicity**: Easy-to-use interface for creating aesthetics plots with minimal effort.
- **Flexibility**: Customizable plots with seaborn/matplotlib axis objects for further manipulation.

## Installation

You can install SciViz via pip:
```
pip install sciviz
```

## Contributing

Contributions are welcome! Please fork your contribution or reach out to discuss new ideas.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
