pylab-sdk


Namepylab-sdk JSON
Version 1.7.2 PyPI version JSON
download
home_pagehttps://github.com/PyLabCo/pylab-sdk
SummaryA development kit that collects simple utilities.
upload_time2024-01-02 06:19:48
maintainer
docs_urlNone
authorCHIDA
requires_python>=3
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pylab-sdk
A development kit that collects simple utilities.

## Installation

```bash
pip install pylab-sdk
```

## Example
```
import pylab_sdk


# Get your public IP
ip = pylab_sdk.get_ip()

# Get latest user agent of modern browser
agents = pylab_sdk.get_latest_agents()
assert agents['macOS'] == pylab_sdk.get_latest_agents('macOS')

# Similar to netcat, webcat running over the http protocol helps you keep a log that you can check anywhere.
pylab_sdk.wc('hello world', source='discord-bot')

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PyLabCo/pylab-sdk",
    "name": "pylab-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "python",
    "author": "CHIDA",
    "author_email": "iam.yeongbin.jo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/f6/6c9201766a1eb976b93fbd4f122acf5bf6f46d5d956d27b71f98b8161693/pylab-sdk-1.7.2.tar.gz",
    "platform": null,
    "description": "# pylab-sdk\nA development kit that collects simple utilities.\n\n## Installation\n\n```bash\npip install pylab-sdk\n```\n\n## Example\n```\nimport pylab_sdk\n\n\n# Get your public IP\nip = pylab_sdk.get_ip()\n\n# Get latest user agent of modern browser\nagents = pylab_sdk.get_latest_agents()\nassert agents['macOS'] == pylab_sdk.get_latest_agents('macOS')\n\n# Similar to netcat, webcat running over the http protocol helps you keep a log that you can check anywhere.\npylab_sdk.wc('hello world', source='discord-bot')\n\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A development kit that collects simple utilities.",
    "version": "1.7.2",
    "project_urls": {
        "Homepage": "https://github.com/PyLabCo/pylab-sdk"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a662fbec787a4650d56af45d52c8714090c6a7226207a846994163d196299cb8",
                "md5": "726ddca639724038b791cbcc9efb1564",
                "sha256": "b804c10d9b459eb65086221ff1e24f6e25853f843b95a585a59a768adbee2dd2"
            },
            "downloads": -1,
            "filename": "pylab_sdk-1.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "726ddca639724038b791cbcc9efb1564",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 4396,
            "upload_time": "2024-01-02T06:19:47",
            "upload_time_iso_8601": "2024-01-02T06:19:47.307243Z",
            "url": "https://files.pythonhosted.org/packages/a6/62/fbec787a4650d56af45d52c8714090c6a7226207a846994163d196299cb8/pylab_sdk-1.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22f66c9201766a1eb976b93fbd4f122acf5bf6f46d5d956d27b71f98b8161693",
                "md5": "b23dfe373e2dd0fe25d2facd2d988cb8",
                "sha256": "2455352eaa5f706f9601bc9d62da58a147f1e6972a3b25d39317304aea7c1689"
            },
            "downloads": -1,
            "filename": "pylab-sdk-1.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b23dfe373e2dd0fe25d2facd2d988cb8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 4546,
            "upload_time": "2024-01-02T06:19:48",
            "upload_time_iso_8601": "2024-01-02T06:19:48.971095Z",
            "url": "https://files.pythonhosted.org/packages/22/f6/6c9201766a1eb976b93fbd4f122acf5bf6f46d5d956d27b71f98b8161693/pylab-sdk-1.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 06:19:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PyLabCo",
    "github_project": "pylab-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pylab-sdk"
}
        
Elapsed time: 0.64929s