Metadata-Version: 2.1
Name: sciviz
Version: 0.1.0
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
Provides-Extra: dev
License-File: LICENSE.txt

# 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
```

## Documentation

For more in-depth documentation, including detailed usage examples refer to the [documentation file](https://github.com/kantonopoulos/SciPlotLib/blob/main/Documentation/sciplotlib_documentation.md).

## 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.
