Last updated:
0 purchases
panopticas 0.0.5
panopticas
Discover insights into the types of data and functions used in your code.
Inspired by tools like enry and linguist
Initial feaures: language detector and metadata identifiers, based on the filename extension, filename details and the shebang line.
The official documentation can be found at panopticas.io
Installation
pip install panopticas
Usage
Change into the directory you want check the file types of and then run
panopticas assess
To check a single file and get some metadata
panopticas file FILENAME
Development
If you want to check out the panopitcas repo and work on bug fixes, use the pip "editable" install to set up the panopticas CLI for your shell using:
pip install -e .
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.