Metadata-Version: 2.1
Name: ecscmdb
Version: 1.6.21
Summary: Dump the OpenManage database.
Home-page: https://git.wayne.edu/ECS_Projects/ECScmdb.git
License: GPL-3.0-or-later
Keywords: cmdb,cmdbdiff
Author: Thomas R. Stevenson
Author-email: aa0026@wayne.edu
Maintainer: Thomas R. Stevenson
Maintainer-email: aa0026@wayne.edu
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: User Interfaces
Requires-Dist: autologging (==1.3.2)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: ecspylibs (==v1.1.15)
Requires-Dist: idna (==2.10)
Requires-Dist: jinja2 (==2.11.2)
Requires-Dist: markupsafe (==1.1.1)
Requires-Dist: numpy (==1.19.1)
Requires-Dist: pandas (==1.0.5)
Requires-Dist: psutil (==5.7.2)
Requires-Dist: pycrypto (==2.6.1)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.1)
Requires-Dist: requests (==2.24.0)
Requires-Dist: six (==1.15.0)
Requires-Dist: urllib3 (==1.25.10)
Requires-Dist: xlrd (==1.2.0)
Requires-Dist: xlsxwriter (==1.3.1)
Project-URL: About Me, https://About.Me/Thomas.R.Stevenson
Project-URL: Documentation, https://git.wayne.edu/ECS_Projects/ECScmdb.git/-/blob/master/README.md
Project-URL: License, https://git.wayne.edu/ECS_Projects/ECScmdb.git/-/blob/master/LICENSE.txt
Description-Content-Type: text/markdown

# -*- coding: utf-8 -*-
#
# Do NOT edit this system file by hand -- use git.
# See "URL to git source" below.
#
# Author:        $Id: Thomas R. Stevenson <aa0026@wayne.edu> $
#
# Last Changed:  $Date: Wed Feb 8 18:51:00 2023 -0500 $
#
# URL to git source: $URL: git@git.wayne.edu:ECS_Projects/ECScmdb.git $
#
# ECScmdb

 cmdb: Download the devices in the OpenManage database into a spreadsheet, one work sheet for each device.

 cmdbdiff: Compare two cmdb spreadsheets for differences.

## Installation

 Use Python virtual environment and install package ecscmdb.

## Version

 # cmdb --version
 cmdb: ecscmdb(1.6.20), ecspylibs(1.1.14)

 # cmdbdiff --version
 cmdbdiff: ecscmdb(1.6.20), ecspylibs(1.1.14)

## Help

 # cmdb --help

 Program to download the data from the OpenManage DB and build a spreadsheet.

 Some default option values listed below can be overridden within the
 configuration file.

 Usage:
   cmdb [-v] [-L LEVEL] [--LOG=DIR] [-F] [-c CONFIG] [-s SECTION] [-o OUTPUT] [-p PWFILE] [-D] [-P SIZE]
   cmdb [-vl] [-L LEVEL] [--LOG=DIR] [-c CONFIG] [-s SECTION] [-a ID]... [-d ID]... [-p PWFILE] [-D]
   cmdb (-h | --help | -V | --version)

   There are no required options.

 Options:
   -h, --help                     Show this help message and exit.
   -V, --version                  Show version information and exit.
   -F, --full                     Show all data, no filtering.
   -c CONFIG, --config=CONFIG     The configuration file.
                                  Default: "/home/tom/Run/ECScmdb/Testing/etc/ecscmdb/cmdb.yml"
   -s SECTION, --section=SECTION  The configuration file version (default
                                  defined within the configuration file).
   -o OUTPUT, --output=OUTPUT     Output file or directory.
                                  Default: "/home/tom/Run/ECScmdb/Testing/output/OpenManage-cmdb.2023-02-08-18-14-30.xlsx"
   -p PWFILE, --pw=PWFILE         The password file.  This file is used when a
                                  login to a website or webpage is required.
                                  Default: "/home/tom/Run/ECScmdb/Testing/etc/ecscmdb/cmdb.pw"
   -l, --list                     List all of the IDs in the password file and
                                  exit.  If both the --list and --verbose
                                  options are included, list both IDs and
                                  Passwords and exit.
   -a ID, --add=ID                Add (or update) an ID and Password and exit.
                                  Program will prompt for the Password to be
                                  saved to the password file.
   -d ID, --delete=ID             Delete an ID (if it exists) from the
                                  password file and exit.
   -v, --verbose                  Print verbose messages.
   -L LEVEL, --log=LEVEL          Print log messages at log value LEVEL.
                                  Valid levels are: TRACE, DEBUG, INFO, WARNING,
                                  ERROR, and CRITICAL.
                                  Default: WARNING
   --LOG=DIR                      Log directory.
                                  Default: "/home/tom/Run/ECScmdb/Testing/log/cmdb.log"
   -D, --dryrun                   Only print out what would be done.
   -P SIZE, --poolsize=SIZE       Call OpenManage using pools of size SIZE.
                                  Default: set by the OS.

 # cmdbdiff --help

 Program to analyze two spreadsheets for differences.

 Some default option values listed below can be overridden within the initialization file.

 Usage:
   cmdbdiff [-v] [-L LEVEL] [--LOG=DIR] [-c CONFIG] [-s SECTION] [-r REPORT] [-D] SPREADSHEET1 SPREADSHEET2
   cmdbdiff (-h | --help | -V | --version)

   Variables SPREADSHEET1 and SPREADSHEET2 are required, all other parameters are optional.

 Options:
   -h, --help                          Show this help message and exit.
   -V, --version                       Show version information and exit.
   -c CONFIG, --config=CONFIG          The configuration file.
                                       Default: "/home/tom/Run/ECScmdb/Testing/etc/ecscmdb/cmdbdiff.yml"
   -s SECTION, --section=SECTION       The configuration file version (default
                                       defined within the configuration file).
   -r REPORT, --report=REPORT          Report directory or file.
   -v, --verbose                       Print verbose messages.
   -L LEVEL, --log=LEVEL               Print log messages at log value LEVEL.
                                       Valid levels are: TRACE, DEBUG, INFO, WARNING,
                                       ERROR, and CRITICAL.
                                       Default: "WARNING"
   --LOG=DIR                           Log Directory,
                                       Default: "/home/tom/Run/ECScmdb/Testing/log/cmdbdiff.log"
   -D, --dryrun                        Only print out what would be done.


 The GIT Home can be found [Here][CMDB].
 The README file can be found [Here][README].
 The LICENSE file can be found [Here][LICENSE].
 The ChangeLog file can be found [Here][CHANGELOG].
 The pyproject.toml file can be found [Here][PYPROJECT].
 My contact information can be found [Here][About Me].

[CMDB]: https://git.wayne.edu/ECS_Projects/ECScmdb
[README]: https://git.wayne.edu/ECS_Projects/ECScmdb/-/blob/master/README.md
[LICENSE]: https://git.wayne.edu/ECS_Projects/ECScmdb/-/blob/master/LICENSE.txt
[CHANGELOG]: https://git.wayne.edu/ECS_Projects/ECScmdb/-/blob/master/ChangeLog
[PYPROJECT]: https://git.wayne.edu/ECS_Projects/ECScmdb/-/blob/master/pyproject.toml
[About Me]: https://About.Me/Thomas.R.Stevenson

