Metadata-Version: 1.1
Name: boa-str
Version: 1.0.1
Summary: Convert strings to snakecase
Home-page: https://github.com/astronomerio/boa
Author: Taylor Edmiston
Author-email: taylor@astronomer.io
License: MIT
Description: Boa is a Python package for constricting strings to a specific snakecase format.
        
        We use it to translate user-defined event names into names we can use for database tables and in S3 file names. For example, "User Buys Item" becomes "user_buys_item".
Keywords: boa snakecase snake_case snake case inflector astronomer astronomerio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
