FinderZ


NameFinderZ JSON
Version 2.1.2 PyPI version JSON
download
home_page
SummaryA library that extends file management functionality in Python with many useful features in order to save your time and make life easier!
upload_time2023-12-27 19:03:51
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords development filemanagement files library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FinderZ

Full File Management Library for Python. And growing (V2 is out!)

![logo-color](https://github.com/PatzEdi/FinderZ/raw/main/logo/logo-color.jpg)

<p align="center">
	<img src="https://img.shields.io/badge/License-GPL--3.0-brightgreen"
		height="23">
	<img src="https://img.shields.io/badge/Creator-PatzEdi-brightgreen"
		height="23">
	<img src="https://img.shields.io/badge/Version-Latest-brightgreen"
		height="23">
	
	
</p>
<p align = "center">
	<img src="https://static.pepy.tech/badge/finderz"
		height="23">
</p>

## IMPORTANT: 
**V2 is finally out! To check out the details, go to the readthedocs documentation under the update v2 section!**
**Documentation: [FinderZ](https://finderz.readthedocs.io/en/latest/index.html)** 

**If you want to use the Synchronization and Backup classes, please read the documentation linked above in order to prevent data loss**

**AND: Huge thank you to [@RichardDally](https://github.com/RichardDally) , [@coolslutguy420](https://github.com/coolslutguy420), [@kyzsuukii](https://github.com/kyzsuukii), [@mikudae](https://github.com/mikudae) , and [@fablau](github.com/fablau) for starring FinderZ.**
## **Written in python, this library provides you with different file operation commands as well as info gathering commands on directories as well as files.** 
____________________________________________________________________________
## **CHANGELOG: V2.0.0**

To check out the details of V2, go to the [documentation](https://finderz.readthedocs.io/en/latest/index.html). This is a big update with many new things!

Latest Version: 2.1.2 (December 27, 2023)

Also, to view update changelogs, visit the GitHub page and click on the CHANGELOG.md file (Recorded from 2.1.2 onward starting December 27, 2023)

## **Usage**
Installation:
```
pip3 install FinderZ
```
Importing:
```
import FinderZ
```

## **Features**
- Consists of five classes: GatherInfo, fileOperands, Synchronize, Backup, and callBash.
- Advanced file operations, already built for you (including many options to choose from!) 
- Supports regex operations for some functions, as well as specific filters and multiple other choices to choose from. Options such as exact search or something even just containing a keyword, or even having the option to choose to search recursively, are all included.
- Includes full-featured, reliable synchronization and backup classes (beta). Both include optional and detailed logging.
- Full set of info gathering tools under the GatherInfo class.
- Full-featured documentation to guide you through each function in detail. 
- In case of functionality restrictions, callBash is a function that calls a bash script in order to expand functionality at its peak.
- Easy to use.
- You no longer have to take your time in making those file management algorithms that take a while to complete.
- Fast and efficient, includes a plethora of other features. 
____________________________________________________________________________
## **Why?**
- FinderZ is a way to easily expand on the file system of many operating systems. It supports, MacOS, Windows, Linux, and Android.
- Who wouldn't want a tool to manage their files easily in their python scripts? This will save time!
____________________________________________________________________________
## **How?**
- FinderZ is composed of many iterating techniques and parametric options. Based on these options, the core of each function deals with a user's choice of what to do or what not to do.
- More info under the documentation!
____________________________________________________________________________
## **User notice**
- I am not responsible for any damage or data lost using the FinderZ library. 
- If using the Synchronize class, make sure renaming files or directories is never the last thing you do before synchronization, unless it is the only thing you did do (no adding, removing, copying, etc. files before)
- This project has just been released to version 2! It has grown so much, but it is still growing and improving.
____________________________________________________________________________
## **Services used (Credits):**
- [OS module](https://docs.python.org/3/library/os.html)
- [Shutil module](https://docs.python.org/3/library/shutil.html)
- [Time module](https://docs.python.org/3/library/time.html)
- [Hashlib module](https://docs.python.org/3/library/hashlib.html)
- [re](https://docs.python.org/3/library/re.html)
- [Subprocess module](https://docs.python.org/3/library/subprocess.html)

____________________________________________________________________________
## **Make sure to leave a star!**
- If you like this project, leaving a star is what motivates me in doing more. Thank you, and I hope this is useful to all.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "FinderZ",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "development,filemanagement,files,library",
    "author": "",
    "author_email": "PatzEdi <patzedigithub@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/05/15/d75e9b65c19e3460d7ce15ab4b574024c617626b2dc94ed8c08260243d00/finderz-2.1.2.tar.gz",
    "platform": null,
    "description": "# FinderZ\n\nFull File Management Library for Python. And growing (V2 is out!)\n\n![logo-color](https://github.com/PatzEdi/FinderZ/raw/main/logo/logo-color.jpg)\n\n<p align=\"center\">\n\t<img src=\"https://img.shields.io/badge/License-GPL--3.0-brightgreen\"\n\t\theight=\"23\">\n\t<img src=\"https://img.shields.io/badge/Creator-PatzEdi-brightgreen\"\n\t\theight=\"23\">\n\t<img src=\"https://img.shields.io/badge/Version-Latest-brightgreen\"\n\t\theight=\"23\">\n\t\n\t\n</p>\n<p align = \"center\">\n\t<img src=\"https://static.pepy.tech/badge/finderz\"\n\t\theight=\"23\">\n</p>\n\n## IMPORTANT: \n**V2 is finally out! To check out the details, go to the readthedocs documentation under the update v2 section!**\n**Documentation: [FinderZ](https://finderz.readthedocs.io/en/latest/index.html)** \n\n**If you want to use the Synchronization and Backup classes, please read the documentation linked above in order to prevent data loss**\n\n**AND: Huge thank you to [@RichardDally](https://github.com/RichardDally) , [@coolslutguy420](https://github.com/coolslutguy420), [@kyzsuukii](https://github.com/kyzsuukii), [@mikudae](https://github.com/mikudae) , and [@fablau](github.com/fablau) for starring FinderZ.**\n## **Written in python, this library provides you with different file operation commands as well as info gathering commands on directories as well as files.** \n____________________________________________________________________________\n## **CHANGELOG: V2.0.0**\n\nTo check out the details of V2, go to the [documentation](https://finderz.readthedocs.io/en/latest/index.html). This is a big update with many new things!\n\nLatest Version: 2.1.2 (December 27, 2023)\n\nAlso, to view update changelogs, visit the GitHub page and click on the CHANGELOG.md file (Recorded from 2.1.2 onward starting December 27, 2023)\n\n## **Usage**\nInstallation:\n```\npip3 install FinderZ\n```\nImporting:\n```\nimport FinderZ\n```\n\n## **Features**\n- Consists of five classes: GatherInfo, fileOperands, Synchronize, Backup, and callBash.\n- Advanced file operations, already built for you (including many options to choose from!) \n- Supports regex operations for some functions, as well as specific filters and multiple other choices to choose from. Options such as exact search or something even just containing a keyword, or even having the option to choose to search recursively, are all included.\n- Includes full-featured, reliable synchronization and backup classes (beta). Both include optional and detailed logging.\n- Full set of info gathering tools under the GatherInfo class.\n- Full-featured documentation to guide you through each function in detail. \n- In case of functionality restrictions, callBash is a function that calls a bash script in order to expand functionality at its peak.\n- Easy to use.\n- You no longer have to take your time in making those file management algorithms that take a while to complete.\n- Fast and efficient, includes a plethora of other features. \n____________________________________________________________________________\n## **Why?**\n- FinderZ is a way to easily expand on the file system of many operating systems. It supports, MacOS, Windows, Linux, and Android.\n- Who wouldn't want a tool to manage their files easily in their python scripts? This will save time!\n____________________________________________________________________________\n## **How?**\n- FinderZ is composed of many iterating techniques and parametric options. Based on these options, the core of each function deals with a user's choice of what to do or what not to do.\n- More info under the documentation!\n____________________________________________________________________________\n## **User notice**\n- I am not responsible for any damage or data lost using the FinderZ library. \n- If using the Synchronize class, make sure renaming files or directories is never the last thing you do before synchronization, unless it is the only thing you did do (no adding, removing, copying, etc. files before)\n- This project has just been released to version 2! It has grown so much, but it is still growing and improving.\n____________________________________________________________________________\n## **Services used (Credits):**\n- [OS module](https://docs.python.org/3/library/os.html)\n- [Shutil module](https://docs.python.org/3/library/shutil.html)\n- [Time module](https://docs.python.org/3/library/time.html)\n- [Hashlib module](https://docs.python.org/3/library/hashlib.html)\n- [re](https://docs.python.org/3/library/re.html)\n- [Subprocess module](https://docs.python.org/3/library/subprocess.html)\n\n____________________________________________________________________________\n## **Make sure to leave a star!**\n- If you like this project, leaving a star is what motivates me in doing more. Thank you, and I hope this is useful to all.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library that extends file management functionality in Python with many useful features in order to save your time and make life easier!",
    "version": "2.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/PatzEdi/FinderZ/issues",
        "Homepage": "https://github.com/PatzEdi",
        "Repository": "https://github.com/PatzEdi/FinderZ"
    },
    "split_keywords": [
        "development",
        "filemanagement",
        "files",
        "library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b59798071f0c3349f946df7aa419a5324ff97d93bb1b51476680e53316376c4",
                "md5": "361ff5eb24c9e534fd3c590024cd9aca",
                "sha256": "c1463742147cdd23130813dc5464f6df54e3173c9f569ff5f1c76676ca93da7a"
            },
            "downloads": -1,
            "filename": "finderz-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "361ff5eb24c9e534fd3c590024cd9aca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 28602,
            "upload_time": "2023-12-27T19:03:49",
            "upload_time_iso_8601": "2023-12-27T19:03:49.323230Z",
            "url": "https://files.pythonhosted.org/packages/2b/59/798071f0c3349f946df7aa419a5324ff97d93bb1b51476680e53316376c4/finderz-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0515d75e9b65c19e3460d7ce15ab4b574024c617626b2dc94ed8c08260243d00",
                "md5": "7003ec59e3f3e6c0dda4a3bbb24fcef8",
                "sha256": "7f8577668b4bc8a8c36aa9cce928b37a96138c637c208a11743bc734c35c24fc"
            },
            "downloads": -1,
            "filename": "finderz-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7003ec59e3f3e6c0dda4a3bbb24fcef8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 786539,
            "upload_time": "2023-12-27T19:03:51",
            "upload_time_iso_8601": "2023-12-27T19:03:51.832285Z",
            "url": "https://files.pythonhosted.org/packages/05/15/d75e9b65c19e3460d7ce15ab4b574024c617626b2dc94ed8c08260243d00/finderz-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 19:03:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PatzEdi",
    "github_project": "FinderZ",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "finderz"
}
        
Elapsed time: 0.18101s