Skip to main content

A10SA Script

Project description

PyPI Status Python Version License

Read the documentation at https://a10sa-script.readthedocs.io/ Tests Codecov

pre-commit Black

Library for manipulating Vorze A10 sex toy scripts.

Features

  • Read/Write/Convert supported script formats.

  • Export scripts as Buttplug Protocol command sequences.

Supported Formats

  • Vorze CSV

  • Afesta/LPEG VCSX (.bin)

Requirements

  • Python 3.8+

Installation

You can install A10SA Script via pip from PyPI:

$ pip install a10sa-script

Usage

Convert VCSX Vorze_CycloneSA.bin to script_cyclone.csv:

>>> from a10sa_script.script import VCSXCycloneScript, VorzeRotateScript
>>> with open("Vorze_CycloneSA.bin", "rb") as f:
...     vcsx = VCSXCycloneScript.load(f)
>>> with open("script_cyclone.csv", "wb") as f:
...     VorzeRotateScript(vcsx.commands).dump(f)

Please see the Command-line Reference for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, A10SA Script is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.

Project details


Download files

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

Source Distribution

a10sa-script-0.0.4.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

a10sa_script-0.0.4-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file a10sa-script-0.0.4.tar.gz.

File metadata

  • Download URL: a10sa-script-0.0.4.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for a10sa-script-0.0.4.tar.gz
Algorithm Hash digest
SHA256 8a88d59ba339c24c3b18e6a999835119a9a317471aca06fd4eb332c09b205d13
MD5 649d6e91c07f908eff9fa6c8557d0735
BLAKE2b-256 abb7bf3460de701752b74ca0784912910aecba4a5b27eda87af6d4d5bd992749

See more details on using hashes here.

File details

Details for the file a10sa_script-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for a10sa_script-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0448e7cc37991a69476e440e3ff8170c0783ed8c5970ca50b95d702efd62bc40
MD5 6496ac1636d76b21447ea5e09ad68434
BLAKE2b-256 11c614fc509f0ab822a8246f24c4056392aa3897fb9d75270fdec495d6d6612b

See more details on using hashes here.

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