TreeHue


NameTreeHue JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/neutrinomuon/TreeHue
SummaryTreeHue is a Python package for visually enhancing directory tree structures with color-coded representations.
upload_time2024-02-03 13:14:01
maintainer
docs_urlNone
authorJean Gomes
requires_python
license
keywords
VCS
bugtrack_url
requirements colorama numpy setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### TreeHue
email: [antineutrinomuon@gmail.com](mailto:antineutrinomuon@gmail.com), [jean@astro.up.pt](mailto:jean@astro.up.pt)

github repository: <a href='https://github.com/neutrinomuon/TreeHue/'>TreeHue</a>

last stable version: 0.0.5
<!-- https://zenodo.org/badge/doi/10.5281/zenodo.10433044.svg -->
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.10581155.svg)](https://zenodo.org/badge/doi/10.5281/zenodo.10581155.svg)

<hr>

![My Skills](https://skillicons.dev/icons?i=python,numpy&theme=light)<br>
[![python3](https://img.shields.io/pypi/pyversions/TreeHue)](https://img.shields.io/pypi/pyversions/TreeHue)
[![badgetlicense](https://anaconda.org/neutrinomuon/TreeHue/badges/license.svg)](https://anaconda.org/neutrinomuon/TreeHue/badges/license.svg)

© Copyright ®

J.G. - Jean Gomes

<hr>

<img src='https://img.shields.io/pypi/pyversions/TreeHue'>

<hr>

#### <b>RESUME</b>

<img src="https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/TreeHue.png" width=120>

Enhance your directory tree visualization with colorful representations using
TreeHue, a Python package that brings vibrancy to your file system structure.

<img src="https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/Education,_Studying,_University,_Alumni_-_icon.png#gh-light-mode-only" width="70px"><img src="https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/Education_black_background-removebg.png#gh-dark-mode-only" width="70px">This project was also created with a focus on educational purposes.


<img src="https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/PEP8-StyleGuide.jpg" width="70px"> Now, TreeHue has all its scripts in accordance with PEP 8 guidelines.

<br>
--------------------------------------------------------------------
<br>
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)

<hr>

#### <b>INSTALLATION</b>

You can easily install <a href='https://pypi.org/project/TreeHue/'>TreeHue</a> by using pip - <a href='https://pypi.org/'>PyPI - The Python Package Index</a>:

<pre>
pip install TreeHue
</pre>

<br>or by using a generated conda repository <a href='https://anaconda.org/neutrinomuon/TreeHue'>https://anaconda.org/neutrinomuon/TreeHue</a>:

<img src='https://anaconda.org/neutrinomuon/TreeHue/badges/version.svg'><img src='https://anaconda.org/neutrinomuon/TreeHue/badges/latest_release_date.svg'><img src='https://anaconda.org/neutrinomuon/TreeHue/badges/platforms.svg'>

<pre>
conda install -c neutrinomuon TreeHue
</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/TreeHue
python setup.py install
</pre>

<hr>

#### <b>EXAMPLE</b>

Example of the TreeHue script in python

<img src="https://github.com/neutrinomuon/TreeHue/blob/main/figures/TreeHue_Screenshot.png?raw=true" width="90%">

<hr>

#### <b>STRUCTURE OF TreeHue (Created with TreeHue)</b>
<pre>
#################################################
workspace
├── README.md
├── LICENSE.txt
├── index.html
├── requirements.txt
├── setup.py
├── src
│   └── python
│       ├── treehue.py
│       ├── example.out
│       ├── __pycache__
│       │   ├── tree_colored.cpython-39.pyc
│       │   ├── treehue.cpython-39.pyc
│       │   └── treehue_colored.cpython-39.pyc
│       ├── example1.out
│       ├── __init__.py
│       └── treehue_colored.py
├── showdown.min.js
├── version.txt
├── __pycache__
│   ├── tree_colored.cpython-39.pyc
│   └── tree.cpython-39.pyc
├── figures
│   ├── Education,_Studying,_University,_Alumni_-_icon.png
│   ├── Education_black_background.png
│   ├── Education_black_background-removebg.png
│   ├── PEP8-StyleGuide.jpg
│   ├── TreeHue.png
│   ├── Education_white_background.png
│   ├── cc_logo.png
│   └── TreeHue_Screenshot.png
├── TreeHue_conda
│   ├── osx-64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── win-arm64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── README.md
│   ├── osx-arm64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── win-64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── linux-s390x
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── linux-aarch64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── linux-armv6l
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── meta.yaml
│   ├── linux-32
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── linux-ppc64le
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── linux-ppc64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── win-32
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   ├── linux-64
│   │   ├── treehue-0.0.3-py39_0.tar.bz2
│   │   └── treehue-0.0.4-py39_0.tar.bz2
│   └── linux-armv7l
│       ├── treehue-0.0.3-py39_0.tar.bz2
│       └── treehue-0.0.4-py39_0.tar.bz2
├── .github
│   └── workflows
│       ├── main.yml
│       └── pylint.yml
└── .git
    ├── logs
    │   ├── HEAD
    │   └── refs
    │       ├── heads
    │       │   └── main
    │       └── remotes
    │           └── origin
    │               └── main
    ├── hooks
    │   ├── pre-commit.sample
    │   ├── pre-merge-commit.sample
    │   ├── commit-msg.sample
    │   ├── pre-push.sample
    │   ├── update.sample
    │   ├── sendemail-validate.sample
    │   ├── post-update.sample
    │   ├── fsmonitor-watchman.sample
    │   ├── applypatch-msg.sample
    │   ├── prepare-commit-msg.sample
    │   ├── pre-rebase.sample
    │   ├── pre-receive.sample
    │   ├── pre-applypatch.sample
    │   └── push-to-checkout.sample
    ├── config
    ├── shallow
    ├── info
    │   └── exclude
    ├── index
    ├── FETCH_HEAD
    ├── HEAD
    ├── description
    ├── objects
    │   ├── 31
    │   │   └── 874ff501dbdf9fbfb69a7185b441a93774b6bc
    │   ├── c5
    │   │   ├── 30d3b504890de341def7f2ccb7c7247b27580b
    │   │   └── 5bc5c1096217c4d85d324fc6c6246b28d15d02
    │   ├── 7a
    │   │   └── 66d2054794646472ee0127bfa1159dd661b24c
    │   ├── c7
    │   │   └── 3af08177e5d998556f7fe54282451a989e5410
    │   ├── f5
    │   │   └── 2f76ca688f4a60eee4f3afa06b0dd2809b5e8b
    │   ├── e6
    │   │   ├── 9de29bb2d1d6434b8b29ae775ad8c2e48c5391
    │   │   └── f9c79cf41b840c0ae67e13614b934a2a789279
    │   ├── 89
    │   │   └── 9361eaea332953134f3ddddb16c14717659845
    │   ├── d2
    │   │   └── 98a482db718d0159412485fedab1b752a251d9
    │   ├── 9a
    │   │   └── 666ea0f13a1f7e77fd56ada39a8ec927425618
    │   ├── d5
    │   │   ├── b27190c5d8fe67cfa4913fe9808e13e889fe89
    │   │   └── 62950fdb1072e09dd436b0b00b1424f6ef26fe
    │   ├── 97
    │   │   └── a508cbec0dc2792317983e8f69d211429ed7c7
    │   ├── bb
    │   │   └── deab6222cb8ad8ab423239cbeff9e6163d0d38
    │   ├── 44
    │   │   └── f6f369c624e49362c1f1a8acf3a24dec8bf725
    │   ├── ac
    │   │   └── dbf2179c243a2b888e400e20212a94cb230f07
    │   ├── 17
    │   │   └── 2b7d9918b281939290370ac28875f1299dcd0b
    │   ├── pack
    │   ├── c2
    │   │   ├── b7151cb2e5abc6af8f1f7da6d459c0bcbfa779
    │   │   └── 413881cd066544add12e0d60df723cf8a93b82
    │   ├── 4f
    │   │   └── 069ff5b07946e906e38c4723f3f8126247e7f6
    │   ├── 69
    │   │   ├── 37cfc0969ec53e3e663807c206d0c0e76bc849
    │   │   ├── eec725f8df1d7332d47852a93a036b7d3ae09e
    │   │   └── 10a33a2173e3a6992d9b9e9dd8beb44b6d2ff5
    │   ├── b5
    │   │   └── 23684bf16d8111d5b2b2f51f559ce10ce0d2aa
    │   ├── f1
    │   │   └── 233fe1a082ef10f448ff9d378fb59b2e79b981
    │   ├── 1d
    │   │   └── d1726b5a3024971c55a24f362d84c448784ed6
    │   ├── b0
    │   │   └── 1a14ea53366ade692980ecd3134e82e8b03834
    │   ├── e4
    │   │   └── a263f4e2a6673ca93cadcd355a2622b02a99dc
    │   ├── e2
    │   │   └── 5a8e6d9a04cea70b1f7d7c9115163aa160fab5
    │   ├── c9
    │   │   └── 01b15d5e0b6168d3fec083b5e3e0cc6ceed184
    │   ├── info
    │   ├── ff
    │   │   └── 63db7da7e4e6671dc557120abd671735d8c4f8
    │   ├── 3d
    │   │   └── 42c32985bedb76e894ab0955efb3c5c11db330
    │   ├── 60
    │   │   └── 2f24b0b12eb1b298df02c1c2eadf0d74f8c32a
    │   ├── d4
    │   │   └── 7faab4c42d3177ac0531ddfa5f6797ce7f2996
    │   ├── d9
    │   │   └── 20de400aaadba6479f5cde68a03e1ff63a1d99
    │   ├── 08
    │   │   └── c93ab2b22ad17d39326899c95e835e75f7cf5d
    │   ├── 71
    │   │   └── 5dde02a154e818b07a5c7f14604e55dbdd9d93
    │   ├── ea
    │   │   └── 0d5de6beed610ae74388992752f913326edcfe
    │   ├── 21
    │   │   ├── 64718931e14f51f63390bd06f2b2a58ffc9e6b
    │   │   └── f27e4554aacede0f83afede078fc23aa15a097
    │   ├── 8b
    │   │   └── 31f01815380ffc13b0c9e46346f9468071aef2
    │   ├── b4
    │   │   └── 69a80b4c105fd028dbba771295a6828eb0ee4c
    │   ├── c1
    │   │   └── 284539918de9e3fe0f9dcd17808463e17e1481
    │   ├── 4a
    │   │   └── 409f730ebcdc71117d0a93dc2728970860403a
    │   ├── fa
    │   │   └── 8361b63848a5f4a68f7782b970c44f53eb5a3c
    │   ├── 0e
    │   │   └── 330900a52a8a8807e8c9160c07c0bfb9b37e42
    │   ├── 80
    │   │   ├── de325dccbfb87a726dd793fdbeaf14a70abb1c
    │   │   └── 4b5031750c3076e27096ca29bf728901d8fe6d
    │   ├── 5a
    │   │   └── 8dbd0652e37cc2d89b4899e307abcac8bda553
    │   ├── 50
    │   │   └── fe4974969628d33d4d3cc175d9c1b74d1955d5
    │   ├── fd
    │   │   └── db5a41258a96bd099b7f15881de301a4b70fb8
    │   ├── 56
    │   │   ├── aaad52e4ba7a8b43e2e3aeda86630f8b944bb0
    │   │   └── 92729f0e25fbf8a98c43b2f354b7ecda7d28c7
    │   ├── 54
    │   │   └── 0830e25e08fe35938b61802ab38c36c3c3be49
    │   ├── 65
    │   │   └── bd3a127ddddf91fe6ca7a0c8eadca2b001abd4
    │   ├── a7
    │   │   └── 53958a9a770f18fbfd9dd5600273b37f91c11f
    │   ├── 6b
    │   │   └── 235cfec2aa3378fa28a0c3f0b53bf2799e0a33
    │   ├── e0
    │   │   └── 00c61baf5ad61d36704c14ab4003e7a43a4ec9
    │   ├── 4d
    │   │   └── e96b87204d2b88eb50fc5c103a791ed86db43f
    │   ├── 10
    │   │   └── fefcce31bcb548c1ddd5cced81f71da7fef0a3
    │   ├── 01
    │   │   └── 0e1cf9eb185c1edb1ae5d89b81c6c0977c03ab
    │   ├── de
    │   │   ├── 8ce70558c208ffe64dfd2fc6c255c73df0c3ff
    │   │   └── c290c002941e33d5ec6647b1a6dc523d7995ee
    │   ├── 73
    │   │   └── fc3aaf2a8124fbdf1039f26e4fa82df56b2519
    │   ├── 42
    │   │   ├── c190b8c174a9fe306bba55a4cdd0c3af933b05
    │   │   └── 68430b645889d28100a57891f1c0e589b7c1cd
    │   ├── 0f
    │   │   └── 8971bd9942a347ea402b0b5e5979b0405e1e30
    │   ├── 5f
    │   │   ├── 2d0a3bfe8ce7673f298ed20d24e339aa8772a4
    │   │   └── 34a88fb1186ab80279ff6e5933201f21f45aba
    │   ├── d3
    │   │   └── 1637f0e0bef1066586aad6f204d78ad4ad619d
    │   ├── 07
    │   │   └── 2bf227f10bb56310ea902218a93df7b9e9fac5
    │   ├── d0
    │   │   ├── 3ad4e41ecb4545372e25e6bb667f89bc432346
    │   │   └── 63da3069458d537958d2856c8a9e4c4ad0bc7a
    │   ├── 1f
    │   │   └── acfbac556f8e938d75ba6e53d8be00eb5c2ae6
    │   ├── d1
    │   │   └── d64756be8d0ff3cd25ed45a1177cab6b5f74dd
    │   └── 3b
    │       ├── c9b77a099f53bcba1b21baf0637b3af5eee26d
    │       └── d3b5a80009b500e3e466ba237cbd6b49c60ec5
    ├── branches
    └── refs
        ├── tags
        ├── heads
        │   └── main
        └── remotes
            └── origin
                └── main

102 directories, 159 files
#################################################
Generated with tree_colored @ 2024 - © 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/TreeHue/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/TreeHue",
    "name": "TreeHue",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jean Gomes",
    "author_email": "antineutrinomuon@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/4c/3abeda9efcd3c0607af6655e45f44482616624d7edf1feeaa75cdffa4dca/TreeHue-0.0.5.tar.gz",
    "platform": null,
    "description": "### TreeHue\nemail: [antineutrinomuon@gmail.com](mailto:antineutrinomuon@gmail.com), [jean@astro.up.pt](mailto:jean@astro.up.pt)\n\ngithub repository: <a href='https://github.com/neutrinomuon/TreeHue/'>TreeHue</a>\n\nlast stable version: 0.0.5\n<!-- https://zenodo.org/badge/doi/10.5281/zenodo.10433044.svg -->\n[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.10581155.svg)](https://zenodo.org/badge/doi/10.5281/zenodo.10581155.svg)\n\n<hr>\n\n![My Skills](https://skillicons.dev/icons?i=python,numpy&theme=light)<br>\n[![python3](https://img.shields.io/pypi/pyversions/TreeHue)](https://img.shields.io/pypi/pyversions/TreeHue)\n[![badgetlicense](https://anaconda.org/neutrinomuon/TreeHue/badges/license.svg)](https://anaconda.org/neutrinomuon/TreeHue/badges/license.svg)\n\n\u00a9 Copyright \u00ae\n\nJ.G. - Jean Gomes\n\n<hr>\n\n<img src='https://img.shields.io/pypi/pyversions/TreeHue'>\n\n<hr>\n\n#### <b>RESUME</b>\n\n<img src=\"https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/TreeHue.png\" width=120>\n\nEnhance your directory tree visualization with colorful representations using\nTreeHue, a Python package that brings vibrancy to your file system structure.\n\n<img src=\"https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/Education,_Studying,_University,_Alumni_-_icon.png#gh-light-mode-only\" width=\"70px\"><img src=\"https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/Education_black_background-removebg.png#gh-dark-mode-only\" width=\"70px\">This project was also created with a focus on educational purposes.\n\n\n<img src=\"https://raw.githubusercontent.com/neutrinomuon/TreeHue/main/figures/PEP8-StyleGuide.jpg\" width=\"70px\"> Now, TreeHue has all its scripts in accordance with PEP 8 guidelines.\n\n<br>\n--------------------------------------------------------------------\n<br>\nYour code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)\n\n<hr>\n\n#### <b>INSTALLATION</b>\n\nYou can easily install <a href='https://pypi.org/project/TreeHue/'>TreeHue</a> by using pip - <a href='https://pypi.org/'>PyPI - The Python Package Index</a>:\n\n<pre>\npip install TreeHue\n</pre>\n\n<br>or by using a generated conda repository <a href='https://anaconda.org/neutrinomuon/TreeHue'>https://anaconda.org/neutrinomuon/TreeHue</a>:\n\n<img src='https://anaconda.org/neutrinomuon/TreeHue/badges/version.svg'><img src='https://anaconda.org/neutrinomuon/TreeHue/badges/latest_release_date.svg'><img src='https://anaconda.org/neutrinomuon/TreeHue/badges/platforms.svg'>\n\n<pre>\nconda install -c neutrinomuon TreeHue\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/TreeHue\npython setup.py install\n</pre>\n\n<hr>\n\n#### <b>EXAMPLE</b>\n\nExample of the TreeHue script in python\n\n<img src=\"https://github.com/neutrinomuon/TreeHue/blob/main/figures/TreeHue_Screenshot.png?raw=true\" width=\"90%\">\n\n<hr>\n\n#### <b>STRUCTURE OF TreeHue (Created with TreeHue)</b>\n<pre>\n#################################################\nworkspace\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE.txt\n\u251c\u2500\u2500 index.html\n\u251c\u2500\u2500 requirements.txt\n\u251c\u2500\u2500 setup.py\n\u251c\u2500\u2500 src\n\u2502   \u2514\u2500\u2500 python\n\u2502       \u251c\u2500\u2500 treehue.py\n\u2502       \u251c\u2500\u2500 example.out\n\u2502       \u251c\u2500\u2500 __pycache__\n\u2502       \u2502   \u251c\u2500\u2500 tree_colored.cpython-39.pyc\n\u2502       \u2502   \u251c\u2500\u2500 treehue.cpython-39.pyc\n\u2502       \u2502   \u2514\u2500\u2500 treehue_colored.cpython-39.pyc\n\u2502       \u251c\u2500\u2500 example1.out\n\u2502       \u251c\u2500\u2500 __init__.py\n\u2502       \u2514\u2500\u2500 treehue_colored.py\n\u251c\u2500\u2500 showdown.min.js\n\u251c\u2500\u2500 version.txt\n\u251c\u2500\u2500 __pycache__\n\u2502   \u251c\u2500\u2500 tree_colored.cpython-39.pyc\n\u2502   \u2514\u2500\u2500 tree.cpython-39.pyc\n\u251c\u2500\u2500 figures\n\u2502   \u251c\u2500\u2500 Education,_Studying,_University,_Alumni_-_icon.png\n\u2502   \u251c\u2500\u2500 Education_black_background.png\n\u2502   \u251c\u2500\u2500 Education_black_background-removebg.png\n\u2502   \u251c\u2500\u2500 PEP8-StyleGuide.jpg\n\u2502   \u251c\u2500\u2500 TreeHue.png\n\u2502   \u251c\u2500\u2500 Education_white_background.png\n\u2502   \u251c\u2500\u2500 cc_logo.png\n\u2502   \u2514\u2500\u2500 TreeHue_Screenshot.png\n\u251c\u2500\u2500 TreeHue_conda\n\u2502   \u251c\u2500\u2500 osx-64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 win-arm64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 osx-arm64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 win-64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 linux-s390x\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 linux-aarch64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 linux-armv6l\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 meta.yaml\n\u2502   \u251c\u2500\u2500 linux-32\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 linux-ppc64le\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 linux-ppc64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 win-32\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u251c\u2500\u2500 linux-64\n\u2502   \u2502   \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502   \u2502   \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u2502   \u2514\u2500\u2500 linux-armv7l\n\u2502       \u251c\u2500\u2500 treehue-0.0.3-py39_0.tar.bz2\n\u2502       \u2514\u2500\u2500 treehue-0.0.4-py39_0.tar.bz2\n\u251c\u2500\u2500 .github\n\u2502   \u2514\u2500\u2500 workflows\n\u2502       \u251c\u2500\u2500 main.yml\n\u2502       \u2514\u2500\u2500 pylint.yml\n\u2514\u2500\u2500 .git\n    \u251c\u2500\u2500 logs\n    \u2502   \u251c\u2500\u2500 HEAD\n    \u2502   \u2514\u2500\u2500 refs\n    \u2502       \u251c\u2500\u2500 heads\n    \u2502       \u2502   \u2514\u2500\u2500 main\n    \u2502       \u2514\u2500\u2500 remotes\n    \u2502           \u2514\u2500\u2500 origin\n    \u2502               \u2514\u2500\u2500 main\n    \u251c\u2500\u2500 hooks\n    \u2502   \u251c\u2500\u2500 pre-commit.sample\n    \u2502   \u251c\u2500\u2500 pre-merge-commit.sample\n    \u2502   \u251c\u2500\u2500 commit-msg.sample\n    \u2502   \u251c\u2500\u2500 pre-push.sample\n    \u2502   \u251c\u2500\u2500 update.sample\n    \u2502   \u251c\u2500\u2500 sendemail-validate.sample\n    \u2502   \u251c\u2500\u2500 post-update.sample\n    \u2502   \u251c\u2500\u2500 fsmonitor-watchman.sample\n    \u2502   \u251c\u2500\u2500 applypatch-msg.sample\n    \u2502   \u251c\u2500\u2500 prepare-commit-msg.sample\n    \u2502   \u251c\u2500\u2500 pre-rebase.sample\n    \u2502   \u251c\u2500\u2500 pre-receive.sample\n    \u2502   \u251c\u2500\u2500 pre-applypatch.sample\n    \u2502   \u2514\u2500\u2500 push-to-checkout.sample\n    \u251c\u2500\u2500 config\n    \u251c\u2500\u2500 shallow\n    \u251c\u2500\u2500 info\n    \u2502   \u2514\u2500\u2500 exclude\n    \u251c\u2500\u2500 index\n    \u251c\u2500\u2500 FETCH_HEAD\n    \u251c\u2500\u2500 HEAD\n    \u251c\u2500\u2500 description\n    \u251c\u2500\u2500 objects\n    \u2502   \u251c\u2500\u2500 31\n    \u2502   \u2502   \u2514\u2500\u2500 874ff501dbdf9fbfb69a7185b441a93774b6bc\n    \u2502   \u251c\u2500\u2500 c5\n    \u2502   \u2502   \u251c\u2500\u2500 30d3b504890de341def7f2ccb7c7247b27580b\n    \u2502   \u2502   \u2514\u2500\u2500 5bc5c1096217c4d85d324fc6c6246b28d15d02\n    \u2502   \u251c\u2500\u2500 7a\n    \u2502   \u2502   \u2514\u2500\u2500 66d2054794646472ee0127bfa1159dd661b24c\n    \u2502   \u251c\u2500\u2500 c7\n    \u2502   \u2502   \u2514\u2500\u2500 3af08177e5d998556f7fe54282451a989e5410\n    \u2502   \u251c\u2500\u2500 f5\n    \u2502   \u2502   \u2514\u2500\u2500 2f76ca688f4a60eee4f3afa06b0dd2809b5e8b\n    \u2502   \u251c\u2500\u2500 e6\n    \u2502   \u2502   \u251c\u2500\u2500 9de29bb2d1d6434b8b29ae775ad8c2e48c5391\n    \u2502   \u2502   \u2514\u2500\u2500 f9c79cf41b840c0ae67e13614b934a2a789279\n    \u2502   \u251c\u2500\u2500 89\n    \u2502   \u2502   \u2514\u2500\u2500 9361eaea332953134f3ddddb16c14717659845\n    \u2502   \u251c\u2500\u2500 d2\n    \u2502   \u2502   \u2514\u2500\u2500 98a482db718d0159412485fedab1b752a251d9\n    \u2502   \u251c\u2500\u2500 9a\n    \u2502   \u2502   \u2514\u2500\u2500 666ea0f13a1f7e77fd56ada39a8ec927425618\n    \u2502   \u251c\u2500\u2500 d5\n    \u2502   \u2502   \u251c\u2500\u2500 b27190c5d8fe67cfa4913fe9808e13e889fe89\n    \u2502   \u2502   \u2514\u2500\u2500 62950fdb1072e09dd436b0b00b1424f6ef26fe\n    \u2502   \u251c\u2500\u2500 97\n    \u2502   \u2502   \u2514\u2500\u2500 a508cbec0dc2792317983e8f69d211429ed7c7\n    \u2502   \u251c\u2500\u2500 bb\n    \u2502   \u2502   \u2514\u2500\u2500 deab6222cb8ad8ab423239cbeff9e6163d0d38\n    \u2502   \u251c\u2500\u2500 44\n    \u2502   \u2502   \u2514\u2500\u2500 f6f369c624e49362c1f1a8acf3a24dec8bf725\n    \u2502   \u251c\u2500\u2500 ac\n    \u2502   \u2502   \u2514\u2500\u2500 dbf2179c243a2b888e400e20212a94cb230f07\n    \u2502   \u251c\u2500\u2500 17\n    \u2502   \u2502   \u2514\u2500\u2500 2b7d9918b281939290370ac28875f1299dcd0b\n    \u2502   \u251c\u2500\u2500 pack\n    \u2502   \u251c\u2500\u2500 c2\n    \u2502   \u2502   \u251c\u2500\u2500 b7151cb2e5abc6af8f1f7da6d459c0bcbfa779\n    \u2502   \u2502   \u2514\u2500\u2500 413881cd066544add12e0d60df723cf8a93b82\n    \u2502   \u251c\u2500\u2500 4f\n    \u2502   \u2502   \u2514\u2500\u2500 069ff5b07946e906e38c4723f3f8126247e7f6\n    \u2502   \u251c\u2500\u2500 69\n    \u2502   \u2502   \u251c\u2500\u2500 37cfc0969ec53e3e663807c206d0c0e76bc849\n    \u2502   \u2502   \u251c\u2500\u2500 eec725f8df1d7332d47852a93a036b7d3ae09e\n    \u2502   \u2502   \u2514\u2500\u2500 10a33a2173e3a6992d9b9e9dd8beb44b6d2ff5\n    \u2502   \u251c\u2500\u2500 b5\n    \u2502   \u2502   \u2514\u2500\u2500 23684bf16d8111d5b2b2f51f559ce10ce0d2aa\n    \u2502   \u251c\u2500\u2500 f1\n    \u2502   \u2502   \u2514\u2500\u2500 233fe1a082ef10f448ff9d378fb59b2e79b981\n    \u2502   \u251c\u2500\u2500 1d\n    \u2502   \u2502   \u2514\u2500\u2500 d1726b5a3024971c55a24f362d84c448784ed6\n    \u2502   \u251c\u2500\u2500 b0\n    \u2502   \u2502   \u2514\u2500\u2500 1a14ea53366ade692980ecd3134e82e8b03834\n    \u2502   \u251c\u2500\u2500 e4\n    \u2502   \u2502   \u2514\u2500\u2500 a263f4e2a6673ca93cadcd355a2622b02a99dc\n    \u2502   \u251c\u2500\u2500 e2\n    \u2502   \u2502   \u2514\u2500\u2500 5a8e6d9a04cea70b1f7d7c9115163aa160fab5\n    \u2502   \u251c\u2500\u2500 c9\n    \u2502   \u2502   \u2514\u2500\u2500 01b15d5e0b6168d3fec083b5e3e0cc6ceed184\n    \u2502   \u251c\u2500\u2500 info\n    \u2502   \u251c\u2500\u2500 ff\n    \u2502   \u2502   \u2514\u2500\u2500 63db7da7e4e6671dc557120abd671735d8c4f8\n    \u2502   \u251c\u2500\u2500 3d\n    \u2502   \u2502   \u2514\u2500\u2500 42c32985bedb76e894ab0955efb3c5c11db330\n    \u2502   \u251c\u2500\u2500 60\n    \u2502   \u2502   \u2514\u2500\u2500 2f24b0b12eb1b298df02c1c2eadf0d74f8c32a\n    \u2502   \u251c\u2500\u2500 d4\n    \u2502   \u2502   \u2514\u2500\u2500 7faab4c42d3177ac0531ddfa5f6797ce7f2996\n    \u2502   \u251c\u2500\u2500 d9\n    \u2502   \u2502   \u2514\u2500\u2500 20de400aaadba6479f5cde68a03e1ff63a1d99\n    \u2502   \u251c\u2500\u2500 08\n    \u2502   \u2502   \u2514\u2500\u2500 c93ab2b22ad17d39326899c95e835e75f7cf5d\n    \u2502   \u251c\u2500\u2500 71\n    \u2502   \u2502   \u2514\u2500\u2500 5dde02a154e818b07a5c7f14604e55dbdd9d93\n    \u2502   \u251c\u2500\u2500 ea\n    \u2502   \u2502   \u2514\u2500\u2500 0d5de6beed610ae74388992752f913326edcfe\n    \u2502   \u251c\u2500\u2500 21\n    \u2502   \u2502   \u251c\u2500\u2500 64718931e14f51f63390bd06f2b2a58ffc9e6b\n    \u2502   \u2502   \u2514\u2500\u2500 f27e4554aacede0f83afede078fc23aa15a097\n    \u2502   \u251c\u2500\u2500 8b\n    \u2502   \u2502   \u2514\u2500\u2500 31f01815380ffc13b0c9e46346f9468071aef2\n    \u2502   \u251c\u2500\u2500 b4\n    \u2502   \u2502   \u2514\u2500\u2500 69a80b4c105fd028dbba771295a6828eb0ee4c\n    \u2502   \u251c\u2500\u2500 c1\n    \u2502   \u2502   \u2514\u2500\u2500 284539918de9e3fe0f9dcd17808463e17e1481\n    \u2502   \u251c\u2500\u2500 4a\n    \u2502   \u2502   \u2514\u2500\u2500 409f730ebcdc71117d0a93dc2728970860403a\n    \u2502   \u251c\u2500\u2500 fa\n    \u2502   \u2502   \u2514\u2500\u2500 8361b63848a5f4a68f7782b970c44f53eb5a3c\n    \u2502   \u251c\u2500\u2500 0e\n    \u2502   \u2502   \u2514\u2500\u2500 330900a52a8a8807e8c9160c07c0bfb9b37e42\n    \u2502   \u251c\u2500\u2500 80\n    \u2502   \u2502   \u251c\u2500\u2500 de325dccbfb87a726dd793fdbeaf14a70abb1c\n    \u2502   \u2502   \u2514\u2500\u2500 4b5031750c3076e27096ca29bf728901d8fe6d\n    \u2502   \u251c\u2500\u2500 5a\n    \u2502   \u2502   \u2514\u2500\u2500 8dbd0652e37cc2d89b4899e307abcac8bda553\n    \u2502   \u251c\u2500\u2500 50\n    \u2502   \u2502   \u2514\u2500\u2500 fe4974969628d33d4d3cc175d9c1b74d1955d5\n    \u2502   \u251c\u2500\u2500 fd\n    \u2502   \u2502   \u2514\u2500\u2500 db5a41258a96bd099b7f15881de301a4b70fb8\n    \u2502   \u251c\u2500\u2500 56\n    \u2502   \u2502   \u251c\u2500\u2500 aaad52e4ba7a8b43e2e3aeda86630f8b944bb0\n    \u2502   \u2502   \u2514\u2500\u2500 92729f0e25fbf8a98c43b2f354b7ecda7d28c7\n    \u2502   \u251c\u2500\u2500 54\n    \u2502   \u2502   \u2514\u2500\u2500 0830e25e08fe35938b61802ab38c36c3c3be49\n    \u2502   \u251c\u2500\u2500 65\n    \u2502   \u2502   \u2514\u2500\u2500 bd3a127ddddf91fe6ca7a0c8eadca2b001abd4\n    \u2502   \u251c\u2500\u2500 a7\n    \u2502   \u2502   \u2514\u2500\u2500 53958a9a770f18fbfd9dd5600273b37f91c11f\n    \u2502   \u251c\u2500\u2500 6b\n    \u2502   \u2502   \u2514\u2500\u2500 235cfec2aa3378fa28a0c3f0b53bf2799e0a33\n    \u2502   \u251c\u2500\u2500 e0\n    \u2502   \u2502   \u2514\u2500\u2500 00c61baf5ad61d36704c14ab4003e7a43a4ec9\n    \u2502   \u251c\u2500\u2500 4d\n    \u2502   \u2502   \u2514\u2500\u2500 e96b87204d2b88eb50fc5c103a791ed86db43f\n    \u2502   \u251c\u2500\u2500 10\n    \u2502   \u2502   \u2514\u2500\u2500 fefcce31bcb548c1ddd5cced81f71da7fef0a3\n    \u2502   \u251c\u2500\u2500 01\n    \u2502   \u2502   \u2514\u2500\u2500 0e1cf9eb185c1edb1ae5d89b81c6c0977c03ab\n    \u2502   \u251c\u2500\u2500 de\n    \u2502   \u2502   \u251c\u2500\u2500 8ce70558c208ffe64dfd2fc6c255c73df0c3ff\n    \u2502   \u2502   \u2514\u2500\u2500 c290c002941e33d5ec6647b1a6dc523d7995ee\n    \u2502   \u251c\u2500\u2500 73\n    \u2502   \u2502   \u2514\u2500\u2500 fc3aaf2a8124fbdf1039f26e4fa82df56b2519\n    \u2502   \u251c\u2500\u2500 42\n    \u2502   \u2502   \u251c\u2500\u2500 c190b8c174a9fe306bba55a4cdd0c3af933b05\n    \u2502   \u2502   \u2514\u2500\u2500 68430b645889d28100a57891f1c0e589b7c1cd\n    \u2502   \u251c\u2500\u2500 0f\n    \u2502   \u2502   \u2514\u2500\u2500 8971bd9942a347ea402b0b5e5979b0405e1e30\n    \u2502   \u251c\u2500\u2500 5f\n    \u2502   \u2502   \u251c\u2500\u2500 2d0a3bfe8ce7673f298ed20d24e339aa8772a4\n    \u2502   \u2502   \u2514\u2500\u2500 34a88fb1186ab80279ff6e5933201f21f45aba\n    \u2502   \u251c\u2500\u2500 d3\n    \u2502   \u2502   \u2514\u2500\u2500 1637f0e0bef1066586aad6f204d78ad4ad619d\n    \u2502   \u251c\u2500\u2500 07\n    \u2502   \u2502   \u2514\u2500\u2500 2bf227f10bb56310ea902218a93df7b9e9fac5\n    \u2502   \u251c\u2500\u2500 d0\n    \u2502   \u2502   \u251c\u2500\u2500 3ad4e41ecb4545372e25e6bb667f89bc432346\n    \u2502   \u2502   \u2514\u2500\u2500 63da3069458d537958d2856c8a9e4c4ad0bc7a\n    \u2502   \u251c\u2500\u2500 1f\n    \u2502   \u2502   \u2514\u2500\u2500 acfbac556f8e938d75ba6e53d8be00eb5c2ae6\n    \u2502   \u251c\u2500\u2500 d1\n    \u2502   \u2502   \u2514\u2500\u2500 d64756be8d0ff3cd25ed45a1177cab6b5f74dd\n    \u2502   \u2514\u2500\u2500 3b\n    \u2502       \u251c\u2500\u2500 c9b77a099f53bcba1b21baf0637b3af5eee26d\n    \u2502       \u2514\u2500\u2500 d3b5a80009b500e3e466ba237cbd6b49c60ec5\n    \u251c\u2500\u2500 branches\n    \u2514\u2500\u2500 refs\n        \u251c\u2500\u2500 tags\n        \u251c\u2500\u2500 heads\n        \u2502   \u2514\u2500\u2500 main\n        \u2514\u2500\u2500 remotes\n            \u2514\u2500\u2500 origin\n                \u2514\u2500\u2500 main\n\n102 directories, 159 files\n#################################################\nGenerated with tree_colored @ 2024 - \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/TreeHue/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",
    "bugtrack_url": null,
    "license": "",
    "summary": "TreeHue is a Python package for visually enhancing directory tree structures with color-coded representations.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/neutrinomuon/TreeHue"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44c3abeda9efcd3c0607af6655e45f44482616624d7edf1feeaa75cdffa4dca",
                "md5": "2377208df84672f284c97a5e419a6eef",
                "sha256": "e9dd66e04088f7c0c7c06681c6e0558345e791d29b5b43e3159b5d06207d3629"
            },
            "downloads": -1,
            "filename": "TreeHue-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2377208df84672f284c97a5e419a6eef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13913,
            "upload_time": "2024-02-03T13:14:01",
            "upload_time_iso_8601": "2024-02-03T13:14:01.873521Z",
            "url": "https://files.pythonhosted.org/packages/f4/4c/3abeda9efcd3c0607af6655e45f44482616624d7edf1feeaa75cdffa4dca/TreeHue-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-03 13:14:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neutrinomuon",
    "github_project": "TreeHue",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.25.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "67.8.0"
                ]
            ]
        }
    ],
    "lcname": "treehue"
}
        
Elapsed time: 0.18734s