aroma


Namearoma JSON
Version 0.0.0a7 PyPI version JSON
download
home_pagehttps://github.com/durandtibo/aroma
SummaryA library to prepare asynchronous time series datasets
upload_time2023-05-24 05:51:58
maintainer
docs_urlNone
authorThibaut Durand
requires_python>=3.9,<4.0
licenseBSD-3-Clause
keywords dataset tpp asynchronous time series
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aroma

<p align="center">
    <a href="https://github.com/durandtibo/aroma/actions">
        <img alt="CI" src="https://github.com/durandtibo/aroma/workflows/CI/badge.svg?event=push&branch=main">
    </a>
    <a href="https://durandtibo.github.io/aroma/">
        <img alt="CI" src="https://github.com/durandtibo/aroma/workflows/Documentation/badge.svg?event=push&branch=main">
    </a>
    <a href="https://codecov.io/gh/durandtibo/aroma">
        <img alt="Codecov" src="https://codecov.io/gh/durandtibo/aroma/branch/main/graph/badge.svg">
    </a>
    <a href="https://codeclimate.com/github/durandtibo/aroma/maintainability">
        <img src="https://api.codeclimate.com/v1/badges/14fed84cba9e0c2ad206/maintainability" />
    </a>
    <a href="https://codeclimate.com/github/durandtibo/aroma/test_coverage">
        <img src="https://api.codeclimate.com/v1/badges/14fed84cba9e0c2ad206/test_coverage" />
    </a>
    <br/>
    <a href="https://pypi.org/project/aroma/">
        <img alt="PYPI version" src="https://img.shields.io/pypi/v/aroma">
    </a>
    <a href="https://pypi.org/project/aroma/">
        <img alt="Python" src="https://img.shields.io/pypi/pyversions/aroma.svg">
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img alt="BSD-3-Clause" src="https://img.shields.io/pypi/l/aroma">
    </a>
    <a href="https://github.com/psf/black">
        <img  alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
    </a>
    <a href="https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings">
        <img  alt="Doc style: google" src="https://img.shields.io/badge/%20style-google-3666d6.svg">
    </a>
    <br/>
    <a href="https://pepy.tech/project/aroma">
        <img  alt="Downloads" src="https://static.pepy.tech/badge/aroma">
    </a>
    <a href="https://pepy.tech/project/aroma">
        <img  alt="Monthly downloads" src="https://static.pepy.tech/badge/aroma/month">
    </a>
    <br/>
</p>

## Overview

A python library to prepare asynchronous time series datasets

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/durandtibo/aroma",
    "name": "aroma",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "dataset,TPP,asynchronous time series",
    "author": "Thibaut Durand",
    "author_email": "durand.tibo+gh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/04/ce1e09512be81acfa39edafbbcda71e5ca651772b2c95a3cda40131fc7fa/aroma-0.0.0a7.tar.gz",
    "platform": null,
    "description": "# aroma\n\n<p align=\"center\">\n    <a href=\"https://github.com/durandtibo/aroma/actions\">\n        <img alt=\"CI\" src=\"https://github.com/durandtibo/aroma/workflows/CI/badge.svg?event=push&branch=main\">\n    </a>\n    <a href=\"https://durandtibo.github.io/aroma/\">\n        <img alt=\"CI\" src=\"https://github.com/durandtibo/aroma/workflows/Documentation/badge.svg?event=push&branch=main\">\n    </a>\n    <a href=\"https://codecov.io/gh/durandtibo/aroma\">\n        <img alt=\"Codecov\" src=\"https://codecov.io/gh/durandtibo/aroma/branch/main/graph/badge.svg\">\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/aroma/maintainability\">\n        <img src=\"https://api.codeclimate.com/v1/badges/14fed84cba9e0c2ad206/maintainability\" />\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/aroma/test_coverage\">\n        <img src=\"https://api.codeclimate.com/v1/badges/14fed84cba9e0c2ad206/test_coverage\" />\n    </a>\n    <br/>\n    <a href=\"https://pypi.org/project/aroma/\">\n        <img alt=\"PYPI version\" src=\"https://img.shields.io/pypi/v/aroma\">\n    </a>\n    <a href=\"https://pypi.org/project/aroma/\">\n        <img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/aroma.svg\">\n    </a>\n    <a href=\"https://opensource.org/licenses/BSD-3-Clause\">\n        <img alt=\"BSD-3-Clause\" src=\"https://img.shields.io/pypi/l/aroma\">\n    </a>\n    <a href=\"https://github.com/psf/black\">\n        <img  alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\">\n    </a>\n    <a href=\"https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings\">\n        <img  alt=\"Doc style: google\" src=\"https://img.shields.io/badge/%20style-google-3666d6.svg\">\n    </a>\n    <br/>\n    <a href=\"https://pepy.tech/project/aroma\">\n        <img  alt=\"Downloads\" src=\"https://static.pepy.tech/badge/aroma\">\n    </a>\n    <a href=\"https://pepy.tech/project/aroma\">\n        <img  alt=\"Monthly downloads\" src=\"https://static.pepy.tech/badge/aroma/month\">\n    </a>\n    <br/>\n</p>\n\n## Overview\n\nA python library to prepare asynchronous time series datasets\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A library to prepare asynchronous time series datasets",
    "version": "0.0.0a7",
    "project_urls": {
        "Homepage": "https://github.com/durandtibo/aroma",
        "Repository": "https://github.com/durandtibo/aroma"
    },
    "split_keywords": [
        "dataset",
        "tpp",
        "asynchronous time series"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df2444c037184efb42ee0e8e363c0f2303ea4bfd8ebded767cb211166cb7deb6",
                "md5": "87db35f6e07ecdcfbe5098b585b9d3a2",
                "sha256": "06d3c61588b5fa2fc7eb2ffad7898aed9c0c7219f68a992a5a6c7679edd45a3a"
            },
            "downloads": -1,
            "filename": "aroma-0.0.0a7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87db35f6e07ecdcfbe5098b585b9d3a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 13545,
            "upload_time": "2023-05-24T05:51:56",
            "upload_time_iso_8601": "2023-05-24T05:51:56.997052Z",
            "url": "https://files.pythonhosted.org/packages/df/24/44c037184efb42ee0e8e363c0f2303ea4bfd8ebded767cb211166cb7deb6/aroma-0.0.0a7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d04ce1e09512be81acfa39edafbbcda71e5ca651772b2c95a3cda40131fc7fa",
                "md5": "ad8b7083feb4c13101f5e95d04fb10ab",
                "sha256": "7102d0050d898982000d0c0378ee20e826934a783845e7ec0e372a16f3e44b66"
            },
            "downloads": -1,
            "filename": "aroma-0.0.0a7.tar.gz",
            "has_sig": false,
            "md5_digest": "ad8b7083feb4c13101f5e95d04fb10ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 13071,
            "upload_time": "2023-05-24T05:51:58",
            "upload_time_iso_8601": "2023-05-24T05:51:58.584701Z",
            "url": "https://files.pythonhosted.org/packages/9d/04/ce1e09512be81acfa39edafbbcda71e5ca651772b2c95a3cda40131fc7fa/aroma-0.0.0a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-24 05:51:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "durandtibo",
    "github_project": "aroma",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aroma"
}
        
Elapsed time: 0.06740s