Metadata-Version: 2.1
Name: grow
Version: 2.0.4
Summary: Develop everywhere and deploy anywhere: a declarative site generator for rapid, high-quality web site production.
Home-page: https://grow.dev
Author: Grow.dev Authors
Author-email: code@grow.dev
License: MIT
Keywords: grow,cms,static site generator,content management
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.3
License-File: LICENSE
Requires-Dist: babel (==2.8.0)
Requires-Dist: beautifulsoup4 (==4.9.1)
Requires-Dist: boltons (==20.1.0)
Requires-Dist: cachelib (==0.1)
Requires-Dist: certifi (==2020.4.5.2)
Requires-Dist: click (==7.1.2)
Requires-Dist: colored (==1.4.2)
Requires-Dist: gitpython (==3.1.3)
Requires-Dist: google-api-python-client (==1.9.3)
Requires-Dist: html2text (==2020.1.16)
Requires-Dist: httplib2 (==0.19.0)
Requires-Dist: jinja2 (==2.11.3)
Requires-Dist: markdown (==3.3.4)
Requires-Dist: oauth2client (>=4.1.3)
Requires-Dist: progressbar2 (==3.51.3)
Requires-Dist: protorpc (==0.12.0)
Requires-Dist: pygments (==2.7.4)
Requires-Dist: python-slugify (==4.0.0)
Requires-Dist: pyyaml (==5.4)
Requires-Dist: requests (==2.23.0)
Requires-Dist: semantic-version (==2.8.5)
Requires-Dist: texttable-fixed (==0.8.3)
Requires-Dist: translitcodec (==0.6.0)
Requires-Dist: urllib3 (==1.25.11)
Requires-Dist: watchdog (==0.10.2)
Requires-Dist: webob (==1.8.6)
Requires-Dist: webreview (==0.3.1)
Requires-Dist: werkzeug (==1.0.1)

Grow is a fresh, declarative, file-based static site generator for rapid
microsite production. Learn more at https://grow.dev.

Key features:

- Data-driven: All your content is stored in YAML or Markdown, keeping content
  separate from presentation. Architect your site structure in YAML, then bind
  data to HTML templates to build your pages entirely around data from data
  files.
- Flexible URLs: Grow supports an explicit, configurable way to generate URLs
  for your site. Use template tags to keep your site maintainable and URL
  changes easy.
- Internationalization: Grow comes with flexible internationalization support
  included. Tag strings for translation, localize your content, and easily
  add/remove locales on a site-wide or per-document basis.
- Deploy anywhere: Grow builds your site to a static fileset, which means you
  can deploy pretty much anywhere. Grow comes built-in with deploy targets to
  various services.

To learn about contributing and to see the source code:
https://github.com/grow/grow.

