Skip to main content

Toolkit for easy searching and manipulation of python source code using redbaron.

Project description

Toolkit for easy searching and manipulation of python source code using redbaron.

Codeship Status for Smirl/baroness Coverage Status

Installation

pip install baroness

See https://pypi.python.org/pypi/baroness

Usage

Searching

You can search through python code using the redbaron API on the commandline. By default baroness will search through all python files from the current directory down recursively. The search pattern is just regular python code that would work with redbaron. The top level node is called root.

For example to search for all name nodes with a value of bar:

baroness search 'root("name", value="bar")'

search is the default subcommand so you can write the same with:

baroness 'root("name", value="bar")'

For full usage look at baroness search --help:

usage: baroness search [-h] [--no-cache] [--parents PARENTS] [--no-color]
                       [--no-linenos]
                       pattern [files [files ...]]

positional arguments:
  pattern            Python redbaron code to search where `root` is the
                     variable holding the tree
  files              File names and/or glob pattern. Default to recursive
                     search of python all files.

optional arguments:
  -h, --help         show this help message and exit
  --no-cache         Do no use the cache in `.baroness` even if it exists
  --parents PARENTS  Number of parents to go up on matched nodes.
  --no-color         Do not color the output.
  --no-linenos       Do not output the linenumbers.

Caching

Parsing python files to a baron fst can be time consuming for large code bases. Baroness can cache the baron fst as json files to save time when searching. By default caching isn’t enabled, but will be used if baroness finds a .baroness directory.

Saving/Initialising Cache

To enable caching (and initially create cache) you can use:

baroness cache save

For full usage look at baroness cache save --help:

usage: baroness cache save [-h] [--force] [FILE [FILE ...]]

Save given files (all tree) to disk

positional arguments:
  FILE        Files to save to cache.

optional arguments:
  -h, --help  show this help message and exit
  --force     Save over already existing cache files.

Clearing the Cache

To delete all .baroness directories recursively use:

baroness cache delete

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

baroness-1.3.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

baroness-1.3.0-py2.py3-none-any.whl (7.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file baroness-1.3.0.tar.gz.

File metadata

  • Download URL: baroness-1.3.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.15

File hashes

Hashes for baroness-1.3.0.tar.gz
Algorithm Hash digest
SHA256 a64e42e2bfef2d1e6d168d484c28224e7af3e8e55b5685bb6c8944b700cc0c23
MD5 cb69bae2fdf6dd786ee6b8916ed25014
BLAKE2b-256 95de9784a911c824a9e3eaf19dfc4006ce22c7fde2101d49cdc98c298b976d3d

See more details on using hashes here.

File details

Details for the file baroness-1.3.0-py2.py3-none-any.whl.

File metadata

  • Download URL: baroness-1.3.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.15

File hashes

Hashes for baroness-1.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e890a7592f02131b9128ec34e2ad6914dca2ba13422949bfb8c4beaaac969600
MD5 8d4b2bea267a4c19654d039d81ddc08e
BLAKE2b-256 b51e04b3aa6f9a72786e2b61bb5e24e6de368d0e92b663f5cfba55374ede7499

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page