Skip to content

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

License

Notifications You must be signed in to change notification settings

kospex/panopticas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages