Skip to content

close2code-palm/Ideco_scan_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is made for Ideco as a test task. It is an asyncronous web service able to scan machines on the Internet.

  • To run application:
    • run python3 -m venv venv in project folder
    • run source venv/bin/activate
    • get dependencies with pip install -r requirements.txt
    • run server with calling main from sswa/run_server.py

Tests are available with python3 -m unittest test.py

  • To make rpm packages(automaticly generating spec files in build/bdist.linux-x86_64/rpm/SPECS/):
    • Make sure you have rpm-build installed
    • run python3 setup.py bdist_rpm
    • after installation from package app can be run with 'serve_scanner'

About

Test task for python trainee position

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages