Metadata-Version: 2.1
Name: srbpy
Version: 0.1.2
Summary: A road design Python project
Home-page: https://github.com/billhu0228/SmartRoadBridgePy
Author: bill hu
Author-email: billhu0228@icloud.com
License: UNKNOWN
Keywords: civil,road,alignment
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-spatial (>=4.0.0)
Requires-Dist: PyAngle (>=2.2.0)


---

# SrbPy + *.srb

## XML中间交换格式

基于xml的标准数据格式请参考 [详细说明](./docs/standards/中间交换文件格式标准.md) 。

## SrbPy

提供了两个子模块：

 - 路线模块(srbpy.alignment)，用于解析EICAD路线数据包并解析.
 - 模型(srbpy.model), 用于建模。

用法及包详情请参考[文档](https://smartroadbridgepy.readthedocs.io/zh_CN/latest/srbpy.html#module-srbpy) 。



