abstract-tracker


Nameabstract-tracker JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/MacHu-GWU/abstract_tracker-project
SummaryLibrary for creating status tracking library.
upload_time2024-01-09 05:39:55
maintainerSanhe Hu
docs_urlNone
authorSanhe Hu
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
.. image:: https://readthedocs.org/projects/abstract-tracker/badge/?version=latest
    :target: https://abstract-tracker.readthedocs.io/en/latest/
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/abstract_tracker-project/workflows/CI/badge.svg
    :target: https://github.com/MacHu-GWU/abstract_tracker-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/abstract_tracker-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/abstract_tracker-project

.. image:: https://img.shields.io/pypi/v/abstract-tracker.svg
    :target: https://pypi.python.org/pypi/abstract-tracker

.. image:: https://img.shields.io/pypi/l/abstract-tracker.svg
    :target: https://pypi.python.org/pypi/abstract-tracker

.. image:: https://img.shields.io/pypi/pyversions/abstract-tracker.svg
    :target: https://pypi.python.org/pypi/abstract-tracker

.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/abstract_tracker-project/blob/main/release-history.rst

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/abstract_tracker-project

------

.. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://abstract-tracker.readthedocs.io/en/latest/

.. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://abstract-tracker.readthedocs.io/en/latest/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
    :target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
    :target: https://github.com/MacHu-GWU/abstract_tracker-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/abstract_tracker-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/abstract_tracker-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/abstract-tracker#files


Welcome to ``abstract_tracker`` Documentation
==============================================================================
📔 See `Full Documentation HERE <https://abstract-tracker.readthedocs.io/en/latest/>`_.

.. image:: https://abstract-tracker.readthedocs.io/en/latest/_static/abstract_tracker-logo.png
    :target: https://abstract-tracker.readthedocs.io/en/latest/

This library help you track the business critical task status moving from ``pending`` (todo), to ``in_progress``, then possibly to ``failed`` (also with error traceback information) or ``succeeded``. If it failed too many times, it will be marked as ``exhausted``. If you never want to see it anymore, it will be marked as ``ignored``.

This library provides the abstraction layer that can work with arbitrary backend. For instance, local file, AWS S3, SQL Database, AWS DynamoDB, Redis, MongoDB, ..., as you wish.


.. _install:

Install
------------------------------------------------------------------------------

``abstract_tracker`` is released on PyPI, so all you need is to:

.. code-block:: console

    $ pip install abstract-tracker

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade abstract-tracker

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MacHu-GWU/abstract_tracker-project",
    "name": "abstract-tracker",
    "maintainer": "Sanhe Hu",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "husanhe@gmail.com",
    "keywords": "",
    "author": "Sanhe Hu",
    "author_email": "husanhe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/56/2d/557c92a278ae5bbef9c6d52dbfee424ab1daa54eae9905bbbf855d7f250a/abstract_tracker-0.1.1.tar.gz",
    "platform": "Windows",
    "description": "\n.. image:: https://readthedocs.org/projects/abstract-tracker/badge/?version=latest\n    :target: https://abstract-tracker.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/abstract_tracker-project/workflows/CI/badge.svg\n    :target: https://github.com/MacHu-GWU/abstract_tracker-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/abstract_tracker-project/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/MacHu-GWU/abstract_tracker-project\n\n.. image:: https://img.shields.io/pypi/v/abstract-tracker.svg\n    :target: https://pypi.python.org/pypi/abstract-tracker\n\n.. image:: https://img.shields.io/pypi/l/abstract-tracker.svg\n    :target: https://pypi.python.org/pypi/abstract-tracker\n\n.. image:: https://img.shields.io/pypi/pyversions/abstract-tracker.svg\n    :target: https://pypi.python.org/pypi/abstract-tracker\n\n.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/abstract_tracker-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/abstract_tracker-project\n\n------\n\n.. image:: https://img.shields.io/badge/Link-Document-blue.svg\n    :target: https://abstract-tracker.readthedocs.io/en/latest/\n\n.. image:: https://img.shields.io/badge/Link-API-blue.svg\n    :target: https://abstract-tracker.readthedocs.io/en/latest/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n    :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n    :target: https://github.com/MacHu-GWU/abstract_tracker-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n    :target: https://github.com/MacHu-GWU/abstract_tracker-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n    :target: https://github.com/MacHu-GWU/abstract_tracker-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n    :target: https://pypi.org/pypi/abstract-tracker#files\n\n\nWelcome to ``abstract_tracker`` Documentation\n==============================================================================\n\ud83d\udcd4 See `Full Documentation HERE <https://abstract-tracker.readthedocs.io/en/latest/>`_.\n\n.. image:: https://abstract-tracker.readthedocs.io/en/latest/_static/abstract_tracker-logo.png\n    :target: https://abstract-tracker.readthedocs.io/en/latest/\n\nThis library help you track the business critical task status moving from ``pending`` (todo), to ``in_progress``, then possibly to ``failed`` (also with error traceback information) or ``succeeded``. If it failed too many times, it will be marked as ``exhausted``. If you never want to see it anymore, it will be marked as ``ignored``.\n\nThis library provides the abstraction layer that can work with arbitrary backend. For instance, local file, AWS S3, SQL Database, AWS DynamoDB, Redis, MongoDB, ..., as you wish.\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``abstract_tracker`` is released on PyPI, so all you need is to:\n\n.. code-block:: console\n\n    $ pip install abstract-tracker\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n    $ pip install --upgrade abstract-tracker\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library for creating status tracking library.",
    "version": "0.1.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/abstract_tracker/0.1.1#downloads",
        "Homepage": "https://github.com/MacHu-GWU/abstract_tracker-project"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c426a3ea39e6e4c82e2a3e35eed35d349daa48aaeefdb07ec6bc3f5dfec2140e",
                "md5": "042c79882e008ab36c2068c4dca689a2",
                "sha256": "cc0bf63cb1e4d5aa8b85ba062596898faa6180fb0632c559d0474b2a1bcc9bc9"
            },
            "downloads": -1,
            "filename": "abstract_tracker-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "042c79882e008ab36c2068c4dca689a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21953,
            "upload_time": "2024-01-09T05:39:53",
            "upload_time_iso_8601": "2024-01-09T05:39:53.120099Z",
            "url": "https://files.pythonhosted.org/packages/c4/26/a3ea39e6e4c82e2a3e35eed35d349daa48aaeefdb07ec6bc3f5dfec2140e/abstract_tracker-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "562d557c92a278ae5bbef9c6d52dbfee424ab1daa54eae9905bbbf855d7f250a",
                "md5": "c6e60cf106cfb82d9a8cf125e920c27e",
                "sha256": "4515e8a35b962938b1c18806cd1a46b1246dbaa72cf80961be23530389932b83"
            },
            "downloads": -1,
            "filename": "abstract_tracker-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c6e60cf106cfb82d9a8cf125e920c27e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 22983,
            "upload_time": "2024-01-09T05:39:55",
            "upload_time_iso_8601": "2024-01-09T05:39:55.043039Z",
            "url": "https://files.pythonhosted.org/packages/56/2d/557c92a278ae5bbef9c6d52dbfee424ab1daa54eae9905bbbf855d7f250a/abstract_tracker-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 05:39:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MacHu-GWU",
    "github_project": "abstract_tracker-project",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "abstract-tracker"
}
        
Elapsed time: 0.27237s