Library to parse and edit spine animations from command line
Project description
spine-json-lib
This library was created to parse, edit and optimize spine animations from command line.
Installing
Install and update using pip
:
pip install -U spine-json-lib
- Free software: MIT license
Features
from spine_json_lib import SpineAnimationEditor
animation_editor = SpineAnimationEditor.from_json_file(
json_path='path/to/animation.json'
)
# images_references will keep references updated to images used in animation
# even after removing an animations or skins
print("{}".format(animation_editor.images_references))
# here we decided to remove "anim1" and "anim2"
animation_editor.erase_animations(
animations_to_erase=["anim1", "anim2"]
)
# here we remove skin1 and all the images only used on this skin
animation_editor.erase_skins(
skins_to_erase=["skin1"]
)
# making animation looks twice bigger that it is right now
animation_editor.scale_animation(scaleX=2.0, scaleY=2.0)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage
project template.
Cookiecutter: https://github.com/audreyr/cookiecutter
audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
Contributing
For guidance on how to make a contribution to spine-json-lib, see the contributing guidelines
.
contributing guidelines: https://github.com/socialpoint-labs/spine-json-lib/blob/master/CONTRIBUTING.rst
Links
- License:
MIT <https://github.com/socialpoint-labs/spine-json-lib/blob/master/LICENSE>
- Releases: https://pypi.org/project/spine-json-lib/
- Code: https://github.com/socialpoint-labs/spine-json-lib
- Issue tracker: https://github.com/socialpoint-labs/spine-json-lib/issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file spine_json_lib-0.4.6.tar.gz
.
File metadata
- Download URL: spine_json_lib-0.4.6.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/36.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.11 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.8.2 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5a06c5ea707d4fcbb8cd76fc9e4de3636ad87a102ee6ee6e7acc27b948051c30
|
|
MD5 |
9248d96ee2b69b8d1595acf140701504
|
|
BLAKE2b-256 |
6ddc3158c660123d959c9fe8642dcb19230dd20f306b182b389a39525a6a9188
|
File details
Details for the file spine_json_lib-0.4.6-py2.py3-none-any.whl
.
File metadata
- Download URL: spine_json_lib-0.4.6-py2.py3-none-any.whl
- Upload date:
- Size: 41.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/36.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.11 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.8.2 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7ff4b3561609a2f5f5d4625eb038470e0f5845b09f3376cfcd8feb985a4b84a4
|
|
MD5 |
79216854c8a51fb2e1e8675a0ad9f284
|
|
BLAKE2b-256 |
06b4551b39944fc6773db9d5af4cb4d351cc39bceeca4ec60efe987cd0568b29
|