mongo-helper


Namemongo-helper JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/kenjyco/mongo-helper
SummaryHelper funcs and tools for working with MongoDB
upload_time2020-01-20 15:06:31
maintainer
docs_urlNone
authorKen
requires_python
licenseMIT
keywords mongo mongodb helper
VCS
bugtrack_url
requirements dt-helper pymongo settings-helper
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Install
-------

::

   $ pip3 install mongo-helper

Usage
-----

::

   TODO

Resources
---------

-  https://docs.mongodb.com/manual/reference/connection-string/
-  http://api.mongodb.com/python/current/tutorial.html
-  https://api.mongodb.com/python/current/api/pymongo/collection.html
-  https://docs.mongodb.com/manual/indexes/
-  https://api.mongodb.com/python/current/api/index.html
-  https://api.mongodb.com/python/current/examples/index.html
-  https://api.mongodb.com/python/current/examples/bulk.html
-  https://docs.mongodb.com/manual/tutorial/create-indexes-to-support-queries/
-  https://docs.mongodb.com/manual/tutorial/sort-results-with-indexes/



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kenjyco/mongo-helper",
    "name": "mongo-helper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mongo,mongodb,helper",
    "author": "Ken",
    "author_email": "kenjyco@gmail.com",
    "download_url": "https://github.com/kenjyco/mongo-helper/tarball/v0.0.13",
    "platform": "",
    "description": "Install\n-------\n\n::\n\n   $ pip3 install mongo-helper\n\nUsage\n-----\n\n::\n\n   TODO\n\nResources\n---------\n\n-  https://docs.mongodb.com/manual/reference/connection-string/\n-  http://api.mongodb.com/python/current/tutorial.html\n-  https://api.mongodb.com/python/current/api/pymongo/collection.html\n-  https://docs.mongodb.com/manual/indexes/\n-  https://api.mongodb.com/python/current/api/index.html\n-  https://api.mongodb.com/python/current/examples/index.html\n-  https://api.mongodb.com/python/current/examples/bulk.html\n-  https://docs.mongodb.com/manual/tutorial/create-indexes-to-support-queries/\n-  https://docs.mongodb.com/manual/tutorial/sort-results-with-indexes/\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helper funcs and tools for working with MongoDB",
    "version": "0.0.13",
    "project_urls": {
        "Download": "https://github.com/kenjyco/mongo-helper/tarball/v0.0.13",
        "Homepage": "https://github.com/kenjyco/mongo-helper"
    },
    "split_keywords": [
        "mongo",
        "mongodb",
        "helper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c1b51efcce58a1dbe022da8b8cbe199cc7cb2e21b9df23181b7d6270797276f",
                "md5": "8263e9dfd10cf97b212f076dba235da1",
                "sha256": "da0d90ac3709908fb3fbc038bec46b480ea3aefbbcf7da614c1c32a55596d620"
            },
            "downloads": -1,
            "filename": "mongo_helper-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8263e9dfd10cf97b212f076dba235da1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9018,
            "upload_time": "2020-01-20T15:06:31",
            "upload_time_iso_8601": "2020-01-20T15:06:31.020520Z",
            "url": "https://files.pythonhosted.org/packages/1c/1b/51efcce58a1dbe022da8b8cbe199cc7cb2e21b9df23181b7d6270797276f/mongo_helper-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-01-20 15:06:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kenjyco",
    "github_project": "mongo-helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "dt-helper",
            "specs": []
        },
        {
            "name": "pymongo",
            "specs": [
                [
                    "==",
                    "3.7.2"
                ]
            ]
        },
        {
            "name": "settings-helper",
            "specs": []
        }
    ],
    "lcname": "mongo-helper"
}
        
Ken
Elapsed time: 0.09004s