Skip to main content

An API for reading and manipulating Starmade game data

Project description

# Starmadepy v0.1

A Python library for manipulating Starmade game data

## Overview

Starmadepy is a simple python library that makes parsing and manipulating Starmade game data easy. As this project is fairly new, the only file type that is currently supported is the .smtpl, or Template file type.

[Docs](http://starmadepy.readthedocs.org/en/latest/)

## Example

Maybe you created a really nice component that utilizes blocks, wedges, corners, heptas, and tetras in a couple different colors and you’d like to generate some copies of this template in different colors.

The following code will open a template file, select all the blocks with the color grey and then replace them with orange.

from starmadepy import starmade

template = starmade.Template.fromSMTPL(‘sometemplatefile.smtpl’) template.replace({‘color’: ‘grey’}, {‘color’: ‘orange’})

## Installation

It is recommended that you use virtualenv or the virtualenvwrapper.

pip install starmadepy

## Contributing coming soon

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

starmadepy-0.1.0-py2-none-any.whl (16.3 kB view hashes)

Uploaded 2 7

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page