Metadata-Version: 2.4
Name: xmi
Version: 0.3.0
Summary: Used to interpret XMI Schema
License: MIT
License-File: LICENSE.txt
Keywords: xmi,schema,structural,engineering
Author: darellchua
Author-email: darellchua2@gmail.com
Requires-Python: >=3.12
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Project-URL: Bug Tracker, https://github.com/darellchua2/xmi-schema/issues
Project-URL: Documentation, https://github.com/darellchua2/xmi-schema
Project-URL: Homepage, https://github.com/darellchua2/xmi-schema
Project-URL: Repository, https://github.com/darellchua2/xmi-schema
Description-Content-Type: text/markdown

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 from the JSON File

| 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   | ![DONE](https://img.shields.io/badge/Status-DONE-green)        |
| 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) |


testing
