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

wwwpy

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wwwpy - pypi Package Compare versions

Comparing version
0.1.78
to
0.1.79
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: wwwpy
Version: 0.1.78
Version: 0.1.79
Summary: Build Powerful Web Applications: Simple, Scalable, and Fully Customizable

@@ -5,0 +5,0 @@ Author-email: Simone Giacomelli <simone.giacomelli@gmail.com>

# https://packaging.python.org/en/latest/tutorials/packaging-projects/
[project]
name = "wwwpy"
version = "0.1.78"
version = "0.1.79"

@@ -6,0 +6,0 @@ # todo

Metadata-Version: 2.4
Name: wwwpy
Version: 0.1.78
Version: 0.1.79
Summary: Build Powerful Web Applications: Simple, Scalable, and Fully Customizable

@@ -5,0 +5,0 @@ Author-email: Simone Giacomelli <simone.giacomelli@gmail.com>

@@ -1,3 +0,3 @@

__version__ = "0.1.78"
git_hash_short = "f053281"
git_hash = "f0532813b13938b4cfebe5676a2b209a895de419"
__version__ = "0.1.79"
git_hash_short = "5068e8d"
git_hash = "5068e8d8c09f1e396affd2c5b479ed6c607f4e59"

@@ -283,4 +283,5 @@ from __future__ import annotations

def __init__(self, cached=True):
def __init__(self, cached=False):
""" If cached is True, the element will be cached after the first access.
Default is False.
The practical use of this is when removing the element from the parent, the element is still available.

@@ -287,0 +288,0 @@ Without cache, if it is detached from the parent, the element will be unreachable.