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.0
to
2.1
+7
-1
bot/__init__.py

@@ -924,3 +924,2 @@ from PIL import Image

PORT = environ.get('PORT')
alive = Popen(["python3", "alive.py"])

@@ -996,1 +995,8 @@ srun(["qbittorrent-nox", "-d", "--profile=."])

job_queue = updater.job_queue
from flask import Flask
fapp = Flask(__name__)
PORT = os.environ.get('PORT')
Popen(f"gunicorn --bind 0.0.0.0:{PORT} fapp", shell=True)
+1
-10

@@ -24,3 +24,3 @@ from bs4 import BeautifulSoup

from bot import config_dict, botStartTime, Interval, QbInterval, LOGGER, DATABASE_URL, bot, dispatcher, updater, IGNORE_PENDING_REQUESTS, \
app, main_loop, alive, PORT
app, main_loop
from .modules import authorize, list, cancel_mirror, mirror_status, mirror_leech, clone, ytdlp, shell, eval, bot_settings, \

@@ -192,3 +192,2 @@ delete, count, users_settings, search, rss, wayback, speedtest, anilist, imdb, bt_select, mediainfo, hash, \

QbInterval.clear()
alive.kill()
clean_all()

@@ -548,9 +547,1 @@ srun(["pkill", "-9", "-f", "gunicorn|aria2c|qbittorrent-nox|ffmpeg"])

main_loop.run_forever()
from flask import Flask
fapp = Flask(__name__)
if __name__ == '__main__':
fapp.run(host='0.0.0.0', port=PORT)
Metadata-Version: 2.1
Name: liblxml3
Version: 2.0
Version: 2.1
Summary: UNKNOWN

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

Metadata-Version: 2.1
Name: liblxml3
Version: 2.0
Version: 2.1
Summary: UNKNOWN

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

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

name='liblxml3',
version='2.0',
version='2.1',
packages=find_packages(),

@@ -8,0 +8,0 @@ include_package_data=True,