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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file miniecs_test_package-Jeremias-V-0.0.21.tar.gz.
File metadata
- Download URL: miniecs_test_package-Jeremias-V-0.0.21.tar.gz
- Upload date:
- Size: 3.5 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5e8cb7c40fe246009c69a7916901f0f2f85fd519b083e2096a7a9fa593074ef
|
|
| MD5 |
2f02138dcae570f232fbfef2ccffd197
|
|
| BLAKE2b-256 |
e4c4f189896a7a5e657574572ee72a7a7e157b2042b34164a7f1f64497908652
|
File details
Details for the file miniecs_test_package_Jeremias_V-0.0.21-py3-none-any.whl.
File metadata
- Download URL: miniecs_test_package_Jeremias_V-0.0.21-py3-none-any.whl
- Upload date:
- Size: 4.2 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34092795fc13a32cd42771bb4bfa400e185f71b8cfac9d43daa12738dd09566e
|
|
| MD5 |
61f80572c90f88efb41d243028cf3eb0
|
|
| BLAKE2b-256 |
448d5debf632e9ea12a96ca96699f605d80cba9c4f8be75b30a190727b82529a
|