Metadata-Version: 2.1
Name: composipy
Version: 0.2.0
Summary: This package intends to perform composite material calculations
Home-page: https://github.com/rafaelpsilva07/mimo_composipy.git
Author: Rafael Pereira
Author-email: rafaelpsilva07@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

![composipy Logo](docs/images/composipy_logo.PNG)

# Overview

**composipy** is a python library to calculate composite plates using the classical laminate theory. This library is designed to be simple, userfriendly and helpfull.

This library is for learning purposes. 


## Download using PYPI
```shell
pip install composipy
```

Access the PYPI project:

https://pypi.org/manage/projects/

## Documentation

- [Getting Started](https://rafaelpsilva07.github.io/composipy/buildDocs/html/userGuide/getting_start.html)
- [Code Documentation](https://rafaelpsilva07.github.io/composipy/buildDocs/html/reference/classes.html)


