Metadata-Version: 1.1
Name: hcprequestanalytics
Version: 1.0.3
Summary: hcprequestanalytics - analyze HCP HTTP request logs
Home-page: https://gitlab.com/simont3/hcprequestanalytics
Author: Thorsten Simons
Author-email: sw@snomis.de
License: MIT
Description-Content-Type: UNKNOWN
Description: HCP request log analytics
        =========================
        
        blabla
        
        Features
        --------
        
        *   Collects access logs for the REST-based interfaces from HCP systems
        *   Supports collection from multiple HCP systems in a single run
        *   Stores them in a defined folder structure in a local folder and/or
            in an HCP Namespace for later processing
        
        Dependencies
        ------------
        
        You need to have at least Python 3.4.3 installed to run **hcprequestanalytics**.
        
        
        Documentation
        -------------
        
        To be found at `readthedocs.org <http://hcprequestanalytics.readthedocs.org>`_
        
        Installation
        ------------
        
        Install **hcprequestanalytics** by running::
        
            $ pip install hcprequestanalytics
        
        
        -or-
        
        get the source from
        `gitlab.com <https://gitlab.com/simont3/hcprequestanalytics>`_,
        unzip and run::
        
            $ python setup.py install
        
        
        -or-
        
        Fork at `gitlab.com <https://gitlab.com/simont3/hcprequestanalytics>`_
        
        Contribute
        ----------
        
        - Source Code: `<https://gitlab.com/simont3/hcprequestanalytics>`_
        - Issue tracker: `<https://gitlab.com/simont3/hcprequestanalytics/issues>`_
        
        Support
        -------
        
        If you've found any bugs, please let me know via the Issue Tracker;
        if you have comments or suggestions, send an email to `<sw@snomis.de>`_
        
        License
        -------
        
        The MIT License (MIT)
        
        Copyright (c) 2017 Thorsten Simons (sw@snomis.de)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Keywords: HCP access request http log Hitachi Content Platform
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Archiving
Classifier: Topic :: System :: Logging
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
