hubspain


Namehubspain JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/flowese/hubspain-tools
SummaryEsta es la descripcion de mi paquete
upload_time2022-12-18 21:52:09
maintainer
docs_urlNone
authorflowese
requires_python
licenseMIT
keywords testing logging example
VCS
bugtrack_url
requirements aiohttp Pillow requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # (PENDIENTE)

# Setup
## Requirements
* Python 3.10.8


```python

from hubspain import generate


generate("test")

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flowese/hubspain-tools",
    "name": "hubspain",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "testing,logging,example",
    "author": "flowese",
    "author_email": "flowese@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/46/b4/21a43855dd0a24760b6e991fa3a956b0e783b3bf259ec84e28e6299ad950/hubspain-1.0.1.tar.gz",
    "platform": null,
    "description": "# (PENDIENTE)\r\n\r\n# Setup\r\n## Requirements\r\n* Python 3.10.8\r\n\r\n\r\n```python\r\n\r\nfrom hubspain import generate\r\n\r\n\r\ngenerate(\"test\")\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Esta es la descripcion de mi paquete",
    "version": "1.0.1",
    "split_keywords": [
        "testing",
        "logging",
        "example"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "bae3cc3bc799efb45375d88cafd9bcad",
                "sha256": "758c7df7c106fdda53758155cfcef4470840300b32df4bafc783e6490d16cf2c"
            },
            "downloads": -1,
            "filename": "hubspain-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bae3cc3bc799efb45375d88cafd9bcad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3437,
            "upload_time": "2022-12-18T21:52:09",
            "upload_time_iso_8601": "2022-12-18T21:52:09.979209Z",
            "url": "https://files.pythonhosted.org/packages/46/b4/21a43855dd0a24760b6e991fa3a956b0e783b3bf259ec84e28e6299ad950/hubspain-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-18 21:52:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "flowese",
    "github_project": "hubspain-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.8.3"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "9.3.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.1"
                ]
            ]
        }
    ],
    "lcname": "hubspain"
}
        
Elapsed time: 0.22223s