treescriptify


Nametreescriptify JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/DK96-OS/treescriptify
SummaryCreate TreeScript from an existing filesystem tree.
upload_time2024-04-21 14:12:18
maintainerNone
docs_urlNone
authorDK96-OS
requires_pythonNone
licenseGPLv2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Treescriptify
Get Started fast with TreeScript generated from an existing directory.

## How To Use
Run the main script in a directory to treescript-ify it.

1. Pipe program output to a file, or
2. Display it on-screen for copy-paste workflow integration.

## How To Install
You can manually install a release (if you want), or use pip.

`pip install treescriptify`

## Program Architecture
The following diagram shows how the program components work together to process the data.
![tsfy](https://github.com/DK96-OS/tsfy/assets/69859316/84f127f0-cf19-418b-be78-572fbb96868c)

Note: All source modules are contained in the treescriptify package. The input package is merely symbolic in this diagram.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DK96-OS/treescriptify",
    "name": "treescriptify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "DK96-OS",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9f/1f/97e55368aa1fc42c91c49dc79d3fdeddb6ef022eb8d3994d361fce1cb83a/treescriptify-0.1.2.tar.gz",
    "platform": null,
    "description": "# Treescriptify\nGet Started fast with TreeScript generated from an existing directory.\n\n## How To Use\nRun the main script in a directory to treescript-ify it.\n\n1. Pipe program output to a file, or\n2. Display it on-screen for copy-paste workflow integration.\n\n## How To Install\nYou can manually install a release (if you want), or use pip.\n\n`pip install treescriptify`\n\n## Program Architecture\nThe following diagram shows how the program components work together to process the data.\n![tsfy](https://github.com/DK96-OS/tsfy/assets/69859316/84f127f0-cf19-418b-be78-572fbb96868c)\n\nNote: All source modules are contained in the treescriptify package. The input package is merely symbolic in this diagram.\n",
    "bugtrack_url": null,
    "license": "GPLv2",
    "summary": "Create TreeScript from an existing filesystem tree.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/DK96-OS/treescriptify",
        "Issues": "https://github.com/DK96-OS/treescriptify/issues",
        "Source Code": "https://github.com/DK96-OS/treescriptify"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1081a5273ef6b3b5f6af1f977386474f010c8d03dd72fe7a850ffb82655940f",
                "md5": "7dce8dc14fec12f73e85deae1907e1ce",
                "sha256": "17c3de6c0c6ea29b18de744985071ca5dea90d204143f026466366754740d634"
            },
            "downloads": -1,
            "filename": "treescriptify-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dce8dc14fec12f73e85deae1907e1ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12675,
            "upload_time": "2024-04-21T14:12:18",
            "upload_time_iso_8601": "2024-04-21T14:12:18.028155Z",
            "url": "https://files.pythonhosted.org/packages/c1/08/1a5273ef6b3b5f6af1f977386474f010c8d03dd72fe7a850ffb82655940f/treescriptify-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f1f97e55368aa1fc42c91c49dc79d3fdeddb6ef022eb8d3994d361fce1cb83a",
                "md5": "bd1877e8351fd7cd9c05295883cdb89c",
                "sha256": "45398f79f83ccc10ac52702e053ccf1eb0136db972f039bb6cce9463099d25f9"
            },
            "downloads": -1,
            "filename": "treescriptify-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bd1877e8351fd7cd9c05295883cdb89c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12615,
            "upload_time": "2024-04-21T14:12:18",
            "upload_time_iso_8601": "2024-04-21T14:12:18.887892Z",
            "url": "https://files.pythonhosted.org/packages/9f/1f/97e55368aa1fc42c91c49dc79d3fdeddb6ef022eb8d3994d361fce1cb83a/treescriptify-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 14:12:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DK96-OS",
    "github_project": "treescriptify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "treescriptify"
}
        
Elapsed time: 0.23385s