Metadata-Version: 2.4
Name: gluestick
Version: 2.2.24
Summary: ETL utility functions built on Pandas
Home-page: https://github.com/hotgluexyz/gluestick
Author: hotglue
Author-email: hello@hotglue.xyz
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: singer-python>=4.0.0
Requires-Dist: numpy>=1.4
Requires-Dist: pandas>=1.2.5
Requires-Dist: pyarrow>=8.0.0
Requires-Dist: pytz>=2022.6
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

gluestick [![Build Status](https://travis-ci.org/hotgluexyz/gluestick.svg?branch=master)](https://travis-ci.org/hotgluexyz/gluestick)
=============

A small Python module containing quick utility functions for standard ETL processes.

## Installation ##

```
pip install gluestick
```

## Links ##

* [Source]
* [Wiki]
* [Issues]
* [Slack]

## License ##
[MIT]

## Dependencies ##
* NumPy
* Pandas

## Contributing ##
This project is maintained by the [hotglue] team. We welcome contributions from the 
community via issues and pull requests.

If you wish to chat with our team, feel free to join our [Slack]!


[Source]: https://github.com/hotgluexyz/gluestick
[Wiki]: https://github.com/hotgluexyz/gluestick/wiki
[Issues]: https://github.com/hotgluexyz/gluestick/issues
[MIT]: https://tldrlegal.com/license/mit-license
[hotglue]: https://hotglue.xyz
[Slack]: https://bit.ly/2KBGGq1
