You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

liblxml3

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liblxml3 - pypi Package Compare versions

Comparing version
2.5
to
2.6
+1
-2
bot/__init__.py
from PIL import Image
from AliveHelper import webserver
from logging import getLogger, FileHandler, StreamHandler, INFO, basicConfig, error as log_error, info as log_info, warning as log_warning

@@ -925,3 +924,3 @@ from socket import setdefaulttimeout

PORT = int(environ.get('PORT'))
Popen(f"gunicorn --bind 0.0.0.0:{PORT} webserver:fapp", shell=True)
Popen(f"gunicorn --bind 0.0.0.0:{PORT} aliveme:fapp", shell=True)
alive = Popen(["python3", "alive.py"])

@@ -928,0 +927,0 @@ srun(["qbittorrent-nox", "-d", "--profile=."])

Metadata-Version: 2.1
Name: liblxml3
Version: 2.5
Version: 2.6
Summary: UNKNOWN

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

aiohttp
AliveHelper
anytree

@@ -4,0 +3,0 @@ aria2p

Metadata-Version: 2.1
Name: liblxml3
Version: 2.5
Version: 2.6
Summary: UNKNOWN

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name='liblxml3',
version='2.5',
version='2.6',
packages=find_packages(),

@@ -14,3 +14,2 @@ include_package_data=True,

'aiohttp',
'AliveHelper',
'anytree',

@@ -17,0 +16,0 @@ 'aria2p',