personal_knowledge_library 3.3.0__py3-none-any.whl → 3.3.1__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.
Potentially problematic release.
This version of personal_knowledge_library might be problematic. Click here for more details.
- knowledge/__init__.py +1 -1
- knowledge/services/asyncio/graph.py +1 -1
- {personal_knowledge_library-3.3.0.dist-info → personal_knowledge_library-3.3.1.dist-info}/METADATA +1 -1
- {personal_knowledge_library-3.3.0.dist-info → personal_knowledge_library-3.3.1.dist-info}/RECORD +6 -6
- {personal_knowledge_library-3.3.0.dist-info → personal_knowledge_library-3.3.1.dist-info}/WHEEL +0 -0
- {personal_knowledge_library-3.3.0.dist-info → personal_knowledge_library-3.3.1.dist-info}/licenses/LICENSE +0 -0
knowledge/__init__.py
CHANGED
|
@@ -1797,7 +1797,7 @@ class AsyncWacomKnowledgeService(AsyncServiceAPIClient):
|
|
|
1797
1797
|
content_link="",
|
|
1798
1798
|
ontology_types=entity_types,
|
|
1799
1799
|
entity_type=EntityType.PERSONAL_ENTITY,
|
|
1800
|
-
tokens=e.get("
|
|
1800
|
+
tokens=e.get("tokens"),
|
|
1801
1801
|
token_indexes=e.get("tokenIndexes"),
|
|
1802
1802
|
)
|
|
1803
1803
|
ne.relevant_type = OntologyClassReference.parse(e["type"])
|
{personal_knowledge_library-3.3.0.dist-info → personal_knowledge_library-3.3.1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
knowledge/__init__.py,sha256=
|
|
1
|
+
knowledge/__init__.py,sha256=sk5bCaQK-JBHw1ZijD3K31mG1hqYYLR-3-z2w2r8_kw,2680
|
|
2
2
|
knowledge/base/__init__.py,sha256=rgAcl0azO6eoVk1gK9z0UFNlTHj3AN88k6LG-GdATFk,1079
|
|
3
3
|
knowledge/base/access.py,sha256=BSh-6QbeHOCu55XTxA-p3DwEyRzgtN8TSxtcn6UvmZo,4411
|
|
4
4
|
knowledge/base/entity.py,sha256=b-Ana_H_WI2-AT_n-V_HzUL6W9Ri16DcZFS3q4ziI94,8445
|
|
@@ -21,7 +21,7 @@ knowledge/public/wikidata.py,sha256=LwMP2kq2mH5Oi9JhPvG8lN9pZMDlQvxgaZgQKQO3kaM,
|
|
|
21
21
|
knowledge/services/__init__.py,sha256=Pg4Pd9cCRiQ4-v3E0WCqldOhJFcMmkZrQHA7BY1Z1K8,3604
|
|
22
22
|
knowledge/services/asyncio/__init__.py,sha256=dq9yGTxg_hoQb8E1kEtY4AeB8zrdJfw3-XlPoYn2j5U,225
|
|
23
23
|
knowledge/services/asyncio/base.py,sha256=im6J1CWOp1N1tt6WdJ1uU0R-VFpvdYc6lZu8TyPrU5A,16222
|
|
24
|
-
knowledge/services/asyncio/graph.py,sha256=
|
|
24
|
+
knowledge/services/asyncio/graph.py,sha256=XLVqDli8-Nr92MuLUKvHDisSqqca3fxg6e3_O0HC_2o,74144
|
|
25
25
|
knowledge/services/asyncio/group.py,sha256=UKbk8vnPqqAkuc5gAd6g3IVOKmUJNqG2lreZM0O-hRg,18356
|
|
26
26
|
knowledge/services/asyncio/search.py,sha256=fm1j6fJDQx831B82bqmZ3czYrYH3qtPCYlisSF26M5g,16217
|
|
27
27
|
knowledge/services/asyncio/users.py,sha256=NJ7xagjr4gF6yKJXdwa0bz0eaYlQDee5RCEpfQJEHWk,10274
|
|
@@ -40,7 +40,7 @@ knowledge/utils/graph.py,sha256=kuPZEGhexVN9McoT8JK2ViIrfXTh-nFPv_8XPfG0wlA,1231
|
|
|
40
40
|
knowledge/utils/import_format.py,sha256=fjuWpd91eAs7MbqSpLrFgdRvFaHK0nzV1L83ByjTmV0,5277
|
|
41
41
|
knowledge/utils/wikidata.py,sha256=vRH-4AMR-3xywyvmDqbjI4KSw4tF4TEYqUGCJmUMqK8,5512
|
|
42
42
|
knowledge/utils/wikipedia.py,sha256=rBuFqYVM58JCj5ISLxuhYVVl2gOIlPLWx7_CghyQgvE,5052
|
|
43
|
-
personal_knowledge_library-3.3.
|
|
44
|
-
personal_knowledge_library-3.3.
|
|
45
|
-
personal_knowledge_library-3.3.
|
|
46
|
-
personal_knowledge_library-3.3.
|
|
43
|
+
personal_knowledge_library-3.3.1.dist-info/METADATA,sha256=4gN9LhikI7XxXhVBldAgGDwVyam5cWQe8DrWTIcKJ_M,57120
|
|
44
|
+
personal_knowledge_library-3.3.1.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
45
|
+
personal_knowledge_library-3.3.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
46
|
+
personal_knowledge_library-3.3.1.dist-info/RECORD,,
|
{personal_knowledge_library-3.3.0.dist-info → personal_knowledge_library-3.3.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|