Generate directory tree
Project description
dirtreegen
Generate directory tree easily.
Getting Started
Prerequisites
Install the package by pip
pip3 install dirtreegen
How to use
Open interactive command line tool ipython, before do that, make sure you have installed the dirtreegen package
cd yourproject
ipython3
In [1]: from dirtreegen import treegen
In [2]: treegen()
IN [3]:
.
├── .gitignore
├── LICENSE
├── README.md
├── requirements.txt
├── setup.cfg
├── setup.py
└── dirtreegen
├── __init__.py
└── dirtreegen.py
Of course, if you don’t want to show some files or directory, you can create a list which include you don’t want to show.
IN [4]: treegen([‘.gitignore’, ‘dirtreegen’])
IN [5]:
.
├── LICENSE
├── README.md
├── requirements.txt
├── setup.cfg
└── setup.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dirtreegen-0.0.3-py3-none-any.whl.
File metadata
- Download URL: dirtreegen-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aea1e2dc548566bb039c4d4adde2c093758adfa28df1d2006c74652fc589fb3d
|
|
| MD5 |
40577439ec37a297c4579984de508800
|
|
| BLAKE2b-256 |
31e833279dd1a69c9e037800db6b1313d88ec998c134a6be868d9c72b6c81f69
|