Metadata-Version: 2.0
Name: pschecker
Version: 0.2.2
Summary: A tool to check the state of your personal server security
Home-page: UNKNOWN
Author: Gelnior
Author-email: gelnior@free.fr
License: GNU Library or Lesser General Public License (LGPL)
Keywords: server,personal,security,self-hosting
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: requests
Requires-Dist: click
Provides-Extra: dev
Requires-Dist: wheel; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: requests-mock; extra == 'test'

PSChecker
=========

`pschecker` stands for Personal Server Checker. It's a simple Python script
that audits the security state of your personal server. Through it, you 
will know if your setup has the minimum security required to be online.

.. code::

    $ pip install pschecker
    $ pschecker

    Welcome to Personal Server Checker!
    Your personal server diagnostic is:
    Distribution: debian
    Root must not use password: OK
    No process listens on 0.0.0.0 host: OK
    You are all good!

Contributors
============

* @gelnior
* @ldvc
* @nicofrand
* @Phyks
* @ZeHiro


