pyq icon indicating copy to clipboard operation
pyq copied to clipboard

A CLI tool to search for Python code in a path using jQuery-like selectors.

Results 7 pyq issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

http://badge.kloud51.com itself has been implemented in Python and it would make sense to be used here since this project has been implemented in python as well.

Just an idea. It would be great!

A lot of time you want to know where is a specific definition so you can import it. Providing an option to print the import path would be fantastic: ```...

Fantastic idea. Search using the file path is useful, but being able to search by module would be great. Something like: ``` pyq3 def[name=get] -m requests pyq3 class[name=User] -m django.contrib.auth.models...

If you start adding options, providing default by using a .pyqrc config file would be very useful. It may allow a general configuration from the file in the user dir,...

Python uses compresses source files a lot : eggs, wheels, pyz, etc. It's easier if you don't have to unzip those to search them.