persistQueue


NamepersistQueue JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttp://re91877z@10.55.200.102:7990/scm/edge/lib-persist-queue.git
SummaryA implementation of Class for Persist Queue
upload_time2020-03-19 11:33:40
maintainer
docs_urlNone
authorlogicalis
requires_python
licenseMIT
keywords queue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Persist Queue Package
=====================

This project is based on the achievements of [persist-queue](https://pypi.org/project/persist-queue)
     
``persistQueue`` is a class that created for ease the develop.


Requirements
------------
```
- Python 2.7
- Full support for Linux
```

Installation
------------
```
$ pip install persistQueue  
```

Adding path for python shell
----------------------------
```
$ echo export PYTHONPATH=.local/lib/python2.7/site-packages/persistQueue:${PYTHONPATH} >> .bashrc
```
            

Raw data

            {
    "_id": null,
    "home_page": "http://re91877z@10.55.200.102:7990/scm/edge/lib-persist-queue.git",
    "name": "persistQueue",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "queue",
    "author": "logicalis",
    "author_email": "eugenio@eugenio.io",
    "download_url": "https://files.pythonhosted.org/packages/8b/f0/bb81ca7dc632b3aa51dbaf17dd27747c0a9e6af1831991ba629c3985adc1/persistQueue-0.1.6.tar.gz",
    "platform": "",
    "description": "Persist Queue Package\n=====================\n\nThis project is based on the achievements of [persist-queue](https://pypi.org/project/persist-queue)\n     \n``persistQueue`` is a class that created for ease the develop.\n\n\nRequirements\n------------\n```\n- Python 2.7\n- Full support for Linux\n```\n\nInstallation\n------------\n```\n$ pip install persistQueue  \n```\n\nAdding path for python shell\n----------------------------\n```\n$ echo export PYTHONPATH=.local/lib/python2.7/site-packages/persistQueue:${PYTHONPATH} >> .bashrc\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A implementation of Class for Persist Queue",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "http://re91877z@10.55.200.102:7990/scm/edge/lib-persist-queue.git"
    },
    "split_keywords": [
        "queue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bf0bb81ca7dc632b3aa51dbaf17dd27747c0a9e6af1831991ba629c3985adc1",
                "md5": "5bb173488ff6383ffb9146e90e856a05",
                "sha256": "078955b33a1878d5efbfe71c9c2091c0b3ff87be355cefff63a0dc2d8e088a9d"
            },
            "downloads": -1,
            "filename": "persistQueue-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5bb173488ff6383ffb9146e90e856a05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2392,
            "upload_time": "2020-03-19T11:33:40",
            "upload_time_iso_8601": "2020-03-19T11:33:40.017978Z",
            "url": "https://files.pythonhosted.org/packages/8b/f0/bb81ca7dc632b3aa51dbaf17dd27747c0a9e6af1831991ba629c3985adc1/persistQueue-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-03-19 11:33:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "persistqueue"
}
        
Elapsed time: 1.15260s