Skip to content

This is a test work that demonstrates async features of python.

Notifications You must be signed in to change notification settings

86Ilya/AsyncRetranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retranslator

This is a test work that demonstrates async features of python. Basic structures of this application are demonstrated on picture below.

structure

Prebuild

To build this application you must install docker and docker-compose on your system

Run tests

To run the tests, you need to execute the following commands

docker build -t testwork_retranslator -f docker/Dockerfile .
docker run -it testwork_retranslator pytest -v /app

Run application

To demo run this application you should execeute the command in the project folder:

sudo bash ./demo.sh

To stop application press <CTRL>+c

About

This is a test work that demonstrates async features of python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published