Name | FileSeeker JSON |
Version |
0.0.1
JSON |
| download |
home_page | https://github.com/neutrinomuon/FileSeeker |
Summary | FileSeeker is a Python package for finding a given file or name in a given file within a given directory with color-coded representation. |
upload_time | 2023-09-22 20:10:26 |
maintainer | |
docs_url | None |
author | Jean Gomes |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
### FileSeeker
email: [antineutrinomuon@gmail.com](mailto:antineutrinomuon@gmail.com), [jean@astro.up.pt](mailto:jean@astro.up.pt)
last stable version: 0.0.2
Under β distribution phase - The README file is not complete. Conda is not exported yet. Tutorials will be made asap.
github repository: <a href='https://github.com/neutrinomuon/FileSeeker/'>FileSeeker</a>
© Copyright ®
J.G. - Jean Gomes
<hr>
<img src='https://img.shields.io/pypi/pyversions/FileSeeker'>
<hr>
#### <b>RESUME</b>
<img src="https://raw.githubusercontent.com/neutrinomuon/FileSeeker/main/figures/FileSeeker.png" width=120>
Search in your directory and subdirectories recursively to find a file with a
given pattern.
<hr>
#### <b>INSTALLATION</b>
You can easily install <a href='https://pypi.org/project/FileSeeker/'>FileSeeker</a> by using pip - <a href='https://pypi.org/'>PyPI - The Python Package Index</a>:
<pre>
pip install FileSeeker
</pre>
<br>or by using a generated conda repository <a href='https://anaconda.org/neutrinomuon/FileSeeker'>https://anaconda.org/neutrinomuon/FileSeeker</a>:
<img src='https://anaconda.org/neutrinomuon/FileSeeker/badges/version.svg'><img src='https://anaconda.org/neutrinomuon/FileSeeker/badges/latest_release_date.svg'><img src='https://anaconda.org/neutrinomuon/FileSeeker/badges/platforms.svg'>
<pre>
conda install -c neutrinomuon FileSeeker
</pre>
<br>OBS.: Linux, OS-X ad Windows pre-compilations available in conda.
You can also clone the repository and install by yourself in your machine:
<pre>
git clone https://github.com/neutrinomuon/FileSeeker
python setup.py install
</pre>
<hr>
#### <b>EXAMPLE</b>
Example of the FileSeeker script in python
<img src="https://github.com/neutrinomuon/FileSeeker/blob/main/figures/FileSeeker_Screenshot.png?raw=true" width="90%">
<hr>
#### <b>STRUCTURE OF FileSeeker (Created with FileSeeker)</b>
<pre>
#################################################
FileSeeker
├── README.md
├── figures
│ └── cc_logo.png
├── src
│ └── python
└── .git
├── branches
├── logs
├── info
├── index
├── description
├── HEAD
├── objects
├── packed-refs
├── hooks
├── COMMIT_EDITMSG
├── refs
└── config
10 directories, 8 files
#################################################
Generated with tree_colored @ 2023 - © Jean Gomes
#################################################
</pre>
<hr>
#### <b>ISSUES AND CONTRIBUTIONS</b>
If you encounter any issues with this project, please feel free to submit an
issue on the GitHub repository. We appreciate your feedback and are committed
to improving the quality of our codebase.
If you'd like to contribute to this project, we welcome pull requests from the
community. Before submitting a pull request, please make sure to fork the
repository and create a new branch for your changes. Once your changes are
complete, submit a pull request and we'll review your code as soon as
possible.
For any questions or concerns about contributing, please contact the project
maintainer at antineutrinomuon@gmail.com. Thank you for your interest in
contributing to our project!
<hr>
#### <b>LICENSE</b>
Attribution-NonCommercial-NoDerivatives 4.0 (CC BY-NC-ND 4.0)
<img src="https://github.com/neutrinomuon/FileSeeker/blob/main/figures/cc_logo.png?raw=true" width="10%">
<a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>Creative Commons Attribution-NonCommercial-NoDerivs (CC-BY-NC-ND)</a>
Raw data
{
"_id": null,
"home_page": "https://github.com/neutrinomuon/FileSeeker",
"name": "FileSeeker",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Jean Gomes",
"author_email": "antineutrinomuon@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2c/39/82f6fcbbfc62d028ad98231e1500b20073f88e31a90ebeda79a1be2ba8cd/FileSeeker-0.0.1.tar.gz",
"platform": null,
"description": "### FileSeeker\nemail: [antineutrinomuon@gmail.com](mailto:antineutrinomuon@gmail.com), [jean@astro.up.pt](mailto:jean@astro.up.pt)\n\nlast stable version: 0.0.2\n\nUnder β distribution phase - The README file is not complete. Conda is not exported yet. Tutorials will be made asap.\n\ngithub repository: <a href='https://github.com/neutrinomuon/FileSeeker/'>FileSeeker</a>\n\n\u00a9 Copyright \u00ae\n\nJ.G. - Jean Gomes\n\n<hr>\n\n<img src='https://img.shields.io/pypi/pyversions/FileSeeker'>\n\n<hr>\n\n#### <b>RESUME</b>\n\n<img src=\"https://raw.githubusercontent.com/neutrinomuon/FileSeeker/main/figures/FileSeeker.png\" width=120>\n\nSearch in your directory and subdirectories recursively to find a file with a\ngiven pattern.\n\n<hr>\n\n#### <b>INSTALLATION</b>\n\nYou can easily install <a href='https://pypi.org/project/FileSeeker/'>FileSeeker</a> by using pip - <a href='https://pypi.org/'>PyPI - The Python Package Index</a>:\n\n<pre>\npip install FileSeeker\n</pre>\n\n<br>or by using a generated conda repository <a href='https://anaconda.org/neutrinomuon/FileSeeker'>https://anaconda.org/neutrinomuon/FileSeeker</a>:\n\n<img src='https://anaconda.org/neutrinomuon/FileSeeker/badges/version.svg'><img src='https://anaconda.org/neutrinomuon/FileSeeker/badges/latest_release_date.svg'><img src='https://anaconda.org/neutrinomuon/FileSeeker/badges/platforms.svg'>\n\n<pre>\nconda install -c neutrinomuon FileSeeker\n</pre>\n\n<br>OBS.: Linux, OS-X ad Windows pre-compilations available in conda.\n\nYou can also clone the repository and install by yourself in your machine:\n\n<pre>\ngit clone https://github.com/neutrinomuon/FileSeeker\npython setup.py install\n</pre>\n\n<hr>\n\n#### <b>EXAMPLE</b>\n\nExample of the FileSeeker script in python\n\n<img src=\"https://github.com/neutrinomuon/FileSeeker/blob/main/figures/FileSeeker_Screenshot.png?raw=true\" width=\"90%\">\n\n<hr>\n\n#### <b>STRUCTURE OF FileSeeker (Created with FileSeeker)</b>\n\n<pre>\n#################################################\nFileSeeker\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 figures\n\u2502 \u2514\u2500\u2500 cc_logo.png\n\u251c\u2500\u2500 src\n\u2502 \u2514\u2500\u2500 python\n\u2514\u2500\u2500 .git\n \u251c\u2500\u2500 branches\n \u251c\u2500\u2500 logs\n \u251c\u2500\u2500 info\n \u251c\u2500\u2500 index\n \u251c\u2500\u2500 description\n \u251c\u2500\u2500 HEAD\n \u251c\u2500\u2500 objects\n \u251c\u2500\u2500 packed-refs\n \u251c\u2500\u2500 hooks\n \u251c\u2500\u2500 COMMIT_EDITMSG\n \u251c\u2500\u2500 refs\n \u2514\u2500\u2500 config\n\n10 directories, 8 files\n#################################################\nGenerated with tree_colored @ 2023 - \u00a9 Jean Gomes\n#################################################\n</pre>\n\n<hr>\n\n#### <b>ISSUES AND CONTRIBUTIONS</b>\n\nIf you encounter any issues with this project, please feel free to submit an\nissue on the GitHub repository. We appreciate your feedback and are committed\nto improving the quality of our codebase.\n\nIf you'd like to contribute to this project, we welcome pull requests from the\ncommunity. Before submitting a pull request, please make sure to fork the\nrepository and create a new branch for your changes. Once your changes are\ncomplete, submit a pull request and we'll review your code as soon as\npossible.\n\nFor any questions or concerns about contributing, please contact the project\nmaintainer at antineutrinomuon@gmail.com. Thank you for your interest in\ncontributing to our project!\n\n<hr>\n\n#### <b>LICENSE</b>\n\nAttribution-NonCommercial-NoDerivatives 4.0 (CC BY-NC-ND 4.0)\n\n<img src=\"https://github.com/neutrinomuon/FileSeeker/blob/main/figures/cc_logo.png?raw=true\" width=\"10%\">\n\n<a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>Creative Commons Attribution-NonCommercial-NoDerivs (CC-BY-NC-ND)</a>\n\n",
"bugtrack_url": null,
"license": "",
"summary": "FileSeeker is a Python package for finding a given file or name in a given file within a given directory with color-coded representation.",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/neutrinomuon/FileSeeker"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2c3982f6fcbbfc62d028ad98231e1500b20073f88e31a90ebeda79a1be2ba8cd",
"md5": "09e774df492364cc5f388e69d33725af",
"sha256": "6c265ab018b5d6307055cca37f5d99a19196198b7b777ff0660e77b61cfee49c"
},
"downloads": -1,
"filename": "FileSeeker-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "09e774df492364cc5f388e69d33725af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4193,
"upload_time": "2023-09-22T20:10:26",
"upload_time_iso_8601": "2023-09-22T20:10:26.798782Z",
"url": "https://files.pythonhosted.org/packages/2c/39/82f6fcbbfc62d028ad98231e1500b20073f88e31a90ebeda79a1be2ba8cd/FileSeeker-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-22 20:10:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "neutrinomuon",
"github_project": "FileSeeker",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "fileseeker"
}