https://github.com/56kyle/pydm
A Python CLI/package that converts DM files into Python modules and vice versa.
https://github.com/56kyle/pydm
Last synced: about 1 year ago
JSON representation
A Python CLI/package that converts DM files into Python modules and vice versa.
- Host: GitHub
- URL: https://github.com/56kyle/pydm
- Owner: 56kyle
- License: gpl-3.0
- Created: 2022-06-03T17:57:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T13:50:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T05:17:17.372Z (over 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pydm
A Python CLI/package that converts DM files into Python modules and vice versa.
Currently it is still in mid-early development and parsing does not function, but some stages are functional. Overall the plan is to create an object tree similar to Byond's and then to allow the parsing to more naturally be done.
### Install
# Pip
pip install pydm
# Poetry
poetry add pydm
### Usage
#TODO
### CLI
#TODO