Metadata-Version: 2.1
Name: conduit
Version: 1.1
Summary: Python stream transformation package for common Power Engineering analytics.
Home-page: https://pingthings.io/
Author: Kevin D. Jones and PingThings, Inc.
Author-email: info@pingthings.io
Maintainer: Benjamin Bengfort
Maintainer-email: info@pingthings.io
License: Apache 2
Download-URL: https://github.com/PingThingsIO/conduit/tarball/v1.1
Project-URL: Documentation, https://pingthings.io/
Project-URL: Download, https://github.com/PingThingsIO/conduit/tarball/v1.1
Project-URL: Source, https://github.com/PingThingsIO/conduit
Project-URL: Tracker, https://github.com/PingThingsIO/conduit/issues
Description: # Conduit
        
        **Python stream transformation package for common Power Engineering analytics.**
        
        Conduit integrates with [btrdb-python](https://btrdb.readthedocs.io/en/latest/) to support a series of common power engineering analytics on synchrophasor data queried from a BTrDB database. These transformations are applied to Pandas Series and DataFrame objects that have been materialized through database queries alongside the tags and annotations that provide metadata for each stream. Currently the following transformations are implemented:
        
        **Conversions**
        
        - Per Unit
        - Line to Line
        - Line to Neutral
        - Amps
        - Calibrate
        - Radians
        - Degrees
        
        **Phasor**
        
        - Real
        - Imaginary
        - Complex Phasor
        
        **Phasor Pair**
        
        - Complex Power (P + jQ)
        - Real Power (P)
        - Reactive Power (Q)
        - Apparent Power (S)
        - Power Factor
        
        **Phasor Group**
        
        - Complex Phasor Group
        - Sequence Components
        - Zero Sequence
        - Positive Sequence
        - Negative Sequence
        
        **Phasor Pair Group**
        
        - Three Phase Complex Power
        - Three Phase Real Power
        - Three Phase Reactive Power
        - Three Phase Apparent Power
        - Three Phase Power Factor
        
        ## Notes
        
        For users of conduit v0.0.8 or earlier, a framework for dataflow-style python programming, the versions are still maintained here. Starting with version 1.0 the new conduit package is a power engineering analytics library that also has dataflow-like properties. We would like to say a special thank you to [@sleibman](https://github.com/sleibman) for allowing us to take over this namespace for our project!
Keywords: power engineering,analytics,time series,data flow,transformers
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
