Metadata-Version: 2.1
Name: snowddl
Version: 0.6.0
Summary: Object management automation tool for Snowflake
Home-page: https://github.com/littleK0i/snowddl
Author: Vitaly Markov
Author-email: wild.desu@gmail.com
License: UNKNOWN
Description: 
                SnowDDL is a [declarative-style](https://www.snowflake.com/blog/embracing-agile-software-delivery-and-devops-with-snowflake/) tool for object management automation in Snowflake.
        
                Getting started: [https://docs.snowddl.com/getting-started](https://docs.snowddl.com/getting-started)
        
                Main features: [https://docs.snowddl.com/features](https://docs.snowddl.com/features)
        
                1. SnowDDL is "stateless".
                2. SnowDDL can revert any changes.
                3. SnowDDL supports ALTER COLUMN.
                4. SnowDDL provides built-in "Role hierarchy" model.
                5. SnowDDL re-creates invalid views automatically.
                6. SnowDDL simplifies code review.
                7. SnowDDL supports creation of isolated "environments" for individual developers and CI/CD scripts.
                8. SnowDDL strikes a good balance between dependency management overhead and parallelism.
                9. SnowDDL configuration can be generated dynamically in Python code.
                10. SnowDDL can manage packages for Java and Python UDF scripts natively.
        
                Enjoy!
            
Keywords: snowflake database schema object change ddl sql create alter drop grant
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
