Metadata-Version: 2.1
Name: xmi
Version: 0.0.5.1
Summary: Used to intepret XMI Schema
Author-email: darellchua2 <darellchua2@gmail.com>
Project-URL: Homepage, https://github.com/darellchua2/xmi-schema
Project-URL: Bug Tracker, https://github.com/darellchua2/xmi-schema/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy

I used the followinfg link for reference
https://medium.com/analytics-vidhya/how-to-create-a-python-library-7d5aea80cc3f

### Legend

**Status Indicators:**

- ![TO DO](https://img.shields.io/badge/Status-TO_DO-red) Complete the documentation
- ![ONGOING](https://img.shields.io/badge/Status-ONGOING-yellow) Tasks that are currently being worked on.
- ![DONE](https://img.shields.io/badge/Status-DONE-green) Set up the repository

# Library Development Progress

XmiManager is currently able to read the following entities

| Entity Name               | Status                                                         |
| ------------------------- | -------------------------------------------------------------- |
| StructuralModel           | ![TO DO](https://img.shields.io/badge/Status-TO_DO-red)        |
| StructuralPointConnection | ![DONE](https://img.shields.io/badge/Status-DONE-green)        |
| StructuralCurveMember     | ![DONE](https://img.shields.io/badge/Status-DONE-green)        |
| StructuralSurfaceMember   | ![ONGOING](https://img.shields.io/badge/Status-ONGOING-yellow) |
| StructuralMaterial        | ![DONE](https://img.shields.io/badge/Status-DONE-green)        |
| StructuralCrossSection    | ![DONE](https://img.shields.io/badge/Status-DONE-green)        |
| StructuralUnit            | ![ONGOING](https://img.shields.io/badge/Status-ONGOING-yellow) |
