Skip to main content

A library Python to configure, repair and install servers in an automated way.

Project description

bwc-bsconf 0.1.1

This project better define server configurations, repairs and installations in various operating environments.

Developers can use the main features of the tool with this pip package.

Facilitate the installation of web servers, games, email, etc.

To Developers


Installation

Install the package with pip:

via PyPI:

pip install bwc-bsconf

or via GitHub

pip install git+https://github.com/BarcaWebCloud/bsconf-py.git


Now Create a Python file to start using the bwc-bsconf package in your project. In the example below, the file named main.py was specified to run the bsconf module. Add the following content in the main file.

main.py

import importlib

bwc_bsconf = importlib.import_module("bwc-bsconf")
init = bwc_bsconf.bsconf

init()

Run the main program

python3 main.py*

Will display on your screen something like this:

Welcome to BSconf

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

bwc-bsconf-0.1.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

bwc_bsconf-0.1.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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