{ "info": { "author": "Antonio Todorov", "author_email": "taeskow@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython" ], "description": "\n# Cast\n> command line app for file system templates.\n\nCist can modify the structure of multiple directories at once.\nProvided these directories are registered for a common template - moving,\nrenaming or deleting folders from that template will apply those changes\nto the directories (called instances of the template).\n\n\n## Installation\n\nLinux:\n\n```sh\ngit clone https://github.com/taesko/cast.git\ncd cast\npip install .\n```\n\nNOTE: This project has only been tested on linux. Installation is no different\non other OS provided git and pip are installed, but it's not guaranteed to\nwork properly.\n\n## Usage example\n\nUse any existing directory to make a template out of it.\n```sh\ncast add template_name ./dir_path\n```\n\nRegister any other directory to that template as it's instance\n```sh\ncast register template_name /directory/we/want/registered\n```\n\nIf the directory's structure is not conformed to the template's an\nerror is raised. That is the instance must contain directories with the same\nas the template's. (it is OK for the instance to have other directories as well)\n\n\nCreate additional directories inside a template:\n```sh\ncast add -m template_name various dir_names dir_names/similar to mkdir arguments\n```\n\nRename a directory inside a template\n```sh\ncast mv template_name relative_src_path relative_dst_path\n```\n\nRemove a directory from a template\n```sh\ncast rm template_name multiple relative/directory/paths\n```\n\nCommands that modify a templates structure all take the name of the\ntemplate as a first argument and relative paths (considered from the\nroot of the template not the current working directory) to the desired\ndirectories as additional arguments. Moving and renaming directories\nby default applies the same changes to instances of the template as well\nbut this is not true for removing directories.\n\nFor full information:\n```sh\ncast --help\n```\n\n## Development setup\n\nThere is no development branch (yet) and setup is nearly identical to\nuser installation.\n```sh\ngit clone https://github.com/taesko/cast.git\ncd cast\npip install -e .\n```\n\n## Release History\n\n* 0.0.1\n * Work in progress\n\n## Meta\n\nAuthor: Antonio Todorov \u2013 taeskow@gmail.com\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n## Contributing\n\nFork and submit a pull request.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/taesko/cast", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fscast", "package_url": "https://pypi.org/project/fscast/", "platform": "", "project_url": "https://pypi.org/project/fscast/", "project_urls": { "Homepage": "https://github.com/taesko/cast" }, "release_url": "https://pypi.org/project/fscast/0.0.2/", "requires_dist": [ "click" ], "requires_python": ">=3.6", "summary": "FIle System Templates", "version": "0.0.2" }, "last_serial": 3857311, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "72e27f45e1a5bf52253930a83560e251", "sha256": "7eadf03b34ad4100ce633eb32dffced5bbd812638e985390c261f185556bb4eb" }, "downloads": -1, "filename": "fscast-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "72e27f45e1a5bf52253930a83560e251", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16681, "upload_time": "2018-01-11T19:28:00", "url": "https://files.pythonhosted.org/packages/ad/12/3ef59475223ed06dba356679d33c33b7d34b8d5dc252aea559bfe007d060/fscast-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed668b3d6a370933e870583250d76197", "sha256": "c60023fead939228d3949627f32b4edeede38330e9acf5ce37593cbcbf0b4a10" }, "downloads": -1, "filename": "fscast-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ed668b3d6a370933e870583250d76197", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 13565, "upload_time": "2018-01-11T19:28:31", "url": "https://files.pythonhosted.org/packages/52/d4/cfa34c418f744e4bd3e967b11ab84663a6fab4839e4e00710090aafb4bf7/fscast-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e80d547a1860d0821c5cd04df7d086f9", "sha256": "54ec54481855c24a2192dae8ebf4adc77c7121fdbc93c8533eea16e5dbc0af0a" }, "downloads": -1, "filename": "fscast-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e80d547a1860d0821c5cd04df7d086f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16686, "upload_time": "2018-01-11T20:43:02", "url": "https://files.pythonhosted.org/packages/81/e8/7b03b430f005286d27a5c2a47345777a7ccaf2483f1abd93621bbd17f0cf/fscast-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75ed94eca91af1f5c6b89975284f324f", "sha256": "8ec51aabd875cd3ef3c44adbd913cca27f0ce354bd3d17b523fa5961c7e9689a" }, "downloads": -1, "filename": "fscast-0.0.2.tar.gz", "has_sig": false, "md5_digest": "75ed94eca91af1f5c6b89975284f324f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 13550, "upload_time": "2018-01-11T20:43:04", "url": "https://files.pythonhosted.org/packages/ab/6c/acc549433696b06533b06890d8c73fcd8ff3cafaff8eb83e84f964458179/fscast-0.0.2.tar.gz" } ], "0.0.3a1": [ { "comment_text": "", "digests": { "md5": "f0074802cb239d643b781246dbece20a", "sha256": "a926ebad7444df28f986a5a78dd18378c28a75d8c9018b35881c9f9439ebd3f5" }, "downloads": -1, "filename": "fscast-0.0.3a1-py3-none-any.whl", "has_sig": false, "md5_digest": "f0074802cb239d643b781246dbece20a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 14932, "upload_time": "2018-05-12T19:41:17", "url": "https://files.pythonhosted.org/packages/8e/7e/dbb382782503c29fc5bbae2a4989d83cc9637144a654c314b7184bbc7b24/fscast-0.0.3a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7471fa9b5571c0f4e48116b38f287456", "sha256": "a7ce25c1f21532dd1cdbb6b31eaeb9319f1f0c5c1899e8c13162edef47d2c322" }, "downloads": -1, "filename": "fscast-0.0.3a1.tar.gz", "has_sig": false, "md5_digest": "7471fa9b5571c0f4e48116b38f287456", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 13717, "upload_time": "2018-05-12T19:41:19", "url": "https://files.pythonhosted.org/packages/42/40/8fd7c07c758709ab7ea08ea77fa46b69571b025509f9c4b55219968b74c0/fscast-0.0.3a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e80d547a1860d0821c5cd04df7d086f9", "sha256": "54ec54481855c24a2192dae8ebf4adc77c7121fdbc93c8533eea16e5dbc0af0a" }, "downloads": -1, "filename": "fscast-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e80d547a1860d0821c5cd04df7d086f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16686, "upload_time": "2018-01-11T20:43:02", "url": "https://files.pythonhosted.org/packages/81/e8/7b03b430f005286d27a5c2a47345777a7ccaf2483f1abd93621bbd17f0cf/fscast-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75ed94eca91af1f5c6b89975284f324f", "sha256": "8ec51aabd875cd3ef3c44adbd913cca27f0ce354bd3d17b523fa5961c7e9689a" }, "downloads": -1, "filename": "fscast-0.0.2.tar.gz", "has_sig": false, "md5_digest": "75ed94eca91af1f5c6b89975284f324f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 13550, "upload_time": "2018-01-11T20:43:04", "url": "https://files.pythonhosted.org/packages/ab/6c/acc549433696b06533b06890d8c73fcd8ff3cafaff8eb83e84f964458179/fscast-0.0.2.tar.gz" } ] }