Metadata-Version: 2.0
Name: behave-pandas
Version: 0.1.0.dev1
Summary: Provides helper functions to help converting behave tables into pandas dataframes and vice versa.
Home-page: https://github.com/clembou/behave-pandas
Author: Clément Bouscasse
Author-email: clement.bouscasse@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: behave pandas testing bdd
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Requires-Dist: behave
Requires-Dist: pandas
Requires-Dist: tabulate

Pandas makes working with tabular data easy, and Gherkin makes testing tabular data easy. By making it possible to convert gherkin tables into data frames, behave becomes a very useful testing tool for data workloads.


