Metadata-Version: 2.1
Name: system-intelligence
Version: 1.2.0
Summary: Query your system for all hardware and software related information.
Home-page: https://github.com/zethson/system_intelligence
Author: Lukas Heumos
Author-email: lukas.heumos@posteo.net
License: Apache2.0
Keywords: system_intelligence
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: click (==7.1.2)
Requires-Dist: rich (==2.2.5)
Requires-Dist: pint (==0.13)
Requires-Dist: psutil (==5.7.0)
Requires-Dist: py-cpuinfo (==6.0.0)
Requires-Dist: pyudev (==0.22.0)
Requires-Dist: ruamel.yaml (==0.16.10)
Requires-Dist: json2html (==1.3.0)

.. image:: https://user-images.githubusercontent.com/21954664/84388841-84b4cc80-abf5-11ea-83f3-b8ce8de36e25.png
    :target: https://mlf-core.com
    :alt: mlf-core logo

|

===================
system-intelligence
===================

.. image:: https://github.com/mlf-core/system-intelligence/workflows/Build%20system_intelligence%20Package/badge.svg
        :target: https://github.com/mlf-core/system-intelligence/workflows/Build%20system_intelligence%20Package/badge.svg
        :alt: Github Workflow Build system_intelligence Status

.. image:: https://github.com/mlf-core/system-intelligence/workflows/Run%20system_intelligence%20Tox%20Test%20Suite/badge.svg
        :target: https://github.com/mlf-core/system-intelligence/workflows/Run%20system_intelligence%20Tox%20Test%20Suite/badge.svg
        :alt: Github Workflow Tests Status

.. image:: https://img.shields.io/pypi/v/system_intelligence.svg
        :target: https://pypi.python.org/pypi/system_intelligence
        :alt: PyPI Status

.. image:: https://readthedocs.org/projects/system-intelligence/badge/?version=latest
        :target: https://system-intelligence.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/mlf-core/system-intelligence/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/mlf-core/system-intelligence
        :alt: Codecov badge

.. image:: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
        :target: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
        :alt: Dependabot Enabled


Query your system for all hardware and software related information.


* Free software: Apache2.0
* Documentation: https://system-intelligence.readthedocs.io.

.. image:: https://user-images.githubusercontent.com/21954664/85394622-1fdf6780-b54f-11ea-8aaa-25478b90ca0d.gif
  :alt: system-intelligence overview


Features
--------

* Query your system for hardware and software related information
* Supports queries for Hostname, OS, CPU, GPUs, RAM, HDDs, Network and Software
* Supports Rich stdout or saving to a raw, json or yml file

Credits
-------

This package was created with `COOKIETEMPLE`_ based on a modified `audreyr/cookiecutter-pypackage`_ project template using Cookiecutter_.

.. _COOKIETEMPLE: https://cookietemple.com
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


==========
Changelog
==========

This project adheres to `Semantic Versioning <https://semver.org/>`_.


1.2.0 (2020-06-24)
------------------

**Added**

* html table output via --generate_html_table

**Fixed**

**Dependencies**

**Deprecated**


1.1.0 (2020-06-23)
------------------

**Added**

* Python packages to stdout

**Fixed**

* nvcc version is now correctly reported

**Dependencies**

**Deprecated**


1.0.0 (2020-06-23)
------------------

**Added**

* Scopes all, Hostname, OS, CPU, GPUs, RAM, HDDs, Network and Software
* saving to raw, json, yml
* rich stdout

**Fixed**

**Dependencies**

**Deprecated**


