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

allie

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allie - pypi Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-1
allie.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: allie
Version: 1.1.0
Version: 1.1.1
Summary: Biblioteca de inteligência artificial

@@ -5,0 +5,0 @@ Home-page: https://youtube.com/tdcprojetos

@@ -10,1 +10,2 @@ wikipedia

pypiwin32
pyttsx3

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

from allie import allie

@@ -16,6 +16,6 @@ import wikipedia

import random
import pyttsx
import pyttsx3
#Criação do objeto da AWS
engine = pyttsx.init()
engine = pyttsx3.init()
polly = boto3.client('polly')

@@ -22,0 +22,0 @@ ##########################

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

{"voice": 0, "ALLIEStatus": false, "name": "klinsman", "voiceType": false, "volume": 130}
{"ALLIEStatus": false, "voice": 0, "name": "klinsman", "volume": 123, "voiceType": false}
Metadata-Version: 1.1
Name: allie
Version: 1.1.0
Version: 1.1.1
Summary: Biblioteca de inteligência artificial

@@ -5,0 +5,0 @@ Home-page: https://youtube.com/tdcprojetos

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

setup(name='allie',
version='1.1.0',
version='1.1.1',
description='Biblioteca de inteligência artificial',

@@ -30,3 +30,3 @@ url='https://youtube.com/tdcprojetos',

install_requires=['wikipedia', 'requests', 'boto3', 'python-vlc', 'chatterbot',
'pyserial', 'speechrecognition','google_speech', 'pypiwin32'],
'pyserial', 'speechrecognition','google_speech', 'pypiwin32', 'pyttsx3'],

@@ -33,0 +33,0 @@ scripts = [ 'scripts/createFolder.py'],