pymeli


Namepymeli JSON
Version 0.2.8 PyPI version JSON
download
home_pageNone
SummaryA nice SDK for Mercado Libre
upload_time2024-03-21 10:31:55
maintainerNone
docs_urlNone
authorErnesto Monroy
requires_python>=3.5
licenseMIT License Copyright (c) 2021 Labrix Digital Consulting Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords meli mercado libre sdk
VCS
bugtrack_url
requirements requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MELI

A small module to try to help Mercado Libre (MeLi) developers and the MeLi community! More docs to come soon, but first we need to have a good working library! 

## Wishlist

* Caching mechanism
* Convert to class
* Automatic refresh of tokens
* Standardise credentials file

## Use

```python
from pymeli import Meli

client = Meli(client_id='****', client_secret='***')

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pymeli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "meli, mercado libre, sdk",
    "author": "Ernesto Monroy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7b/4f/2963f0834a9ecb3fb3febad322d79beca8c241bb90e1a8a1bc8e342b01a9/pymeli-0.2.8.tar.gz",
    "platform": null,
    "description": "# MELI\n\nA small module to try to help Mercado Libre (MeLi) developers and the MeLi community! More docs to come soon, but first we need to have a good working library! \n\n## Wishlist\n\n* Caching mechanism\n* Convert to class\n* Automatic refresh of tokens\n* Standardise credentials file\n\n## Use\n\n```python\nfrom pymeli import Meli\n\nclient = Meli(client_id='****', client_secret='***')\n\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021 Labrix Digital Consulting Limited  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A nice SDK for Mercado Libre",
    "version": "0.2.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/labrixdigital/pymeli/issues",
        "Homepage": "https://github.com/labrixdigital/pymeli"
    },
    "split_keywords": [
        "meli",
        " mercado libre",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88b207243ce675d82af4a463e63db88150b3058b6008c99a792cb1338844f3b2",
                "md5": "4510d0e5b2d7f4ab68c1c889767bcfef",
                "sha256": "1e65c41e377af5f602caddc212dc7a617e642e5b750ce8a0dbf2fb965250cd9b"
            },
            "downloads": -1,
            "filename": "pymeli-0.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4510d0e5b2d7f4ab68c1c889767bcfef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 5505,
            "upload_time": "2024-03-21T10:31:53",
            "upload_time_iso_8601": "2024-03-21T10:31:53.624369Z",
            "url": "https://files.pythonhosted.org/packages/88/b2/07243ce675d82af4a463e63db88150b3058b6008c99a792cb1338844f3b2/pymeli-0.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b4f2963f0834a9ecb3fb3febad322d79beca8c241bb90e1a8a1bc8e342b01a9",
                "md5": "4a3dbd97edd952cf8c52eacba17df86c",
                "sha256": "792327684f0c15ed3bdded078b085c5a3a9e923c83a50b737eac36beee3a1d99"
            },
            "downloads": -1,
            "filename": "pymeli-0.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "4a3dbd97edd952cf8c52eacba17df86c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 4681,
            "upload_time": "2024-03-21T10:31:55",
            "upload_time_iso_8601": "2024-03-21T10:31:55.152558Z",
            "url": "https://files.pythonhosted.org/packages/7b/4f/2963f0834a9ecb3fb3febad322d79beca8c241bb90e1a8a1bc8e342b01a9/pymeli-0.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 10:31:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "labrixdigital",
    "github_project": "pymeli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "pymeli"
}
        
Elapsed time: 0.23630s