45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
---
|
|
title: contrib package
|
|
description: >
|
|
The `contrib` package contains packages and functions contributed and maintained by members of the Flux and InfluxDB communities.
|
|
menu:
|
|
flux_v0_ref:
|
|
name: contrib
|
|
parent: stdlib
|
|
identifier: contrib
|
|
weight: 11
|
|
---
|
|
|
|
<!------------------------------------------------------------------------------
|
|
|
|
IMPORTANT: This page was generated from comments in the Flux source code. Any
|
|
edits made directly to this page will be overwritten the next time the
|
|
documentation is generated.
|
|
|
|
To make updates to this documentation, update the comments above the package
|
|
declaration in the Flux source code:
|
|
|
|
https://github.com/influxdata/flux/blob/master/stdlib/contrib/contrib.flux
|
|
|
|
Contributing to Flux: https://github.com/influxdata/flux#contributing
|
|
Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|
|
|
------------------------------------------------------------------------------->
|
|
|
|
The `contrib` package contains packages and functions contributed and maintained by members of the Flux and InfluxDB communities.
|
|
|
|
InfluxData supports user-contributed Flux packages and functions.
|
|
We also recognize the importance of original contributors reviewing updates to
|
|
their packages and functions.
|
|
|
|
To support both contributors and our community, InfluxData requests reviews from
|
|
original authors on all proposed changes to contributed packages and functions.
|
|
|
|
For information about adding a new Flux package or future plans regarding Flux contributions,
|
|
see [Contribute Third Party Flux Packages](https://github.com/influxdata/flux/blob/master/stdlib/contrib/README.md).
|
|
|
|
|
|
## Packages
|
|
|
|
{{< children show="sections" >}}
|