Metadata-Version: 2.1
Name: datascroller
Version: 1.3.2
Summary: Data scrolling in the terminal
Home-page: https://github.com/baogorek/datascroller
Author: Ben Ogorek, John C. Merfeld, Kevin Merfeld
Author-email: baogorek@gmail.com, john.merfeld@gmail.com, kevinjmerfeld@gmail.com
License: MIT
Keywords: data,dataframe,viewer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: User Interfaces
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pandas
Requires-Dist: windows-curses
Requires-Dist: pandasql
Provides-Extra: linting
Requires-Dist: flake8; extra == 'linting'
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'


Welcome to the datascroller project! While IDEs and notebooks are excellent
for interactive data exploration, there will always be some of us who prefer
to stay in the terminal. For exploring Pandas data frames, that meant
painstakingly tedius use of `.iloc`, until now...

For more info, please see our github page: github.com/baogorek/datascroller


