Metadata-Version: 2.1
Name: neptune-contrib
Version: 0.26.0
Summary: Neptune.ai contributions library
Home-page: https://github.com/neptune-ai/neptune-contrib
Author: neptune.ai
Author-email: contact@neptune.ai
License: MIT License
Description: # neptune-contrib
        [![PyPI version](https://badge.fury.io/py/neptune-contrib.svg)](https://badge.fury.io/py/neptune-contrib)
        [![Build Status](https://travis-ci.org/neptune-ai/neptune-contrib.svg?branch=master)](https://travis-ci.org/neptune-ai/neptune-contrib)
        
        [![Downloads](https://pepy.tech/badge/neptune-contrib)](https://pepy.tech/project/neptune-contrib)
        [![Downloads](https://pepy.tech/badge/neptune-contrib/month)](https://pepy.tech/project/neptune-contrib/month)
        [![Downloads](https://pepy.tech/badge/neptune-contrib/week)](https://pepy.tech/project/neptune-contrib/week)
        
        # Documentation
        See [neptune-contrib documentation site](https://neptune-contrib.readthedocs.io)
        
        # Installation
        
        ## Get prerequisites
        * python versions `3.5.6/3.6` are supported
        
        ## Install lib
        
        ```bash
        pip install neptune-contrib
        ```
        
        Install additional packages depending on which submodule you want to use. 
        For example:
        
        ```bash
        pip install neptune-contrib[monitoring]
        ```
        
        Installation options are: [bots], [hpo], [monitoring], [versioning], [viz] and [all].
        
        # Getting help
        If you get stuck, don't worry we are here to help.
        The best order of communication is:
        
         * [neptune-contrib readthedocs](https://neptune-contrib.readthedocs.io)
         * [neptune community forum](https://community.neptune.ai/)
         * [neptune community Spectrum](https://spectrum.chat/neptune-community?tab=posts)
         * Github issues
         
        # Contributing
        If you see something that you don't like you are more than welcome to contribute!
        There are many options:
          
          * Participate in discussions on [neptune community forum](https://community.neptune.ai/) or [neptune community Spectrum](https://spectrum.chat/neptune-community?tab=posts)
          * Submit a feature request or a bug here, on Github
          * Submit a pull request that deals with an open feature-request or bug
          * Spread a word about neptune-contrib in your community
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: bots
Provides-Extra: hpo
Provides-Extra: monitoring
Provides-Extra: versioning
Provides-Extra: viz
Provides-Extra: all
