Skip to main content

A small package for operating systems course.

Project description

Mini Elastic Container Service Package

  • This is NOT intended for commercial use, neither for developing any application.
  • This package is just for a project of the Operating Systems course at my university.

The build is done with the following script.

#!/bin/bash

rm dist/*

VERSION=$(grep "version" setup.cfg | awk -F. -v OFS=. '{print $3 + 1}')

sed -i -e "/version =/ s/= .*/= 0.0.$VERSION/" setup.cfg

python3 -m build

python3 -m twine upload dist/*

The default socket ip is localhost and the port 65535. To change either value you must use the class constructor, an example is presented below:

from miniecs_test_package import miniecs

CONNECTION = miniecs.MiniECS(address='192.168.1.100', port=8080)
CONNECTION.create_container(name='Test_Container')
CONNECTION.stop()   # To stop the socket connection.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

miniecs_test_package-Jeremias-V-0.0.21.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page