An open API service for software projects hosted on Open Collective.

github.com/laike9m/pdir2

Pretty dir() printing with joy:beer:
https://github.com/laike9m/pdir2

pdir: Python 3.13

supakeen opened this pull request 10 months ago
3.13 support + fix broken tests

rosset opened this issue 12 months ago
officially supports python3.12

laixintao opened this pull request almost 2 years ago
Drop support for old python versions

aqeelat opened this pull request about 2 years ago
Drop support for Python 2

aqeelat opened this issue about 2 years ago
only show function or class

laoshaw opened this issue over 2 years ago
python3.11: add the `__getstate__` dunder

supakeen opened this pull request over 2 years ago
Fix ci: tox lint env.

laixintao opened this pull request about 3 years ago
Cache __pypackages__ in Github Action to speed up CI.

laixintao opened this pull request about 3 years ago
Cache PDM __pypackages__ to speed up CI.

laixintao opened this pull request about 3 years ago
No tox cache

laixintao opened this pull request about 3 years ago
fix dependencies version lock.

laixintao opened this pull request about 3 years ago
Support disable color and switch off color when stdout is not a TTY

laixintao opened this pull request about 3 years ago
ANSI escape chars shown when using rich.inspect(PrettyDir)

tddschn opened this issue about 3 years ago
Disable coloring doesn't work?

tkossak opened this issue about 3 years ago
Use first sentence instead of first line from docstring

iamgodot opened this pull request over 3 years ago
Better way to get oneline doc

iamgodot opened this issue over 3 years ago
Fix _FORMATTER with missing categories

iamgodot opened this pull request over 3 years ago
About unfolding the CATEGORIES

iamgodot opened this issue over 3 years ago
KeyError when formatting certain CATEGORIES

iamgodot opened this issue over 3 years ago
Fix 'clean' fixture

kshivakumar opened this pull request over 3 years ago
tests/test_user_config.py failure

shenganzhang opened this issue over 3 years ago
Set empty doc if testing for __doc__ attribute throws an exception.

Mome opened this pull request over 3 years ago
Fix CI workflow

frostming opened this pull request almost 4 years ago
Sourcery refactored master branch

sourcery-ai[bot] opened this pull request over 4 years ago
enum.auto import fails for python < 3.6

Mome opened this issue over 4 years ago
Migrate to Poetry + Azure Pipelines

laike9m opened this issue over 4 years ago
Fix some deprecations

kapsh opened this pull request almost 6 years ago
Tests are incompatible with pytest 5

kapsh opened this issue almost 6 years ago
Can we utilize the output of help()?

laike9m opened this issue over 6 years ago
Fix _getattr in PrettyDir (#47)

liwt31 opened this pull request over 6 years ago
Logic of self._getattr() in PrettyDir not explicit

liwt31 opened this issue over 6 years ago
Add more categories(#13)

liwt31 opened this pull request almost 7 years ago
Fix __slots__ bug (#44)

liwt31 opened this pull request almost 7 years ago
AttributeError when checking instances with __slots__

liwt31 opened this issue almost 7 years ago
[WIP] Add more categories(#13)

liwt31 opened this pull request almost 7 years ago
Separate static method from descript category

liwt31 opened this pull request almost 7 years ago
It seems a tiny bug in python3.5 version.

eduOS opened this issue almost 7 years ago
Mark test_pdir_class as an expected fail

carlwgeorge opened this pull request about 7 years ago
test suite fails in Python 3.7

carlwgeorge opened this issue about 7 years ago
@staticmethod shouldn't be in "descriptor" category

laike9m opened this issue over 7 years ago
Add attribute filters

rusnasonov opened this issue over 7 years ago
add Fedora installation instructions

carlwgeorge opened this pull request almost 8 years ago
fix_frozenset_format_unsupport_python2.6

wanyaoqi opened this pull request almost 8 years ago
frozenset error ,SyntaxError: invalid syntax

wanyaoqi opened this issue almost 8 years ago
运行 import pdir 的时候,报的错可以看下

tmpbook opened this issue about 8 years ago
specify minimum version of setuptools

carlwgeorge opened this pull request about 8 years ago
minimum setuptools version

carlwgeorge opened this issue about 8 years ago
minimum pytest version?

carlwgeorge opened this issue about 8 years ago
XONSH support

tkossak opened this issue over 8 years ago
pdir(list) should treat "append", "copy" as functions

laike9m opened this issue over 8 years ago
Doesn't work in Windows IDLE

laike9m opened this issue over 8 years ago
Does it work in jupyter notebooks?

lincolnfrias opened this issue over 8 years ago
Only require colorama on Windows

mdraw opened this pull request over 8 years ago
Pandoc generated README.rst should pass PyPI's strict reST check

laike9m opened this issue over 8 years ago
Maybe somehow use it in vim/emacs/etc?

kootenpv opened this issue over 8 years ago
Fix Readme rendering on PyPI

mdraw opened this pull request over 8 years ago
iterating over dir() should give the same result as dir()

laike9m opened this issue over 8 years ago
Not working with None

brickgao opened this issue over 8 years ago
Could not handle `__abstractmethods__`

brickgao opened this issue over 8 years ago
Long lines can't be properly displayed in bpython

laike9m opened this issue over 8 years ago
Extension for ipython (magic functions)

santagada opened this issue over 8 years ago
Not sure why spacy breaks, maybe Cython?

kootenpv opened this issue over 8 years ago
Improve output text for functions/methods

laike9m opened this issue over 8 years ago
Provide config file to let users config color

laike9m opened this issue over 8 years ago
Add more category

laike9m opened this issue over 8 years ago
Make sure _getframe doesn't break within search

laike9m opened this issue over 8 years ago
Let .search return a copy of self

topper-123 opened this pull request over 8 years ago
Add exception type

kootenpv opened this issue over 8 years ago
Remove ambiguous or non-obvious names from API

mjmoore opened this issue over 8 years ago
Autoimport

novel-yet-trivial opened this pull request over 8 years ago
Add test cases for search API PR

gvx opened this pull request over 8 years ago
Format methods as functions

chrismclennon opened this pull request over 8 years ago
Caseinsensitive

novel-yet-trivial opened this pull request over 8 years ago
Support more repls

caedn opened this issue over 8 years ago
Add pdir(foo) / 'bar' as an alias for pdir.search

gvx opened this pull request over 8 years ago
Add paging

tmr232 opened this issue over 8 years ago
Error calling pdir(pandas.DataFrame)

laike9m opened this issue over 8 years ago