traggle


Nametraggle JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Trejgus/
SummaryLibrary that simplifies working with the "Traggle" site API
upload_time2024-01-15 11:23:05
maintainer
docs_urlNone
authorduckduck
requires_python>=3.6
license
keywords files speedfiles
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Traggle Module #

## What is this? ##
This is a python test module for working with the Traggle API

## Quick Guide ##
The module is based on the following structure:

    
    note = NoteAPI(token= 'your_token')
    note.get_notes()

    translator = Translator()
    translator.tranlsate(to_lang = 'ru', text = 'Hello World')
    
Which Python provides by standard.


----------



----------

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Trejgus/",
    "name": "traggle",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "files speedfiles",
    "author": "duckduck",
    "author_email": "dimondtp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/97/a37737e4f644aeae86df960017f7a77f91027ea14d391f93a8f694097138/traggle-0.0.2.tar.gz",
    "platform": null,
    "description": "# Traggle Module #\n\n## What is this? ##\nThis is a python test module for working with the Traggle API\n\n## Quick Guide ##\nThe module is based on the following structure:\n\n    \n    note = NoteAPI(token= 'your_token')\n    note.get_notes()\n\n    translator = Translator()\n    translator.tranlsate(to_lang = 'ru', text = 'Hello World')\n    \nWhich Python provides by standard.\n\n\n----------\n\n\n\n----------\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library that simplifies working with the \"Traggle\" site API",
    "version": "0.0.2",
    "project_urls": {
        "GitHub": "https://github.com/Trejgus/",
        "Homepage": "https://github.com/Trejgus/"
    },
    "split_keywords": [
        "files",
        "speedfiles"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6b71f071b7b4f6b9f35d97c6beffdd357d7997e7a4dd37bf185bf9f22bfddd3",
                "md5": "7bce81c64bfbf4627d04e5312d65a186",
                "sha256": "f822a252c5e8c9bd00e8f0071e9a629c6694b67561a378ebe0ece204b4872103"
            },
            "downloads": -1,
            "filename": "traggle-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bce81c64bfbf4627d04e5312d65a186",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2937,
            "upload_time": "2024-01-15T11:23:03",
            "upload_time_iso_8601": "2024-01-15T11:23:03.141944Z",
            "url": "https://files.pythonhosted.org/packages/a6/b7/1f071b7b4f6b9f35d97c6beffdd357d7997e7a4dd37bf185bf9f22bfddd3/traggle-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d97a37737e4f644aeae86df960017f7a77f91027ea14d391f93a8f694097138",
                "md5": "3430e25244be1a36ab5053c92d132cf7",
                "sha256": "98b50ac870b5a9c3c74279ebc1156c0143dd5231132f90550d5250486cd8eec6"
            },
            "downloads": -1,
            "filename": "traggle-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3430e25244be1a36ab5053c92d132cf7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2585,
            "upload_time": "2024-01-15T11:23:05",
            "upload_time_iso_8601": "2024-01-15T11:23:05.436358Z",
            "url": "https://files.pythonhosted.org/packages/0d/97/a37737e4f644aeae86df960017f7a77f91027ea14d391f93a8f694097138/traggle-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 11:23:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "traggle"
}
        
Elapsed time: 0.17414s