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.15.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file miniecs_test_package-Jeremias-V-0.0.15.tar.gz.

File metadata

  • Download URL: miniecs_test_package-Jeremias-V-0.0.15.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for miniecs_test_package-Jeremias-V-0.0.15.tar.gz
Algorithm Hash digest
SHA256 1d487d07deee929aef0c834fccacebac6cac3171909070e7ff8fcaff8239ef6f
MD5 33c42ac803d84dc01f0c1850017d44b2
BLAKE2b-256 07918fd42dadd8f1b79d3164e56ad468066f395ec3013d8a95873a0d2f2b0a56

See more details on using hashes here.

File details

Details for the file miniecs_test_package_Jeremias_V-0.0.15-py3-none-any.whl.

File metadata

  • Download URL: miniecs_test_package_Jeremias_V-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for miniecs_test_package_Jeremias_V-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 b4cea11c3ee49eea97f574f922a4968acb33a2c9cce73475b2d343e8f4c3967d
MD5 a10a78e2330c221c2374ac21a8c694ce
BLAKE2b-256 4f19868b32d120f3f4c92174cc54f9a40da51982621e064c1ff075c278acb795

See more details on using hashes here.

Supported by

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