cobweb-launcher 3.1.12__py3-none-any.whl → 3.1.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cobweb/base/item.py +9 -9
- {cobweb_launcher-3.1.12.dist-info → cobweb_launcher-3.1.13.dist-info}/METADATA +1 -1
- {cobweb_launcher-3.1.12.dist-info → cobweb_launcher-3.1.13.dist-info}/RECORD +6 -6
- {cobweb_launcher-3.1.12.dist-info → cobweb_launcher-3.1.13.dist-info}/LICENSE +0 -0
- {cobweb_launcher-3.1.12.dist-info → cobweb_launcher-3.1.13.dist-info}/WHEEL +0 -0
- {cobweb_launcher-3.1.12.dist-info → cobweb_launcher-3.1.13.dist-info}/top_level.txt +0 -0
cobweb/base/item.py
CHANGED
@@ -12,15 +12,6 @@ class Item(type):
|
|
12
12
|
new_class_instance.Data = namedtuple(table, fields)
|
13
13
|
return new_class_instance
|
14
14
|
|
15
|
-
def __getattr__(self, name):
|
16
|
-
return None
|
17
|
-
|
18
|
-
def __setitem__(self, key, value):
|
19
|
-
setattr(self, key, value)
|
20
|
-
|
21
|
-
def __getitem__(self, item):
|
22
|
-
return getattr(self, item)
|
23
|
-
|
24
15
|
|
25
16
|
class BaseItem(metaclass=Item):
|
26
17
|
|
@@ -51,6 +42,15 @@ class BaseItem(metaclass=Item):
|
|
51
42
|
def fields(self):
|
52
43
|
return self.__FIELDS__
|
53
44
|
|
45
|
+
def __getattr__(self, name):
|
46
|
+
return None
|
47
|
+
|
48
|
+
def __setitem__(self, key, value):
|
49
|
+
setattr(self, key, value)
|
50
|
+
|
51
|
+
def __getitem__(self, item):
|
52
|
+
return getattr(self, item)
|
53
|
+
|
54
54
|
|
55
55
|
|
56
56
|
class CSVItem(BaseItem):
|
@@ -3,7 +3,7 @@ cobweb/constant.py,sha256=zy3XYsc1qp2B76_Fn_hVQ8eGHlPBd3OFlZK2cryE6FY,2839
|
|
3
3
|
cobweb/setting.py,sha256=TjL5IyAYZkhj1941RQ4n45zOdWzO8X53WZvVWB0MnPY,1735
|
4
4
|
cobweb/base/__init__.py,sha256=c1qwQrpe5atW_OK_Qw9kaiZpVDey3t_nvRwlH7QRIqY,179
|
5
5
|
cobweb/base/common_queue.py,sha256=W7PPZZFl52j3Mc916T0imHj7oAUelA6aKJwW-FecDPE,872
|
6
|
-
cobweb/base/item.py,sha256=
|
6
|
+
cobweb/base/item.py,sha256=uEckxV1SXgrFk194oNSHA-NaWiR1f-AGDCZfYGZM7Ys,1310
|
7
7
|
cobweb/base/logger.py,sha256=Vsg1bD4LXW91VgY-ANsmaUu-mD88hU_WS83f7jX3qF8,2011
|
8
8
|
cobweb/base/request.py,sha256=UduMEPqmvYknrUl2M8pHffD5ESfezQIk6wYtX1i4w4Y,2344
|
9
9
|
cobweb/base/response.py,sha256=g8e5H0hEiRfqseh3nD7t6a1rhIJYRMV7nI47kqNOd-U,446
|
@@ -32,8 +32,8 @@ cobweb/utils/decorators.py,sha256=066JCY_RNMr2mXkhEv8XTtOOKkv9CFiBm0ZNCcC-2ag,11
|
|
32
32
|
cobweb/utils/dotting.py,sha256=L-jGSApdnFIP4jUWH6p5qIme0aJ1vyDrxAx8wOJWvcs,1960
|
33
33
|
cobweb/utils/oss.py,sha256=wmToIIVNO8nCQVRmreVaZejk01aCWS35e1NV6cr0yGI,4192
|
34
34
|
cobweb/utils/tools.py,sha256=14TCedqt07m4z6bCnFAsITOFixeGr8V3aOKk--L7Cr0,879
|
35
|
-
cobweb_launcher-3.1.
|
36
|
-
cobweb_launcher-3.1.
|
37
|
-
cobweb_launcher-3.1.
|
38
|
-
cobweb_launcher-3.1.
|
39
|
-
cobweb_launcher-3.1.
|
35
|
+
cobweb_launcher-3.1.13.dist-info/LICENSE,sha256=z1rxSIGOyzcSb3orZxFPxzx-0C1vTocmswqBNxpKfEk,1063
|
36
|
+
cobweb_launcher-3.1.13.dist-info/METADATA,sha256=1KaV4nUFU8lX-zYaT-DURpNvbjPZySGOsGOVwcwnUsA,6459
|
37
|
+
cobweb_launcher-3.1.13.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
38
|
+
cobweb_launcher-3.1.13.dist-info/top_level.txt,sha256=4GETBGNsKqiCUezmT-mJn7tjhcDlu7nLIV5gGgHBW4I,7
|
39
|
+
cobweb_launcher-3.1.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|