gluestick


Namegluestick JSON
Version 2.1.24 PyPI version JSON
download
home_pagehttps://github.com/hotgluexyz/gluestick
SummaryETL utility functions built on Pandas
upload_time2024-09-23 22:58:03
maintainerNone
docs_urlNone
authorhotglue
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements xlrd numpy pandas singer-python
Travis-CI
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hotgluexyz/gluestick",
    "name": "gluestick",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "hotglue",
    "author_email": "hello@hotglue.xyz",
    "download_url": "https://files.pythonhosted.org/packages/9b/f6/a316258b64b5649e2eaa0b45b0dab1ba9fb2d6ebe1676ce185f2c32e1de4/gluestick-2.1.24.tar.gz",
    "platform": null,
    "description": "gluestick [![Build Status](https://travis-ci.org/hotgluexyz/gluestick.svg?branch=master)](https://travis-ci.org/hotgluexyz/gluestick)\n=============\n\nA small Python module containing quick utility functions for standard ETL processes.\n\n## Installation ##\n\n```\npip install gluestick\n```\n\n## Links ##\n\n* [Source]\n* [Wiki]\n* [Issues]\n* [Slack]\n\n## License ##\n[MIT]\n\n## Dependencies ##\n* NumPy\n* Pandas\n\n## Contributing ##\nThis project is maintained by the [hotglue] team. We welcome contributions from the \ncommunity via issues and pull requests.\n\nIf you wish to chat with our team, feel free to join our [Slack]!\n\n\n[Source]: https://github.com/hotgluexyz/gluestick\n[Wiki]: https://github.com/hotgluexyz/gluestick/wiki\n[Issues]: https://github.com/hotgluexyz/gluestick/issues\n[MIT]: https://tldrlegal.com/license/mit-license\n[hotglue]: https://hotglue.xyz\n[Slack]: https://bit.ly/2KBGGq1\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ETL utility functions built on Pandas",
    "version": "2.1.24",
    "project_urls": {
        "Homepage": "https://github.com/hotgluexyz/gluestick"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05e747c9ee765f13d25929efb4c9619329838169ed6346b67e02e0798c75fc14",
                "md5": "a6771c315dbdd12131591303b9f3910d",
                "sha256": "e19794f09ce795b373d95ffd2d7eb326e82e53fc02cdfc36bde5dc9a09592bb7"
            },
            "downloads": -1,
            "filename": "gluestick-2.1.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6771c315dbdd12131591303b9f3910d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13990,
            "upload_time": "2024-09-23T22:58:01",
            "upload_time_iso_8601": "2024-09-23T22:58:01.668314Z",
            "url": "https://files.pythonhosted.org/packages/05/e7/47c9ee765f13d25929efb4c9619329838169ed6346b67e02e0798c75fc14/gluestick-2.1.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bf6a316258b64b5649e2eaa0b45b0dab1ba9fb2d6ebe1676ce185f2c32e1de4",
                "md5": "519310af02ddf561e394ac2e0f273747",
                "sha256": "f5612f558359403af46c11a4213faca512d172761a988380b90ae28f5b685379"
            },
            "downloads": -1,
            "filename": "gluestick-2.1.24.tar.gz",
            "has_sig": false,
            "md5_digest": "519310af02ddf561e394ac2e0f273747",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13702,
            "upload_time": "2024-09-23T22:58:03",
            "upload_time_iso_8601": "2024-09-23T22:58:03.057357Z",
            "url": "https://files.pythonhosted.org/packages/9b/f6/a316258b64b5649e2eaa0b45b0dab1ba9fb2d6ebe1676ce185f2c32e1de4/gluestick-2.1.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 22:58:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hotgluexyz",
    "github_project": "gluestick",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "xlrd",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.19.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.1.3"
                ]
            ]
        },
        {
            "name": "singer-python",
            "specs": [
                [
                    ">=",
                    "4.0.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "gluestick"
}
        
Elapsed time: 0.35853s