Metadata-Version: 1.0
Name: blogodev
Version: 0.1.2
Summary: An interim front end for blogofile development
Home-page: https://bitbucket.org/zzzeek/blogodev
Author: Mike Bayer
Author-email: mike@zzzcomputing.com
License: MIT
Description: Presents an auto-recompiling front end to a Blogofile 0.7.1 site.
        
        Just run::
        
           blogodev -v
        
        and you'll get the functionality of "blogofile serve" combined with a modified Writer process
        that scans the source directory and rebuilds if any files change.  Writes out to a temp
        directory and copies files back, deleting those that are no longer present.
        
        Command line args are a tiny subset of that of Blogofile::
        
            usage: blogodev [-h] [-s DIR] [-v] [-vv] [PORT] [IP_ADDR]
        
            positional arguments:
              PORT                  TCP port to use
              IP_ADDR               IP address to bind to. Defaults to loopback only
                                    (127.0.0.1). 0.0.0.0 binds to all network interfaces,
                                    please be careful!
        
            optional arguments:
              -h, --help            show this help message and exit
              -s DIR, --src-dir DIR
                                    Your site's source directory (default is current
                                    directory)
              -v, --verbose         Be verbose
              -vv, --veryverbose    Be extra verbose
        
        Make sure that any scripts or filters in your Blogofile environment use ``bf.writer.output_dir``
        to determine the destination of files, instead of hardcoding to ``_site``.
        
        
Keywords: Blogofile
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
