MANIFEST.in
README.md
__init__.py
pyproject.toml
requirements.txt
setup.py
./__init__.py
./setup.py
./codec/__init__.py
./codec/basecodec.py
./codec/custombasecodec.py
./codec/complex/__init__.py
./codec/complex/doubleintcodec.py
./codec/complex/jsoncodec.py
./codec/complex/stringcodec.py
./codec/complex/vector3dcodec.py
./codec/complex/vectorshortcodec.py
./codec/complex/vectorstringcodec.py
./codec/complex/vectorvector3dcodec.py
./codec/custom/__init__.py
./codec/custom/battleimfouserpreviewcodec.py
./codec/custom/battleinfocodec.py
./codec/custom/battlelimitscodec.py
./codec/custom/battlenotifiercodec.py
./codec/custom/battleusercodec.py
./codec/custom/battleuserrewardscodec.py
./codec/custom/battleuserstatscodec.py
./codec/custom/bonusinfocodec.py
./codec/custom/chatmessagecodec.py
./codec/custom/flaginfocodec.py
./codec/custom/missioncodec.py
./codec/custom/missionrewardcodec.py
./codec/custom/missionstreakcodec.py
./codec/custom/movecodec.py
./codec/custom/rankrangecodec.py
./codec/custom/referraldatacodec.py
./codec/custom/tankdamagecodec.py
./codec/custom/targethitcodec.py
./codec/custom/targetpositioncodec.py
./codec/custom/turretrotatecodec.py
./codec/custom/userstatscodec.py
./codec/custom/userstatuscodec.py
./codec/factory/__init__.py
./codec/factory/multitypecodec.py
./codec/factory/vectorcodec.py
./codec/primitive/__init__.py
./codec/primitive/boolcodec.py
./codec/primitive/bytecodec.py
./codec/primitive/floatcodec.py
./codec/primitive/intcodec.py
./codec/primitive/longcodec.py
./codec/primitive/shortcodec.py
./modules/__init__.py
./modules/client/__init__.py
./modules/client/asynctankiinstance.py
./modules/client/tankiinstance.py
./modules/communications/__init__.py
./modules/communications/abstractmessage.py
./modules/communications/command.py
./modules/communications/error.py
./modules/communications/log.py
./modules/communications/typeguards.py
./modules/misc/__init__.py
./modules/misc/packetmanager.py
./modules/networking/__init__.py
./modules/networking/asynctankisocket.py
./modules/networking/tankisocket.py
./modules/processing/__init__.py
./modules/processing/abstractprocessor.py
./modules/processing/asyncabstractprocessor.py
./modules/security/__init__.py
./modules/security/cprotection.pyi
./modules/security/protection.py
./modules/timer/__init__.py
./modules/timer/tankitimer.py
./modules/tracker/__init__.py
./modules/tracker/asyncbasetracker.py
./modules/tracker/asynctarget.py
./modules/tracker/basetracker.py
./modules/tracker/target.py
./packets/__init__.py
./packets/abstractpacket.py
./packets/battle_info/__init__.py
./packets/battle_info/battlefund.py
./packets/battle_info/battlepinginfo.py
./packets/battle_info/battlepingsync.py
./packets/battle_info/battletimeleft.py
./packets/battle_info/changeby.py
./packets/battle_info/flagdelivered.py
./packets/battle_info/flagsinfo.py
./packets/battle_info/flagtaken.py
./packets/battle_info/fullyrespawned.py
./packets/battle_info/goldboxdroptext.py
./packets/battle_info/initbattlestats.py
./packets/battle_info/killconfirm.py
./packets/battle_info/leftinsidedmbattle.py
./packets/battle_info/leftinsideteambattle.py
./packets/battle_info/loadnewplayerdm.py
./packets/battle_info/loadnewplayerteam.py
./packets/battle_info/playerstartposition.py
./packets/battle_info/sendrespawn.py
./packets/battle_info/tankdamage.py
./packets/battle_info/tankhealth.py
./packets/battle_info/updatebattleplayerstatistics.py
./packets/battle_info/updateteambattlescore.py
./packets/battle_info/userrewards.py
./packets/battle_info/userstats.py
./packets/battle_mechanics/__init__.py
./packets/battle_mechanics/battleusercontrol.py
./packets/battle_mechanics/battleuserteamstats.py
./packets/battle_mechanics/bonusboxdropped.py
./packets/battle_mechanics/bonusboxexistinglocations.py
./packets/battle_mechanics/changedequipment.py
./packets/battle_mechanics/collectcrybox.py
./packets/battle_mechanics/collectedbonusbox.py
./packets/battle_mechanics/deathdelayend.py
./packets/battle_mechanics/despawnalive.py
./packets/battle_mechanics/dropflag.py
./packets/battle_mechanics/effectaftermath.py
./packets/battle_mechanics/endrespfantom.py
./packets/battle_mechanics/leavebattle.py
./packets/battle_mechanics/loadbonusboxresources.py
./packets/battle_mechanics/loadcurrentsupplyeffect.py
./packets/battle_mechanics/loadmaplights.py
./packets/battle_mechanics/loadownedgarageitems.py
./packets/battle_mechanics/loadpurchasableitems.py
./packets/battle_mechanics/minelocation.py
./packets/battle_mechanics/mineplace.py
./packets/battle_mechanics/move.py
./packets/battle_mechanics/movecommand.py
./packets/battle_mechanics/moved.py
./packets/battle_mechanics/playerequipment.py
./packets/battle_mechanics/rankup.py
./packets/battle_mechanics/removebonusbox.py
./packets/battle_mechanics/respawndelay.py
./packets/battle_mechanics/selfdestruct.py
./packets/battle_mechanics/selfdestructed.py
./packets/battle_mechanics/shotdirection.py
./packets/battle_mechanics/shoteffect.py
./packets/battle_mechanics/shoteffectapplied.py
./packets/battle_mechanics/startrespfantom.py
./packets/battle_mechanics/suicidedelay.py
./packets/battle_mechanics/tankmovementinfo.py
./packets/battle_mechanics/tankstatsynced.py
./packets/battle_mechanics/turretcontrol.py
./packets/battle_mechanics/turretrotated.py
./packets/battle_mechanics/turretrotation.py
./packets/battle_mechanics/usersuppliesinfo.py
./packets/battle_mechanics/usesupply.py
./packets/chat/__init__.py
./packets/chat/receivegamechat.py
./packets/chat/receivegamesystemchat.py
./packets/chat/receivelobbychat.py
./packets/chat/sendgamechat.py
./packets/chat/sendlobbychat.py
./packets/chat/wipelobbymessages.py
./packets/entry/__init__.py
./packets/entry/answercaptcha.py
./packets/entry/banned.py
./packets/entry/captchacorrect.py
./packets/entry/changelayout.py
./packets/entry/checknameavailability.py
./packets/entry/createaccount.py
./packets/entry/email.py
./packets/entry/invitecodestatus.py
./packets/entry/loadaccountstats.py
./packets/entry/loadfriendslist.py
./packets/entry/loadmapinfo.py
./packets/entry/loadnewbierewards.py
./packets/entry/loadratingstats.py
./packets/entry/loadresources.py
./packets/entry/login.py
./packets/entry/loginfailed.py
./packets/entry/loginready.py
./packets/entry/loginsuccess.py
./packets/entry/nameavailable.py
./packets/entry/nameunavailable.py
./packets/entry/receivecaptcha.py
./packets/entry/requestcaptcha.py
./packets/entry/resourcesloaded.py
./packets/entry/setcaptchakeys.py
./packets/entry/setclientlang.py
./packets/entry/showreturnrewards.py
./packets/entry/wrongnewcaptcha.py
./packets/garage/__init__.py
./packets/garage/buygift.py
./packets/garage/buykit.py
./packets/garage/buymultipleitems.py
./packets/garage/checkitemmounted.py
./packets/garage/loadgarage.py
./packets/garage/mountitem.py
./packets/lobby/__init__.py
./packets/lobby/acceptinvite.py
./packets/lobby/battlecreated.py
./packets/lobby/battlekickreason.py
./packets/lobby/checkbattlename.py
./packets/lobby/createbattle.py
./packets/lobby/joinbattle.py
./packets/lobby/joinedoutsidedmbattle.py
./packets/lobby/joinedoutsideteambattle.py
./packets/lobby/joinedselecteddmbattle.py
./packets/lobby/joinedselectedteambattle.py
./packets/lobby/leftoutsidedmbattle.py
./packets/lobby/leftoutsideteambattle.py
./packets/lobby/leftselectedpreview.py
./packets/lobby/loadallbattles.py
./packets/lobby/loadbattleinfo.py
./packets/lobby/loadlobby.py
./packets/lobby/openfriendslist.py
./packets/lobby/receivedinvite.py
./packets/lobby/rejectinvite.py
./packets/lobby/removebattle.py
./packets/lobby/roundfinish.py
./packets/lobby/roundstart.py
./packets/lobby/selectbattle.py
./packets/lobby/sendinvite.py
./packets/lobby/serverrestart.py
./packets/lobby/spectatebattle.py
./packets/lobby/swapteams.py
./packets/lobby/updateplayerdmbattlepreview.py
./packets/lobby/updateplayerteambattlepreview.py
./packets/lobby/updateteambattlepreview.py
./packets/network/__init__.py
./packets/network/activateprotection.py
./packets/network/ping.py
./packets/network/pong.py
./packets/others/__init__.py
./packets/others/acceptmission.py
./packets/others/battleid.py
./packets/others/buyfromshop.py
./packets/others/changefreemission.py
./packets/others/changemission.py
./packets/others/changeshoplocation.py
./packets/others/closesettings.py
./packets/others/completedmission.py
./packets/others/emailconfirming.py
./packets/others/emailrequest.py
./packets/others/loadmissions.py
./packets/others/loadreferral.py
./packets/others/loadsettings.py
./packets/others/notification.py
./packets/others/promptpwemailchange.py
./packets/others/referraldata.py
./packets/others/requestpwemailchange.py
./packets/others/shopinfo.py
./packets/others/showmissions.py
./packets/others/shownewmission.py
./packets/others/updatepw.py
./packets/others/updatepwemail.py
./packets/shop/__init__.py
./packets/shop/promocodefailed.py
./packets/shop/promocodesuccess.py
./packets/shop/sendpromocode.py
./packets/status/__init__.py
./packets/status/clanstatus.py
./packets/status/inbattlestatus.py
./packets/status/notinbattlestatus.py
./packets/status/onlinestatus.py
./packets/status/premiumstatus.py
./packets/status/rankstatus.py
./packets/status/subscribestatus.py
./packets/turrets/__init__.py
./packets/turrets/firedamage.py
./packets/turrets/fireendout.py
./packets/turrets/firestartout.py
./packets/turrets/freezeendout.py
./packets/turrets/freezestartout.py
./packets/turrets/hammershotout.py
./packets/turrets/multishotturretin.py
./packets/turrets/multishotturretout.py
./packets/turrets/railgunshotinitout.py
./packets/turrets/railgunshotout.py
./packets/turrets/shaftarcadeout.py
./packets/turrets/shaftscopeinitout.py
./packets/turrets/shaftscopeout.py
./packets/turrets/smokeyshootairout.py
./packets/turrets/smokeyshootwallout.py
./packets/turrets/smokyshoottargetout.py
./packets/turrets/smokyshotin.py
./packets/turrets/syncturretdata.py
./packets/turrets/vulcanendout.py
./packets/turrets/vulcanstartout.py
./utils/__init__.py
./utils/address.py
./utils/ebytearray.py
./utils/normalizer.py
./utils/reconnectionconfig.py
./utils/enums/__init__.py
./utils/enums/autoenum.py
./utils/enums/compare.py
./utils/enums/layout.py
./utils/enums/logchanneltype.py
./utils/enums/message.py
codec/__init__.py
codec/basecodec.py
codec/custombasecodec.py
codec/complex/__init__.py
codec/complex/doubleintcodec.py
codec/complex/jsoncodec.py
codec/complex/stringcodec.py
codec/complex/vector3dcodec.py
codec/complex/vectorshortcodec.py
codec/complex/vectorstringcodec.py
codec/complex/vectorvector3dcodec.py
codec/custom/__init__.py
codec/custom/battleimfouserpreviewcodec.py
codec/custom/battleinfocodec.py
codec/custom/battlelimitscodec.py
codec/custom/battlenotifiercodec.py
codec/custom/battleusercodec.py
codec/custom/battleuserrewardscodec.py
codec/custom/battleuserstatscodec.py
codec/custom/bonusinfocodec.py
codec/custom/chatmessagecodec.py
codec/custom/flaginfocodec.py
codec/custom/missioncodec.py
codec/custom/missionrewardcodec.py
codec/custom/missionstreakcodec.py
codec/custom/movecodec.py
codec/custom/rankrangecodec.py
codec/custom/referraldatacodec.py
codec/custom/tankdamagecodec.py
codec/custom/targethitcodec.py
codec/custom/targetpositioncodec.py
codec/custom/turretrotatecodec.py
codec/custom/userstatscodec.py
codec/custom/userstatuscodec.py
codec/factory/__init__.py
codec/factory/multitypecodec.py
codec/factory/vectorcodec.py
codec/primitive/__init__.py
codec/primitive/boolcodec.py
codec/primitive/bytecodec.py
codec/primitive/floatcodec.py
codec/primitive/intcodec.py
codec/primitive/longcodec.py
codec/primitive/shortcodec.py
modules/__init__.py
modules/client/__init__.py
modules/client/asynctankiinstance.py
modules/client/tankiinstance.py
modules/communications/__init__.py
modules/communications/abstractmessage.py
modules/communications/command.py
modules/communications/error.py
modules/communications/log.py
modules/communications/typeguards.py
modules/misc/__init__.py
modules/misc/packetmanager.py
modules/networking/__init__.py
modules/networking/asynctankisocket.py
modules/networking/tankisocket.py
modules/processing/__init__.py
modules/processing/abstractprocessor.py
modules/processing/asyncabstractprocessor.py
modules/security/__init__.py
modules/security/cprotection.c
modules/security/cprotection.pyi
modules/security/cprotection.pyx
modules/security/protection.py
modules/timer/__init__.py
modules/timer/tankitimer.py
modules/tracker/__init__.py
modules/tracker/asyncbasetracker.py
modules/tracker/asynctarget.py
modules/tracker/basetracker.py
modules/tracker/target.py
packets/__init__.py
packets/abstractpacket.py
packets/battle_info/__init__.py
packets/battle_info/battlefund.py
packets/battle_info/battlepinginfo.py
packets/battle_info/battlepingsync.py
packets/battle_info/battletimeleft.py
packets/battle_info/changeby.py
packets/battle_info/flagdelivered.py
packets/battle_info/flagsinfo.py
packets/battle_info/flagtaken.py
packets/battle_info/fullyrespawned.py
packets/battle_info/goldboxdroptext.py
packets/battle_info/initbattlestats.py
packets/battle_info/killconfirm.py
packets/battle_info/leftinsidedmbattle.py
packets/battle_info/leftinsideteambattle.py
packets/battle_info/loadnewplayerdm.py
packets/battle_info/loadnewplayerteam.py
packets/battle_info/playerstartposition.py
packets/battle_info/sendrespawn.py
packets/battle_info/tankdamage.py
packets/battle_info/tankhealth.py
packets/battle_info/updatebattleplayerstatistics.py
packets/battle_info/updateteambattlescore.py
packets/battle_info/userrewards.py
packets/battle_info/userstats.py
packets/battle_mechanics/__init__.py
packets/battle_mechanics/battleusercontrol.py
packets/battle_mechanics/battleuserteamstats.py
packets/battle_mechanics/bonusboxdropped.py
packets/battle_mechanics/bonusboxexistinglocations.py
packets/battle_mechanics/changedequipment.py
packets/battle_mechanics/collectcrybox.py
packets/battle_mechanics/collectedbonusbox.py
packets/battle_mechanics/deathdelayend.py
packets/battle_mechanics/despawnalive.py
packets/battle_mechanics/dropflag.py
packets/battle_mechanics/effectaftermath.py
packets/battle_mechanics/endrespfantom.py
packets/battle_mechanics/leavebattle.py
packets/battle_mechanics/loadbonusboxresources.py
packets/battle_mechanics/loadcurrentsupplyeffect.py
packets/battle_mechanics/loadmaplights.py
packets/battle_mechanics/loadownedgarageitems.py
packets/battle_mechanics/loadpurchasableitems.py
packets/battle_mechanics/minelocation.py
packets/battle_mechanics/mineplace.py
packets/battle_mechanics/move.py
packets/battle_mechanics/movecommand.py
packets/battle_mechanics/moved.py
packets/battle_mechanics/playerequipment.py
packets/battle_mechanics/rankup.py
packets/battle_mechanics/removebonusbox.py
packets/battle_mechanics/respawndelay.py
packets/battle_mechanics/selfdestruct.py
packets/battle_mechanics/selfdestructed.py
packets/battle_mechanics/shotdirection.py
packets/battle_mechanics/shoteffect.py
packets/battle_mechanics/shoteffectapplied.py
packets/battle_mechanics/startrespfantom.py
packets/battle_mechanics/suicidedelay.py
packets/battle_mechanics/tankmovementinfo.py
packets/battle_mechanics/tankstatsynced.py
packets/battle_mechanics/turretcontrol.py
packets/battle_mechanics/turretrotated.py
packets/battle_mechanics/turretrotation.py
packets/battle_mechanics/usersuppliesinfo.py
packets/battle_mechanics/usesupply.py
packets/chat/__init__.py
packets/chat/receivegamechat.py
packets/chat/receivegamesystemchat.py
packets/chat/receivelobbychat.py
packets/chat/sendgamechat.py
packets/chat/sendlobbychat.py
packets/chat/wipelobbymessages.py
packets/entry/__init__.py
packets/entry/answercaptcha.py
packets/entry/banned.py
packets/entry/captchacorrect.py
packets/entry/changelayout.py
packets/entry/checknameavailability.py
packets/entry/createaccount.py
packets/entry/email.py
packets/entry/invitecodestatus.py
packets/entry/loadaccountstats.py
packets/entry/loadfriendslist.py
packets/entry/loadmapinfo.py
packets/entry/loadnewbierewards.py
packets/entry/loadratingstats.py
packets/entry/loadresources.py
packets/entry/login.py
packets/entry/loginfailed.py
packets/entry/loginready.py
packets/entry/loginsuccess.py
packets/entry/nameavailable.py
packets/entry/nameunavailable.py
packets/entry/receivecaptcha.py
packets/entry/requestcaptcha.py
packets/entry/resourcesloaded.py
packets/entry/setcaptchakeys.py
packets/entry/setclientlang.py
packets/entry/showreturnrewards.py
packets/entry/wrongnewcaptcha.py
packets/garage/__init__.py
packets/garage/buygift.py
packets/garage/buykit.py
packets/garage/buymultipleitems.py
packets/garage/checkitemmounted.py
packets/garage/loadgarage.py
packets/garage/mountitem.py
packets/lobby/__init__.py
packets/lobby/acceptinvite.py
packets/lobby/battlecreated.py
packets/lobby/battlekickreason.py
packets/lobby/checkbattlename.py
packets/lobby/createbattle.py
packets/lobby/joinbattle.py
packets/lobby/joinedoutsidedmbattle.py
packets/lobby/joinedoutsideteambattle.py
packets/lobby/joinedselecteddmbattle.py
packets/lobby/joinedselectedteambattle.py
packets/lobby/leftoutsidedmbattle.py
packets/lobby/leftoutsideteambattle.py
packets/lobby/leftselectedpreview.py
packets/lobby/loadallbattles.py
packets/lobby/loadbattleinfo.py
packets/lobby/loadlobby.py
packets/lobby/openfriendslist.py
packets/lobby/receivedinvite.py
packets/lobby/rejectinvite.py
packets/lobby/removebattle.py
packets/lobby/roundfinish.py
packets/lobby/roundstart.py
packets/lobby/selectbattle.py
packets/lobby/sendinvite.py
packets/lobby/serverrestart.py
packets/lobby/spectatebattle.py
packets/lobby/swapteams.py
packets/lobby/updateplayerdmbattlepreview.py
packets/lobby/updateplayerteambattlepreview.py
packets/lobby/updateteambattlepreview.py
packets/network/__init__.py
packets/network/activateprotection.py
packets/network/ping.py
packets/network/pong.py
packets/others/__init__.py
packets/others/acceptmission.py
packets/others/battleid.py
packets/others/buyfromshop.py
packets/others/changefreemission.py
packets/others/changemission.py
packets/others/changeshoplocation.py
packets/others/closesettings.py
packets/others/completedmission.py
packets/others/emailconfirming.py
packets/others/emailrequest.py
packets/others/loadmissions.py
packets/others/loadreferral.py
packets/others/loadsettings.py
packets/others/notification.py
packets/others/promptpwemailchange.py
packets/others/referraldata.py
packets/others/requestpwemailchange.py
packets/others/shopinfo.py
packets/others/showmissions.py
packets/others/shownewmission.py
packets/others/updatepw.py
packets/others/updatepwemail.py
packets/shop/__init__.py
packets/shop/promocodefailed.py
packets/shop/promocodesuccess.py
packets/shop/sendpromocode.py
packets/status/__init__.py
packets/status/clanstatus.py
packets/status/inbattlestatus.py
packets/status/notinbattlestatus.py
packets/status/onlinestatus.py
packets/status/premiumstatus.py
packets/status/rankstatus.py
packets/status/subscribestatus.py
packets/turrets/__init__.py
packets/turrets/firedamage.py
packets/turrets/fireendout.py
packets/turrets/firestartout.py
packets/turrets/freezeendout.py
packets/turrets/freezestartout.py
packets/turrets/hammershotout.py
packets/turrets/multishotturretin.py
packets/turrets/multishotturretout.py
packets/turrets/railgunshotinitout.py
packets/turrets/railgunshotout.py
packets/turrets/shaftarcadeout.py
packets/turrets/shaftscopeinitout.py
packets/turrets/shaftscopeout.py
packets/turrets/smokeyshootairout.py
packets/turrets/smokeyshootwallout.py
packets/turrets/smokyshoottargetout.py
packets/turrets/smokyshotin.py
packets/turrets/syncturretdata.py
packets/turrets/vulcanendout.py
packets/turrets/vulcanstartout.py
probotanki_lib.egg-info/PKG-INFO
probotanki_lib.egg-info/SOURCES.txt
probotanki_lib.egg-info/dependency_links.txt
probotanki_lib.egg-info/not-zip-safe
probotanki_lib.egg-info/requires.txt
probotanki_lib.egg-info/top_level.txt
utils/__init__.py
utils/address.py
utils/ebytearray.py
utils/normalizer.py
utils/reconnectionconfig.py
utils/enums/__init__.py
utils/enums/autoenum.py
utils/enums/compare.py
utils/enums/layout.py
utils/enums/logchanneltype.py
utils/enums/message.py