cheesebread: a toolbox for data science
Project description
cheesebread is a data toolbox. In other words, it supports tools and shortcuts to get data from REST APIs into datasets without the hassle of explicitly handling every single step in the middle.
cheesebread handles:
data catalog and datasets
asynchronous communication to REST APIs
aggregate data into time series from REST APIs
authentication
expiring tokens
request limits and retry on failure
deduplication
Rationale
More often than not, collectig data from REST APIs gets in the way of data analysis and machine learning. The toolbox implements a list of helpers that automate data collection.
Moreover, when we are given aggregate data, for instance, an API endpoint that returns a user’s number of interaction during a given period, the toolbox manages to create time series by asynchronously calling the API multiple times - a little bit hacky, but it wil get what we need.
The toolbox is aimed to a somewhat incipient data science team whose main focus is to get started with data analysis and not data collection.
Versioning
Always suggest a version bump. We use Semantic Versioning.
Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
License
Copyright (C) 2020 Gabriel Stefanini Vicente. cheesebread is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cheesebread-0.0.2.tar.gz
.
File metadata
- Download URL: cheesebread-0.0.2.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96a78ba4a3b290e185af7b8a081a86c8585a2ddf6a6fdae017bf8fcba6761e2f |
|
MD5 | 782223f988cb7e985d4f7bd59d3a56a5 |
|
BLAKE2b-256 | ac5ddbe95d14b784d0d12f90357212fed8b4e0d57eb85382c7e4ca514c0d3b85 |
File details
Details for the file cheesebread-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: cheesebread-0.0.2-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92e9b7fb2bef1b36925467659da06b375b3a3a5e26dc6fab51ea32e39dd9533b |
|
MD5 | 8b23270e48858ad8e49fbb6da0464268 |
|
BLAKE2b-256 | 5c64544ecb58ee9570734bec80725e56fa23df1f3b66151ab497167730f97cbc |