quartet-trail


Namequartet-trail JSON
Version 2.1.5 PyPI version JSON
download
home_pagehttps://gitlab.com/serial-lab/quartet-trail
SummaryLogs action in Quartet
upload_time2024-02-18 21:40:45
maintainerNone
docs_urlNone
authorSerialLab
requires_pythonNone
licenseGPLv3
keywords quartet-trail
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============================
Quartet Trail
=============================

.. image:: https://gitlab.com/serial-lab/quartet_trail/badges/master/coverage.svg
   :target: https://gitlab.com/serial-lab/quartet_trail/pipelines
.. image:: https://gitlab.com/serial-lab/quartet_trail/badges/master/pipeline.svg
   :target: https://gitlab.com/serial-lab/quartet_trail/commits/master
.. image:: https://badge.fury.io/py/quartet-trail.svg
    :target: https://badge.fury.io/py/quartet-trail

Logs action in Quartet

Documentation
-------------

The full documentation is at https://serial-lab.gitlab.io/quartet-trail/

Quickstart
----------

Install Quartet Trail::

    pip install quartet-trail

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'quartet_trail.apps.QuartetTrailConfig',
        ...
    )

Add Quartet Trail's URL patterns:

.. code-block:: python

    from quartet_trail import urls as quartet_trail_urls


    urlpatterns = [
        ...
        url(r'^', include(quartet_trail_urls)),
        ...
    ]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install tox
    (myenv) $ tox





History
-------

0.1.0 (2018-11-07)
++++++++++++++++++

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/serial-lab/quartet-trail",
    "name": "quartet-trail",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "quartet-trail",
    "author": "SerialLab",
    "author_email": "slab@serial-lab.com",
    "download_url": "https://files.pythonhosted.org/packages/02/a8/b234b63a4f503404e9085976b274890e60bec145a356c0e9e4b526b3caeb/quartet-trail-2.1.5.tar.gz",
    "platform": null,
    "description": "=============================\nQuartet Trail\n=============================\n\n.. image:: https://gitlab.com/serial-lab/quartet_trail/badges/master/coverage.svg\n   :target: https://gitlab.com/serial-lab/quartet_trail/pipelines\n.. image:: https://gitlab.com/serial-lab/quartet_trail/badges/master/pipeline.svg\n   :target: https://gitlab.com/serial-lab/quartet_trail/commits/master\n.. image:: https://badge.fury.io/py/quartet-trail.svg\n    :target: https://badge.fury.io/py/quartet-trail\n\nLogs action in Quartet\n\nDocumentation\n-------------\n\nThe full documentation is at https://serial-lab.gitlab.io/quartet-trail/\n\nQuickstart\n----------\n\nInstall Quartet Trail::\n\n    pip install quartet-trail\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'quartet_trail.apps.QuartetTrailConfig',\n        ...\n    )\n\nAdd Quartet Trail's URL patterns:\n\n.. code-block:: python\n\n    from quartet_trail import urls as quartet_trail_urls\n\n\n    urlpatterns = [\n        ...\n        url(r'^', include(quartet_trail_urls)),\n        ...\n    ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n    source <YOURVIRTUALENV>/bin/activate\n    (myenv) $ pip install tox\n    (myenv) $ tox\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2018-11-07)\n++++++++++++++++++\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Logs action in Quartet",
    "version": "2.1.5",
    "project_urls": {
        "Homepage": "https://gitlab.com/serial-lab/quartet-trail"
    },
    "split_keywords": [
        "quartet-trail"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fe40efcb6df20bb428a2efc6920074fda5769af992c13269e495a79a512c886",
                "md5": "7d9a3ff5298b7b2ce536b4ae33b7dcb0",
                "sha256": "3916b449ad8420f4c80685d011b2fd9a6220cecf73f6ff20f2a75ce33ef66afa"
            },
            "downloads": -1,
            "filename": "quartet_trail-2.1.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d9a3ff5298b7b2ce536b4ae33b7dcb0",
            "packagetype": "bdist_wheel",
            "python_version": "3.6",
            "requires_python": null,
            "size": 45295,
            "upload_time": "2024-02-18T21:40:46",
            "upload_time_iso_8601": "2024-02-18T21:40:46.668519Z",
            "url": "https://files.pythonhosted.org/packages/3f/e4/0efcb6df20bb428a2efc6920074fda5769af992c13269e495a79a512c886/quartet_trail-2.1.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02a8b234b63a4f503404e9085976b274890e60bec145a356c0e9e4b526b3caeb",
                "md5": "d75d74aa0fcf81bedfd1e501f91eaf15",
                "sha256": "a9bb2f09ce4fb4b7234f61e2acb3b557ead5d49920a7005f2e6fdd24f4e7c0b8"
            },
            "downloads": -1,
            "filename": "quartet-trail-2.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d75d74aa0fcf81bedfd1e501f91eaf15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35374,
            "upload_time": "2024-02-18T21:40:45",
            "upload_time_iso_8601": "2024-02-18T21:40:45.164723Z",
            "url": "https://files.pythonhosted.org/packages/02/a8/b234b63a4f503404e9085976b274890e60bec145a356c0e9e4b526b3caeb/quartet-trail-2.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 21:40:45",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "serial-lab",
    "gitlab_project": "quartet-trail",
    "lcname": "quartet-trail"
}
        
Elapsed time: 0.67617s