{"id":15050192,"url":"https://github.com/mozilla/inv-tool","last_synced_at":"2025-10-04T12:32:22.467Z","repository":{"id":4438391,"uuid":"5576659","full_name":"mozilla/inv-tool","owner":"mozilla","description":"INACTIVE - http://mzl.la/ghe-archive - A command line interface to inventory","archived":true,"fork":false,"pushed_at":"2019-03-28T04:06:21.000Z","size":1148,"stargazers_count":11,"open_issues_count":0,"forks_count":12,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-09-22T06:45:36.243Z","etag":null,"topics":["inactive","unmaintained"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mozilla.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-27T20:34:05.000Z","updated_at":"2024-10-11T12:17:42.000Z","dependencies_parsed_at":"2022-08-27T01:52:13.620Z","dependency_job_id":null,"html_url":"https://github.com/mozilla/inv-tool","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/mozilla/inv-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Finv-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Finv-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Finv-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Finv-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozilla","download_url":"https://codeload.github.com/mozilla/inv-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Finv-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278314343,"owners_count":25966771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inactive","unmaintained"],"created_at":"2024-09-24T21:25:04.270Z","updated_at":"2025-10-04T12:32:22.156Z","avatar_url":"https://github.com/mozilla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=========\n invtool\n=========\n\n-------------------------------------------------------------------\nA Command Line Interface for poking at Mozilla's Inventory project.\n-------------------------------------------------------------------\n\nNotes On Updating\n=================\nHere is how you update your invtool.\n\nThe git method (recommended)\n----------------------------\nSee which ``INVTOOL_VERSION`` you are running::\n\n    invtool status | grep INVTOOL_VERSION\n\nChange directory to where you cloned this repository::\n\n    cd invtool\n\nUpdate the code to the latest version::\n\n    git pull\n\nInstall the code you just pulled in (You don't need to do this if you are running a non-root install)::\n\n    sudo python setup.py install\n\nConfirm you are running a newer version::\n\n    invtool status | grep INVTOOL_VERSION\n\n\nThe non-git method (not recommended)\n------------------------------------\n\nGo to https://github.com/uberj/inv-tool/releases and download the latest version.\n\nNotes On Installing\n===================\n\n``invtool`` requires ``requests`` and ``simplejson`` (and ``argparse`` if you are running python2.6)::\n\n    sudo pip install -r requirements.txt\n    sudo python setup.py install\n\nAn optional package (though highly recommend and included in\n``requirements.txt``) is ``keychain``. If you need to use ``invtool`` without\nit, remove it from ``requirements.txt`` and store your ldap password in\nplaintext.\n\n``invtool`` supports a few different ways of setting your credentials. Your\nusername can either be stored in the configuration file or passed at the\ncommand line. Your password may be stored in the configuration file (in\nplain text), stored in a `python-keyring \u003chttps://pypi.python.org/pypi/keyring\u003e`_,\nor passed on the command line. If you do not want to store your credentials\non disk at all, you must remove the ldap_username AND ldap_password entries\nfrom the configuration file.\n\n``invtool`` will read its configuration from\n\n * ``/etc/invtool.conf``\n * ``~/.invtool.conf`` and\n * ``./etc/invtool.conf``\n\nQuick Install\n-------------\nHere is a quick tip for a non-root install::\n\n    git clone https://github.com/uberj/inv-tool.git invtool\n    cd invtool\n    cp etc/invtool.conf-dist etc/invtool.conf\n    # Set host and port\n    $EDITOR etc/invtool.conf\n    export PYTHONPATH=.:$PYTHONPATH\n    ln -s ./bin/invtool ./devinvtool\n    ./devinvtool status\n\nOn this first invocation, if no credentials have been previously set, invtool\nwill prompt you for them. If the keyring module is present, your password will\nbe stored in the system keyring for later use under the service\n\"invtool-ldap\". The keyring service name can be changed in the configuration\nfile.\n\nRTFM\n====\n\n``man invtool`` OR checkout the repo and run ``make man``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozilla%2Finv-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozilla%2Finv-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozilla%2Finv-tool/lists"}