mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
28 lines
350 B
ReStructuredText
28 lines
350 B
ReStructuredText
|
pblconvert
|
||
|
==========
|
||
|
|
||
|
pblconvert is a tool to convert pebble resources.
|
||
|
Today, it can be used to convert SVGs to PDCs.
|
||
|
|
||
|
Installing
|
||
|
-----------
|
||
|
|
||
|
```
|
||
|
$ pip install .
|
||
|
```
|
||
|
|
||
|
Running tests
|
||
|
-------------
|
||
|
|
||
|
```
|
||
|
$ nosetests tests
|
||
|
```
|
||
|
|
||
|
Usage
|
||
|
------
|
||
|
|
||
|
```
|
||
|
pblconvert --infile <input> [--informat --outfile --outformat]
|
||
|
```
|
||
|
|
||
|
One of [outformat|outfile] is required
|