Discover insights into the types of data and functions used in your code.
Inspired by tools like enry and linguist
Features: language detector and metadata identifiers, based on the filename extension, filename details and the shebang line. Detects build configurations, dependency manifests, CI pipeline files, and binary file types.
The official documentation can be found at panopticas.io
pip install panopticasChange into the directory you want to check the file types of and then run:
panopticas assessTo check a single file and get some metadata:
panopticas file FILENAMETo find URLs in files:
panopticas urls /path/to/directoryIf you want to check out the panopticas repo and work on bug fixes, use the pip "editable" install:
pip install -e .pytest -vpython -m build
twine upload dist/*See CHANGELOG.md for version history.
MIT