ProtonPySDK 0.1.1

Creator: bradpython12

Last updated:

0 purchases

ProtonPySDK 0.1.1 Image
ProtonPySDK 0.1.1 Images
Add to Cart

Description:

ProtonPySDK 0.1.1

Proton SDK

This is a rewrite module from various languages to Python
Proton made by Seth A. Robinson which is an old school game designer
who design and code an MMO game, Growtopia. (with Mike Hommel also!)
This package writen in Vanilla Python 3.8

Installation
pip3 install ProtonPySDK
Simple Usage
>>> import Proton
>>>
>>> myData = Proton.Data()
>>> myData.set("Hello", "world")
>>> myData.serialize()
"Hello|world"
>>> myData.toDict()
{"Hello": "world"}
>>> myData.set("number",60)
>>> myData.toDict()
{"Hello": "world", "number": 60}
>>> myData.get("number")
60
>> myData.loads("action|connect\n\rmessage|hello there\n\rid|118233")
>> myData.toDict()
{"action": "connect", "message": "hello there", "id": 118233}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.