pysnarf


Namepysnarf JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://git.sr.ht/~shantih19/pysnarf
Summarysnarf file helper
upload_time2024-09-21 02:03:46
maintainerNone
docs_urlNone
authorshantih19
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pysnarf

Multi-platform .[snarf](https://wiki.xxiivv.com/site/snarf.html) file integration with the clipboard, written in python.

Made for use with [Uxn](https://100r.co/site/uxn.html).

## Installation

```sh
pip install pysnarf
```

## Usage

Simply run `pysnarf path-to-.snarf-file-or-dir`.

If a directory is passed, the script will find the `.snarf` file or generate it if not present.

On Windows, copying/pasting does a `LF <> CRLF` replacement (as Uxn likes).

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.sr.ht/~shantih19/pysnarf",
    "name": "pysnarf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "shantih19",
    "author_email": "shantih19@shantih19.xyz",
    "download_url": "https://files.pythonhosted.org/packages/92/3c/16d23130cc00ee1bb37bf928d3b5db05ab578de51b0215eb7c564002a271/pysnarf-0.1.1.tar.gz",
    "platform": null,
    "description": "# pysnarf\n\nMulti-platform .[snarf](https://wiki.xxiivv.com/site/snarf.html) file integration with the clipboard, written in python.\n\nMade for use with [Uxn](https://100r.co/site/uxn.html).\n\n## Installation\n\n```sh\npip install pysnarf\n```\n\n## Usage\n\nSimply run `pysnarf path-to-.snarf-file-or-dir`.\n\nIf a directory is passed, the script will find the `.snarf` file or generate it if not present.\n\nOn Windows, copying/pasting does a `LF <> CRLF` replacement (as Uxn likes).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "snarf file helper",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://git.sr.ht/~shantih19/pysnarf",
        "Repository": "https://git.sr.ht/~shantih19/pysnarf"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1762d104e5fca7738c0c3a6266d60bb116d90b729c04f7c6b2175a8bbed63479",
                "md5": "e959331a454661a23c4a276b6d03ac14",
                "sha256": "c0e584678c425e72b1f1d8a04101e162aec1f8866f2a3d7619b6f52af38be024"
            },
            "downloads": -1,
            "filename": "pysnarf-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e959331a454661a23c4a276b6d03ac14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 3277,
            "upload_time": "2024-09-21T02:03:45",
            "upload_time_iso_8601": "2024-09-21T02:03:45.155648Z",
            "url": "https://files.pythonhosted.org/packages/17/62/d104e5fca7738c0c3a6266d60bb116d90b729c04f7c6b2175a8bbed63479/pysnarf-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "923c16d23130cc00ee1bb37bf928d3b5db05ab578de51b0215eb7c564002a271",
                "md5": "78b67fa870ce2ce69b24ae83b7a06fae",
                "sha256": "8ddf682d0b0a45e814dc2d5e551fd35a031f92242de2474c6b8a7d5589acba0d"
            },
            "downloads": -1,
            "filename": "pysnarf-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78b67fa870ce2ce69b24ae83b7a06fae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 3053,
            "upload_time": "2024-09-21T02:03:46",
            "upload_time_iso_8601": "2024-09-21T02:03:46.156333Z",
            "url": "https://files.pythonhosted.org/packages/92/3c/16d23130cc00ee1bb37bf928d3b5db05ab578de51b0215eb7c564002a271/pysnarf-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 02:03:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pysnarf"
}
        
Elapsed time: 0.32091s