Skip to main content

A package to find strings in python modules

Project description

sappears

This python library allows you to cound the ocurrences of a particular string python source files. This could used to estimate the effort of refactoring or changing a convention.

Why we do this?

There are times when you need to refactore some modules or replace a convention used during the implementation of a particular functionality. Measuring the impact of such changes is sometimes time consuming as it may involve going through all modules, classes and functions of your package.

How it works?

The goal of this search process is to have a table as follows:

Ocurrences as of [name of interest]:

| namespace    | type     | location                     | ocurrences |
|--------------|----------|------------------------------|------------|
| module_one   | module   | package/module_1/__init__.py | 2          |
| ClassOne     | type     | package/module_1/ClassOne.py | 1          |
| function_one | function | package/module_1/__init__.py | 1          |

You can achieve that by runing:

import mypackage # replace with the package you want to inspect.

import sappears

string = "import tensorflow as tf"

results = search_in_module(string, mypackage)
make_report(results)

where name of interest is the name of the variable, function, method, class or module you are interested in. Alternatively, you could just run it from the command line as follows:

python -m sappears [string of interest] [mypacakge]

Contribute

Please feel free to add issues and make PRs!

TODO

  • Specify searches by type (function, class, module, docstring).

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

sappears-0.0.2.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

sappears-0.0.2-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file sappears-0.0.2.tar.gz.

File metadata

  • Download URL: sappears-0.0.2.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10

File hashes

Hashes for sappears-0.0.2.tar.gz
Algorithm Hash digest
SHA256 371c0fee0e68326dd745b6df76ed1067501e45b286e88ed150a084e5bffa5d2f
MD5 0c10627e05a620205e7d724f454fe2e9
BLAKE2b-256 71f04acbc117346146b60c694d60277edfe9c89fe38050ff24b81c42f4a3f988

See more details on using hashes here.

File details

Details for the file sappears-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: sappears-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10

File hashes

Hashes for sappears-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6b5b26694b3ec80d98dd7ecb5d57c7053101176330b399a84b260db344b06628
MD5 7db39bd67d654d95f946bd1324fda677
BLAKE2b-256 af2c8f0523d86d96dc718630ab5db1bc3f3609f0dea361c65706add940d57d3a

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