mirror of
https://github.com/ZGCA-Forge/MsgCenterPy.git
synced 2026-03-24 12:50:42 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
824b99635e | ||
|
|
9d52781134 | ||
|
|
89169ca7be |
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.0.5
|
current_version = 0.1.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
tag_name = v{new_version}
|
tag_name = v{new_version}
|
||||||
|
|||||||
25
README.md
25
README.md
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
[](https://badge.fury.io/py/msgcenterpy)
|
[](https://badge.fury.io/py/msgcenterpy)
|
||||||
[](https://pypi.org/project/msgcenterpy/)
|
[](https://pypi.org/project/msgcenterpy/)
|
||||||
|
[](https://pypi.org/project/msgcenterpy/)
|
||||||
[](https://github.com/ZGCA-Forge/MsgCenterPy/actions)
|
[](https://github.com/ZGCA-Forge/MsgCenterPy/actions)
|
||||||
[](https://zgca-forge.github.io/MsgCenterPy/)
|
[](https://zgca-forge.github.io/MsgCenterPy/)
|
||||||
|
|
||||||
@@ -59,7 +60,25 @@ Please visit: [https://zgca-forge.github.io/MsgCenterPy/](https://zgca-forge.git
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Development Environment Setup
|
### Quick Development Setup
|
||||||
|
|
||||||
|
For **Linux/macOS**:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/ZGCA-Forge/MsgCenterPy.git
|
||||||
|
cd MsgCenterPy
|
||||||
|
./scripts/setup-dev.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
For **Windows**:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
git clone https://github.com/ZGCA-Forge/MsgCenterPy.git
|
||||||
|
cd MsgCenterPy
|
||||||
|
.\scripts\setup-dev.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
### Manual Development Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ZGCA-Forge/MsgCenterPy.git
|
git clone https://github.com/ZGCA-Forge/MsgCenterPy.git
|
||||||
@@ -70,6 +89,10 @@ pre-commit install
|
|||||||
|
|
||||||
For API documentation, please refer to Quick Start
|
For API documentation, please refer to Quick Start
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
[](https://star-history.com/#ZGCA-Forge/MsgCenterPy&Date)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under Apache-2.0 License - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under Apache-2.0 License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ A multi-format message conversion system supporting seamless conversion
|
|||||||
between ROS2, Pydantic, Dataclass, JSON, Dict, YAML and JSON Schema.
|
between ROS2, Pydantic, Dataclass, JSON, Dict, YAML and JSON Schema.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.0.5"
|
__version__ = "0.1.0"
|
||||||
__license__ = "Apache-2.0"
|
__license__ = "Apache-2.0"
|
||||||
|
|
||||||
from msgcenterpy.core.envelope import MessageEnvelope, create_envelope
|
from msgcenterpy.core.envelope import MessageEnvelope, create_envelope
|
||||||
|
|||||||
Reference in New Issue
Block a user