Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dbcli/cli_helpers issues and pull requests
#89 - Add `format_timestamps` preprocessor
Pull Request -
State: open - Opened by dougharris about 2 months ago
#88 - Actually 2.3.1
Pull Request -
State: closed - Opened by j-bennet about 1 year ago
#87 - Changelog update to release 2.3.0
Pull Request -
State: closed - Opened by j-bennet about 1 year ago
#86 - Updated tabulate version to latest, to fix ImportError in pgcli (Python 3.11/Win)
Pull Request -
State: closed - Opened by manjabes over 1 year ago
- 2 comments
#85 - Add CodeQL workflow for GitHub code scanning
Pull Request -
State: open - Opened by lgtm-com[bot] over 2 years ago
#84 - Feature add sql formatter
Pull Request -
State: open - Opened by astroshot over 2 years ago
- 2 comments
#83 - Don't backslash-escape newlines, etc. in `ascii` tables, and add `ascii_escaped` table format
Pull Request -
State: closed - Opened by rolandwalker over 2 years ago
- 1 comment
#82 - updated help with iterator printing
Pull Request -
State: closed - Opened by satyakommula96 over 2 years ago
- 1 comment
#81 - Bump codecov from 2.0.9 to 2.0.16
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#80 - fix table_separator_token passed as string
Pull Request -
State: closed - Opened by andriykohut about 3 years ago
- 1 comment
#79 - Replace local tabulate formats with those available upstream
Issue -
State: closed - Opened by kdeldycke over 3 years ago
- 2 comments
#78 - Please upload tarball to pypi
Issue -
State: closed - Opened by dgilmanTORQATA over 3 years ago
- 1 comment
#77 - Changelog update to release 2.2.0.
Pull Request -
State: closed - Opened by j-bennet over 3 years ago
#76 - Format unprintable bytes (eg 0x00, 0x01) as hex
Pull Request -
State: closed - Opened by deltragon over 3 years ago
#75 - pyenv init has changed.
Pull Request -
State: closed - Opened by j-bennet over 3 years ago
#74 - Add 'minimal' format: the same as 'plain', but without column headers.
Pull Request -
State: closed - Opened by pasenor almost 4 years ago
- 1 comment
#73 - Added skip_headers argument to the csv formatter
Pull Request -
State: open - Opened by pasenor almost 4 years ago
- 2 comments
#72 - Cache pygments formatter to speedup styling (Python 2.7 backport)
Pull Request -
State: closed - Opened by pasenor almost 4 years ago
#71 - add python_requires to setup.py
Pull Request -
State: closed - Opened by pasenor almost 4 years ago
- 1 comment
#70 - Some code are using type-hint, it is no longer suit older python versions
Issue -
State: closed - Opened by fingershi almost 4 years ago
- 2 comments
#69 - Please release to PyPi
Issue -
State: closed - Opened by mixmastamyk almost 4 years ago
- 1 comment
#68 - Black
Pull Request -
State: closed - Opened by j-bennet about 4 years ago
- 1 comment
#67 - Add psql_unicode table format
Pull Request -
State: closed - Opened by waldyrious over 4 years ago
- 5 comments
#66 - Optimizations in output styling
Pull Request -
State: closed - Opened by pasenor over 4 years ago
- 1 comment
#65 - remove terminaltables as dependency
Pull Request -
State: closed - Opened by pasenor over 4 years ago
- 1 comment
#64 - Changelog update before release.
Pull Request -
State: closed - Opened by j-bennet over 4 years ago
#63 - Use built-in unittest.mock module
Pull Request -
State: closed - Opened by mgorny over 4 years ago
- 3 comments
#62 - Changelog update before release.
Pull Request -
State: closed - Opened by j-bennet over 4 years ago
#61 - Support config style for missing value.
Pull Request -
State: closed - Opened by laixintao over 4 years ago
#60 - Escape newline characters in plain-text table formatters
Pull Request -
State: closed - Opened by pasenor over 4 years ago
- 9 comments
#59 - Fix deprecation warning regarding invalid escape sequences.
Pull Request -
State: closed - Opened by tirkarthi almost 5 years ago
- 2 comments
#58 - J bennet/remove py27 py35
Pull Request -
State: closed - Opened by j-bennet almost 5 years ago
- 3 comments
#57 - Prep release of version 1.2.1.
Pull Request -
State: closed - Opened by tsroten over 5 years ago
- 1 comment
#56 - Ellipsis when truncating fields
Pull Request -
State: closed - Opened by j-bennet over 5 years ago
- 1 comment
#55 - Detect multi-line strings during truncation.
Pull Request -
State: closed - Opened by amjith over 5 years ago
- 2 comments
#54 - Fix use of bold in Pygments tests.
Pull Request -
State: closed - Opened by tsroten over 5 years ago
- 1 comment
#53 - Pin to Pygments >= 2.4.0 for tests and drop Python 3.4.
Pull Request -
State: closed - Opened by tsroten over 5 years ago
- 2 comments
#52 - Releasing 1.2.0.
Pull Request -
State: closed - Opened by j-bennet almost 6 years ago
- 1 comment
#51 - Override tab with 4 spaces for terminal tables.
Pull Request -
State: closed - Opened by zzl0 almost 6 years ago
- 4 comments
#50 - python setup.py test doesnt run the tests
Issue -
State: open - Opened by jayvdb about 6 years ago
- 2 comments
#49 - Return the supported formats as a list of unicode strings.
Pull Request -
State: closed - Opened by amjith about 6 years ago
- 6 comments
#48 - Truncate very large fields for tabular display.
Pull Request -
State: closed - Opened by j-bennet about 6 years ago
- 20 comments
#47 - rename tsv to csv-tab, add new tsv output adapter
Pull Request -
State: closed - Opened by meeuw about 6 years ago
- 5 comments
#46 - Update version of twine and use twine check.
Pull Request -
State: closed - Opened by tsroten over 6 years ago
- 1 comment
#45 - Fix writing non-ascii characters to config files.
Pull Request -
State: closed - Opened by tsroten over 6 years ago
- 4 comments
#44 - Enable tests for Python 3.7.
Pull Request -
State: closed - Opened by tsroten over 6 years ago
- 2 comments
#43 - Add changelog/tests for style_output_table.
Pull Request -
State: closed - Opened by tsroten over 6 years ago
- 1 comment
#42 - Move strip_ansi from tests.utils to cli_helpers.utils
Pull Request -
State: closed - Opened by meeuw almost 7 years ago
- 5 comments
#41 - Move strip_ansi to main utils
Issue -
State: closed - Opened by jayvdb almost 7 years ago
- 1 comment
#40 - use safe float (2578310786669609 / pow(2, 50) == 2.29)
Pull Request -
State: closed - Opened by meeuw almost 7 years ago
- 2 comments
#39 - Add config file reading/writing
Pull Request -
State: closed - Opened by tsroten about 7 years ago
- 10 comments
#38 - Style output table
Pull Request -
State: closed - Opened by fraoustin about 7 years ago
- 9 comments
#37 - Add color in table
Pull Request -
State: closed - Opened by fraoustin about 7 years ago
- 2 comments
#36 - Update documentation to use generators
Issue -
State: open - Opened by tsroten about 7 years ago
- 4 comments
#35 - Do not test travis macOS py27.
Pull Request -
State: closed - Opened by tsroten about 7 years ago
- 1 comment
#34 - sql adapter
Pull Request -
State: closed - Opened by meeuw about 7 years ago
- 2 comments
#33 - Update changelog for v1.0.1 release.
Pull Request -
State: closed - Opened by tsroten about 7 years ago
- 1 comment
#32 - Output all unicode for terminaltables, add unit test
Pull Request -
State: closed - Opened by meeuw over 7 years ago
- 1 comment
#31 - Copy unit test from pgcli
Pull Request -
State: closed - Opened by meeuw over 7 years ago
- 6 comments
#30 - Bump changelog version to v1.0.0
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 2 comments
#29 - Remove tasks from entry points
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 2 comments
#28 - Drop Python 3.3.
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 4 comments
#27 - Use tabulate as dependency instead of vendored module
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 3 comments
#26 - Add package name to task entrypoints in setup.py
Pull Request -
State: closed - Opened by meeuw over 7 years ago
- 10 comments
#25 - Erroneous entry points in setup.py
Issue -
State: closed - Opened by vmalloc over 7 years ago
- 11 comments
#24 - Use backports.csv only for py2
Pull Request -
State: closed - Opened by meeuw over 7 years ago
- 3 comments
#23 - Newlines problem with tabulate
Issue -
State: closed - Opened by fpietka over 7 years ago
- 7 comments
#22 - Fix python2 styling with newlines
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 5 comments
#21 - Use itertools to get column types.
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 2 comments
#20 - fixes to accept iterator
Pull Request -
State: closed - Opened by meeuw over 7 years ago
- 13 comments
#19 - Fix unicode problems
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 2 comments
#18 - TSV and CSV formats don't support non-ascii characters on Python 2
Issue -
State: closed - Opened by tsroten over 7 years ago
Labels: bug
#17 - Add macOS tests via Travis
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 14 comments
#16 - Bump version for v0.2.0 release.
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 3 comments
#15 - Add Appveyor (windows ci)
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 3 comments
#14 - Add format numbers preprocessor.
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 8 comments
#13 - output generator
Pull Request -
State: closed - Opened by meeuw over 7 years ago
- 11 comments
#12 - REPL copy/paste friendly output formatter
Issue -
State: closed - Opened by meeuw over 7 years ago
- 1 comment
#11 - Use override_missing_value for tabulate.
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 3 comments
#10 - Add styled output.
Pull Request -
State: closed - Opened by tsroten over 7 years ago
- 3 comments
#9 - Feature/tox coverage
Pull Request -
State: closed - Opened by meeuw almost 8 years ago
- 3 comments
#8 - add .gitignore
Pull Request -
State: closed - Opened by meeuw almost 8 years ago
#7 - Switch from Makefile to setup.py tasks.
Pull Request -
State: closed - Opened by tsroten almost 8 years ago
#6 - Add codecov.
Pull Request -
State: closed - Opened by tsroten almost 8 years ago
- 2 comments
#5 - Package fixes
Pull Request -
State: closed - Opened by meeuw almost 8 years ago
- 2 comments
#4 - Add preprocessors argument to format_output().
Pull Request -
State: closed - Opened by tsroten almost 8 years ago
- 2 comments
#3 - Make vertical table separator more customizable.
Pull Request -
State: closed - Opened by tsroten almost 8 years ago
- 2 comments
#2 - Adds general project documentation.
Pull Request -
State: closed - Opened by tsroten almost 8 years ago
- 3 comments
#1 - Add generic tabular data output formatter
Pull Request -
State: closed - Opened by tsroten almost 8 years ago
- 5 comments