Bytebin


NameBytebin JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/alexraskin/bytebin.py
SummaryBytebin API Wrapper
upload_time2023-11-30 05:23:32
maintainer
docs_urlNone
authoralexraskin
requires_python
licenseMIT License
keywords module bytebin library package python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bytebin.py

[![Image from Gyazo](https://i.gyazo.com/2ddbbc37300edbe85c873074fb0e4208.png)](https://gyazo.com/2ddbbc37300edbe85c873074fb0e4208)

A simple python wrapper for [Bytebin](https://bytebin.dev/)

## Installation

```sh
pip install Bytebin
```

## Example

```py
import Bytebin

bb = Bytebin.Bytebin()

paste = bb.create("Hello World!")

print(paste.url)
print(paste.key)

lookup = bb.lookup(paste.key)

print(lookup.url)
print(lookup.key)
print(lookup.content)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alexraskin/bytebin.py",
    "name": "Bytebin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "module,Bytebin,library,package,python",
    "author": "alexraskin",
    "author_email": "<root@alexraskin.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/c0/43741a76457751f18a177b9e5ee1d33870f01a48987471d923ffb1119161/Bytebin-0.0.2.tar.gz",
    "platform": null,
    "description": "# Bytebin.py\n\n[![Image from Gyazo](https://i.gyazo.com/2ddbbc37300edbe85c873074fb0e4208.png)](https://gyazo.com/2ddbbc37300edbe85c873074fb0e4208)\n\nA simple python wrapper for [Bytebin](https://bytebin.dev/)\n\n## Installation\n\n```sh\npip install Bytebin\n```\n\n## Example\n\n```py\nimport Bytebin\n\nbb = Bytebin.Bytebin()\n\npaste = bb.create(\"Hello World!\")\n\nprint(paste.url)\nprint(paste.key)\n\nlookup = bb.lookup(paste.key)\n\nprint(lookup.url)\nprint(lookup.key)\nprint(lookup.content)\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Bytebin API Wrapper",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/alexraskin/bytebin.py"
    },
    "split_keywords": [
        "module",
        "bytebin",
        "library",
        "package",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0384d56ef3202855d08d0400ea81a5f3f359b8a3db3a1702a6c2fe01c0a57537",
                "md5": "e211ba1b19bbae82784b8f184a6242e6",
                "sha256": "c5c17151083b5975a33c929cc5f49a20f6acaca5adafd7d1c63dd88895adf52b"
            },
            "downloads": -1,
            "filename": "Bytebin-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e211ba1b19bbae82784b8f184a6242e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2791,
            "upload_time": "2023-11-30T05:23:30",
            "upload_time_iso_8601": "2023-11-30T05:23:30.609640Z",
            "url": "https://files.pythonhosted.org/packages/03/84/d56ef3202855d08d0400ea81a5f3f359b8a3db3a1702a6c2fe01c0a57537/Bytebin-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2c043741a76457751f18a177b9e5ee1d33870f01a48987471d923ffb1119161",
                "md5": "6cfa26765bd544f8d1bc252ea5d5fd87",
                "sha256": "a861225cbf6d8e4c82cfe224f312e1876f7432c395d5f814e63e5ff8d3e3aab6"
            },
            "downloads": -1,
            "filename": "Bytebin-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6cfa26765bd544f8d1bc252ea5d5fd87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2700,
            "upload_time": "2023-11-30T05:23:32",
            "upload_time_iso_8601": "2023-11-30T05:23:32.116758Z",
            "url": "https://files.pythonhosted.org/packages/d2/c0/43741a76457751f18a177b9e5ee1d33870f01a48987471d923ffb1119161/Bytebin-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 05:23:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexraskin",
    "github_project": "bytebin.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "bytebin"
}
        
Elapsed time: 0.15667s