ai-parrot 0.2.7__tar.gz → 0.2.8__tar.gz
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 ai-parrot might be problematic. Click here for more details.
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/PKG-INFO +2 -2
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/ai_parrot.egg-info/PKG-INFO +2 -2
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/ai_parrot.egg-info/requires.txt +1 -1
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/retrievals/__init__.py +8 -8
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/google.py +2 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/version.py +1 -1
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/setup.py +1 -1
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.flake8 +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.github/dependabot.yml +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.github/workflows/codeql-analysis.yml +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.github/workflows/release.yml +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.gitignore +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.isort.cfg +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/.pylintrc +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/INSTALL +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/LICENSE +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/Makefile +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/README.md +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/SECURITY.md +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/ai_parrot.egg-info/SOURCES.txt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/ai_parrot.egg-info/dependency_links.txt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/ai_parrot.egg-info/top_level.txt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/app.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/documents/ex-code-loaders.txt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/navigator-ssl.ini +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/navigator.ini +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/domain.ext +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/navigator.local.crt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/navigator.local.csr +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/navigator.local.key +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/rootCA.crt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/rootCA.key +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/etc/ssl/rootCA.srl +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/examples/check_bot.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/examples/test_bot.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/examples/test_question.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/mypy.ini +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/abstract.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/asktroc.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/base.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/basic.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/bose.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/cody.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/copilot.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/dataframe.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/hragents.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/odoo.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/chatbots/retrievals/constitutional.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/conf.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/bing.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/config.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/duckgo.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/file.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/google.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/gtrends.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/md2pdf.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/rag.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/search.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/crew/tools/url.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/exceptions.c +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/exceptions.pyx +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/handlers/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/handlers/bots.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/handlers/chat.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/interfaces/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/interfaces/database.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/abstract.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/anthropic.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/google.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/groq.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/hf.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/openai.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/pipes.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/llms/vertex.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/abstract.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/audio.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/basepdf.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/basevideo.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/csv.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/dir.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/excel.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/github.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/handlers/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/handlers/data.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/image.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/json.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/pdf.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/pdfchapters.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/pdffn.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/pdfimages.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/pdfmark.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/pdftables.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/ppt.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/qa.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/repo.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/rtd.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/txt.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/utils/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/utils/models.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/video.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/videolocal.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/vimeo.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/web.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/web_base.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/word.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/loaders/youtube.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/manager.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/models.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/py.typed +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/stores/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/stores/abstract.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/stores/milvus.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/stores/qdrant.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/abstract.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/asknews.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/bing.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/duck.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/stack.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/weather.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/wikipedia.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/tools/zipcode.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/parsers/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/parsers/toml.c +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/parsers/toml.pyx +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/toml.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/types.cpp +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/types.pyx +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/parrot/utils/uv.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/pyproject.toml +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/pytest.ini +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/requirements/requirements-dev.txt +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/resources/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/resources/quick.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/resources/users/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/resources/users/handlers.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/resources/users/models.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/run.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/settings/__init__.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/settings/settings.py +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/setup.cfg +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/templates/.compiled +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/templates/README.md +0 -0
- {ai_parrot-0.2.7 → ai_parrot-0.2.8}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ai-parrot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
|
|
5
5
|
Home-page: https://github.com/phenobarbital/ai-parrot
|
|
6
6
|
Author: Jesus Lara
|
|
@@ -95,7 +95,7 @@ Requires-Dist: huggingface-hub==0.23.5
|
|
|
95
95
|
Requires-Dist: llama-index==0.10.20
|
|
96
96
|
Requires-Dist: llama_cpp_python==0.2.56
|
|
97
97
|
Requires-Dist: asyncdb[all]>=2.7.10
|
|
98
|
-
Requires-Dist: querysource
|
|
98
|
+
Requires-Dist: querysource>=3.10.1
|
|
99
99
|
Requires-Dist: yfinance==0.2.40
|
|
100
100
|
Requires-Dist: youtube_search==2.1.2
|
|
101
101
|
Requires-Dist: wikipedia==1.4.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ai-parrot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
|
|
5
5
|
Home-page: https://github.com/phenobarbital/ai-parrot
|
|
6
6
|
Author: Jesus Lara
|
|
@@ -95,7 +95,7 @@ Requires-Dist: huggingface-hub==0.23.5
|
|
|
95
95
|
Requires-Dist: llama-index==0.10.20
|
|
96
96
|
Requires-Dist: llama_cpp_python==0.2.56
|
|
97
97
|
Requires-Dist: asyncdb[all]>=2.7.10
|
|
98
|
-
Requires-Dist: querysource
|
|
98
|
+
Requires-Dist: querysource>=3.10.1
|
|
99
99
|
Requires-Dist: yfinance==0.2.40
|
|
100
100
|
Requires-Dist: youtube_search==2.1.2
|
|
101
101
|
Requires-Dist: wikipedia==1.4.0
|
|
@@ -85,25 +85,25 @@ class RetrievalManager:
|
|
|
85
85
|
self.request = request
|
|
86
86
|
|
|
87
87
|
def __enter__(self):
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
self.client_id: str = str(uuid.uuid4())
|
|
89
|
+
self.client, _ = self.store.connect(alias=self.client_id)
|
|
90
90
|
return self
|
|
91
91
|
|
|
92
92
|
async def __aenter__(self):
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
self.client_id: str = str(uuid.uuid4())
|
|
94
|
+
self.client, _ = self.store.connect(alias=self.client_id)
|
|
95
95
|
return self
|
|
96
96
|
|
|
97
97
|
async def __aexit__(self, exc_type, exc_value, traceback):
|
|
98
|
-
|
|
98
|
+
self.client.close() # closing database connection
|
|
99
99
|
# closing the connection:
|
|
100
|
-
|
|
100
|
+
self.store.close(alias=self.client_id)
|
|
101
101
|
pass
|
|
102
102
|
|
|
103
103
|
def __exit__(self, exc_type, exc_value, traceback):
|
|
104
|
-
|
|
104
|
+
self.client.close() # closing database connection
|
|
105
105
|
# closing the connection:
|
|
106
|
-
|
|
106
|
+
self.store.close(alias=self.client_id)
|
|
107
107
|
pass
|
|
108
108
|
|
|
109
109
|
def create_memory(
|
|
@@ -107,6 +107,7 @@ class GoogleLocationFinder(BaseTool):
|
|
|
107
107
|
super().__init__(**kwargs)
|
|
108
108
|
self.google_key = kwargs.get('api_key', GOOGLE_API_KEY)
|
|
109
109
|
self.kwargs = kwargs
|
|
110
|
+
print(':: LOCATION FINDER STARTED :: ')
|
|
110
111
|
|
|
111
112
|
def extract_location(self, data):
|
|
112
113
|
city = state = state_code = zipcode = None
|
|
@@ -133,6 +134,7 @@ class GoogleLocationFinder(BaseTool):
|
|
|
133
134
|
self.base_url,
|
|
134
135
|
params=params
|
|
135
136
|
)
|
|
137
|
+
print('LOCATION FINDER > ', response)
|
|
136
138
|
if response.status_code == 200:
|
|
137
139
|
result = response.json()
|
|
138
140
|
if result['status'] == 'OK':
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
__title__ = "ai-parrot"
|
|
4
4
|
__description__ = "Live Chatbots based on Langchain chatbots and Agents \
|
|
5
5
|
Integrated into Navigator Framework or used into aiohttp applications."
|
|
6
|
-
__version__ = "0.2.
|
|
6
|
+
__version__ = "0.2.8"
|
|
7
7
|
__author__ = "Jesus Lara"
|
|
8
8
|
__author_email__ = "jesuslarag@gmail.com"
|
|
9
9
|
__license__ = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|