Metadata-Version: 2.1
Name: scimma-client
Version: 0.0.2
Summary: A client library for SCiMMA
Home-page: https://github.com/scimma/client_library
Author: Patrick Godwin
Author-email: patrick.godwin@psu.edu
License: BSD 3-Clause
Description: SCiMMA Client
        =============
        
        ![](https://github.com/scimma/client_library/workflows/build/badge.svg)
        
        **scimma-client** is a pub-sub client library for Multimessenger Astrophysics.
        
        ## Quickstart
        
        Publish a GCN to Kafka:
        
        ```
        scimma publish -b kafka://hostname:port/gcn mygcn.gcn3
        ```
        
        ## Installation
        
        You can install scimma-client either via pip, conda, or from source.
        
        To install with pip:
        
        ```
        pip install -U scimma-client
        ```
        
        To install with conda, you must use the channel from the SCiMMA Anaconda organization:
        
        ```
        conda install --channel scimma scimma-client
        ```
        
        To install from source:
        
        ```
        tar -xzf scimma-client-x.y.z.tar.gz
        cd scimma-client-x.y.z
        python setup.py install
        ```
        
        ## Development
        
        A Makefile is provided to ease in testing, deployment and generating documentation.
        
        A list of commands can be listed with `make help`.
        
        In addition, two extras are provided when installing the scimma client that installs
        the required test and documentation libraries:
        
        ```
        pip install -U scimma-client[dev,docs]
        ```
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
