ncubed automation backend for network device management
Project description
NC-MIS
The ncubed MIS application is used to configure (network) IT systems.
Possible interpretations
- Make it so...
- Managed infrastructure services
- My inferiour scripts
- My Imaginary Solutions
- My Internet Struggles
- Make it simple
- maybe it's not
Installation and updating
pip install nc-mis
Usage
A .env file is automatically created when the above scripts are run. This file is excluded from git. Use this file to store secrets and import the Python dotenv package in your modules to load the values automatically when executing.
from dotenv import load_dotenv
load_dotenv() # take environment variables from .env.
# Code of your application, which uses environment variables (e.g. from `os.environ` or
# `os.getenv`) as if they came from the actual environment.
dotenv can also be used on the CLI to load environment variables when executing a command:
$ dotenv ansible-playbook playbook.yml -i inventory
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 nc_mis-0.2.3.tar.gz.
File metadata
- Download URL: nc_mis-0.2.3.tar.gz
- Upload date:
- Size: 56.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47f06e5e4b7726c1d65bea465a1d7899b021e6ae6633b5eecdff2144d141af56
|
|
| MD5 |
84e3e6ab1859ab14bd4088b1853aae5c
|
|
| BLAKE2b-256 |
61db816d4f7548cdeca6443ca6dd2766ba65791aacfdc7c909896bf3eaacda45
|
File details
Details for the file nc_mis-0.2.3-py3-none-any.whl.
File metadata
- Download URL: nc_mis-0.2.3-py3-none-any.whl
- Upload date:
- Size: 50.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af711898cd47f5a5525687e45e13411fce1e320e97a8577075ed4781ea8d3644
|
|
| MD5 |
2e13352f6585466867850afe46c2e772
|
|
| BLAKE2b-256 |
544c0602b7a9d2d5cbb19e46f3ac57fcb025287cff1b3a335513929084c3cb1b
|