cylinderize


Namecylinderize JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/donno2048/cylinderize
SummaryTurn any file into a cylinder
upload_time2022-01-07 02:19:03
maintainer
docs_urlNone
authorElisha Hollander
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cylinderize

Turn any file or text into a cylinder

## install

### From PyPi

```sh
pip3 install cylinderize
```

### From GitHub

```sh
pip3 install git+https://github.com/donno2048/cylinderize
```

## Usage

Run `cylinderize <file>` to show the text of the file as a cylinder

Use `cylinderize` to choose a file using a prompt

Or in a script:

```py
from cylinderize import cylinderize
cylinderize("text\nmore text\n...")
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/cylinderize",
    "name": "cylinderize",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/39/c5/482784a23f4150b70105be29767ef2378d1881858095d8a39e59ecc2ceb6/cylinderize-1.0.1.tar.gz",
    "platform": "",
    "description": "# cylinderize\n\nTurn any file or text into a cylinder\n\n## install\n\n### From PyPi\n\n```sh\npip3 install cylinderize\n```\n\n### From GitHub\n\n```sh\npip3 install git+https://github.com/donno2048/cylinderize\n```\n\n## Usage\n\nRun `cylinderize <file>` to show the text of the file as a cylinder\n\nUse `cylinderize` to choose a file using a prompt\n\nOr in a script:\n\n```py\nfrom cylinderize import cylinderize\ncylinderize(\"text\\nmore text\\n...\")\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Turn any file into a cylinder",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/donno2048/cylinderize"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a27f5c2473fc8aa2574e8e1a3cc52bb84c60bd496f419a07b9cc8c6fc1a31af5",
                "md5": "d117d2da933de8ce142b1a7e36ba0996",
                "sha256": "2f00f645f8980bc398fa1fe891f3a67d4d995944ee342b1b8fa18e0b3b214e7b"
            },
            "downloads": -1,
            "filename": "cylinderize-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d117d2da933de8ce142b1a7e36ba0996",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3316,
            "upload_time": "2022-01-07T02:19:02",
            "upload_time_iso_8601": "2022-01-07T02:19:02.362736Z",
            "url": "https://files.pythonhosted.org/packages/a2/7f/5c2473fc8aa2574e8e1a3cc52bb84c60bd496f419a07b9cc8c6fc1a31af5/cylinderize-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39c5482784a23f4150b70105be29767ef2378d1881858095d8a39e59ecc2ceb6",
                "md5": "5daf151028c7a887a052de8e60aeb2ea",
                "sha256": "567172963777b23508b1af6d17635dd452f0087cd55520ffd38db63132a409d2"
            },
            "downloads": -1,
            "filename": "cylinderize-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5daf151028c7a887a052de8e60aeb2ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2615,
            "upload_time": "2022-01-07T02:19:03",
            "upload_time_iso_8601": "2022-01-07T02:19:03.558911Z",
            "url": "https://files.pythonhosted.org/packages/39/c5/482784a23f4150b70105be29767ef2378d1881858095d8a39e59ecc2ceb6/cylinderize-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-07 02:19:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "cylinderize",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cylinderize"
}
        
Elapsed time: 0.17647s