An open API service indexing awesome lists of open source software.

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.

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