Skip to content

kospex/panopticas

Repository files navigation

panopticas

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

Installation

pip install panopticas

Usage

Change into the directory you want to check the file types of and then run:

panopticas assess

To check a single file and get some metadata:

panopticas file FILENAME

To find URLs in files:

panopticas urls /path/to/directory

Development

If you want to check out the panopticas repo and work on bug fixes, use the pip "editable" install:

pip install -e .

Running Tests

pytest -v

Building and Publishing

python -m build
twine upload dist/*

Changelog

See CHANGELOG.md for version history.

License

MIT

About

Discover insights into the types of data and functions used in your code.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages