Metadata-Version: 1.1
Name: PIconnect
Version: 0.5.1
Summary: Python connector to OSIsoft PI SDK
Home-page: https://github.com/Hugovdberg/PIconnect
Author: Hugo van den Berg
Author-email: hugo.van.den.berg@brabantwater.nl
License: MIT license
Description-Content-Type: UNKNOWN
Description: =========

        PIconnect

        =========

        

        A python connector to the OSISoft PI and PI-AF databases

        ========================================================

        

        This connector allows access to the OSISoft PI System through their proprietary SDK. It

        provides a number of classes, mostly mirroring the AF SDK structure, but at the same time

        implementing the cool stuff we use Python for. Connections to the database are therefore

        implemented as context managers, to allow opening a connection using a with statement.

        

        .. image:: https://img.shields.io/pypi/v/PIconnect.svg

                :target: https://pypi.python.org/pypi/PIconnect

        

        .. image:: https://img.shields.io/travis/Hugovdberg/PIconnect.svg

                :target: https://travis-ci.org/Hugovdberg/PIconnect

        

        .. image:: https://readthedocs.org/projects/pithon/badge/?version=latest

                :target: https://pithon.readthedocs.io/en/latest/?badge=latest

                :alt: Documentation Status

        

        .. image:: https://pyup.io/repos/github/Hugovdberg/PIconnect/shield.svg

             :target: https://pyup.io/repos/github/Hugovdberg/PIconnect/

             :alt: Updates

        

        

        Python connector to OSIsoft PI SDK

        

        

        * Free software: MIT license

        * Documentation: https://pithon.readthedocs.io.

        

        

        Features

        --------

        

        * TODO

        

        Copyright notice

        ================

        OSIsoft, the OSIsoft logo and logotype, Managed PI, OSIsoft Advanced Services,

        OSIsoft Cloud Services, OSIsoft Connected Services, PI ACE, PI Advanced Computing Engine,

        PI AF SDK, PI API, PI Asset Framework, PI Audit Viewer, PI Builder, PI Cloud Connect,

        PI Connectors, PI Data Archive, PI DataLink, PI DataLink Server, PI Developer's Club,

        PI Integrator for Business Analytics, PI Interfaces, PI JDBC driver, PI Manual Logger,

        PI Notifications, PI ODBC, PI OLEDB Enterprise, PI OLEDB Provider, PI OPC HDA Server,

        PI ProcessBook, PI SDK, PI Server, PI Square, PI System, PI System Access, PI Vision,

        PI Visualization Suite, PI Web API, PI WebParts, PI Web Services, RLINK and RtReports are

        all trademarks of OSIsoft, LLC.

        

        Credits

        ---------

        

        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

        

        .. _Cookiecutter: https://github.com/audreyr/cookiecutter

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

        

        
        
        =======

        History

        =======

        

        0.4.0 (2017-11-25)

        ------------------

        

        * First release on PyPI.

        
Keywords: OSIsoft PI ProcessInformation PIconnect
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
