pastemyst


Namepastemyst JSON
Version 3.0.0 PyPI version JSON
download
home_page
Summaryapi wrapper for paste.myst.rs
upload_time2024-01-13 23:29:22
maintainer
docs_urlNone
authormunchii
requires_python>=3.12,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pastemyst-py

api wrapper for [pastemyst](https://paste.myst.rs) written in python 3.12.
<br>

## install

install using pip:
```
  $ pip install pastemyst
```
<br>

## requirements

Here's the libraries used to create the wrapper:
- [trio](https://pypi.org/project/trio/) `^0.24.0`
- [httpx](https://pypi.org/project/httpx/) `^0.26.0`
<br>

## usage

you can find a simple usage example in [test.py](https://github.com/Dmunch04/pastemyst-py/blob/master/examples/test.py).<br>
or take a look at the [tests](https://github.com/Dmunch04/pastemyst-py/tree/master/tests) folder.
<br>

## contribution

feel free to make a pull request or open an issue. all help is welcome.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pastemyst",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "munchii",
    "author_email": "daniellmunch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/0d/ff9a13612b18f5db927b7f66ba6c4a1443a8038339697075a4dbb1660132/pastemyst-3.0.0.tar.gz",
    "platform": null,
    "description": "# pastemyst-py\n\napi wrapper for [pastemyst](https://paste.myst.rs) written in python 3.12.\n<br>\n\n## install\n\ninstall using pip:\n```\n  $ pip install pastemyst\n```\n<br>\n\n## requirements\n\nHere's the libraries used to create the wrapper:\n- [trio](https://pypi.org/project/trio/) `^0.24.0`\n- [httpx](https://pypi.org/project/httpx/) `^0.26.0`\n<br>\n\n## usage\n\nyou can find a simple usage example in [test.py](https://github.com/Dmunch04/pastemyst-py/blob/master/examples/test.py).<br>\nor take a look at the [tests](https://github.com/Dmunch04/pastemyst-py/tree/master/tests) folder.\n<br>\n\n## contribution\n\nfeel free to make a pull request or open an issue. all help is welcome.",
    "bugtrack_url": null,
    "license": "",
    "summary": "api wrapper for paste.myst.rs",
    "version": "3.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "504ac4e7598c83423a567079845f1171bafdc23d52841f063537d6472a2d638e",
                "md5": "0c47f0d889b2a22ee3e1f63fce910250",
                "sha256": "f9896d68f8ae70e201ec4f30dc2db1ffa2ebc0c801179317c27b9e0f5d96e994"
            },
            "downloads": -1,
            "filename": "pastemyst-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c47f0d889b2a22ee3e1f63fce910250",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12,<4.0",
            "size": 20234,
            "upload_time": "2024-01-13T23:29:20",
            "upload_time_iso_8601": "2024-01-13T23:29:20.523614Z",
            "url": "https://files.pythonhosted.org/packages/50/4a/c4e7598c83423a567079845f1171bafdc23d52841f063537d6472a2d638e/pastemyst-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "620dff9a13612b18f5db927b7f66ba6c4a1443a8038339697075a4dbb1660132",
                "md5": "e08dacf3e5af7a1f8455707b2a7473c2",
                "sha256": "ac588c7ec376230502adb632418b7da7d188fc2c6eb244b7650b53c01167b3b4"
            },
            "downloads": -1,
            "filename": "pastemyst-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e08dacf3e5af7a1f8455707b2a7473c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12,<4.0",
            "size": 16349,
            "upload_time": "2024-01-13T23:29:22",
            "upload_time_iso_8601": "2024-01-13T23:29:22.148752Z",
            "url": "https://files.pythonhosted.org/packages/62/0d/ff9a13612b18f5db927b7f66ba6c4a1443a8038339697075a4dbb1660132/pastemyst-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 23:29:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pastemyst"
}
        
Elapsed time: 0.20106s