Metadata-Version: 1.1
Name: coop
Version: 0.4.3
Summary: Standard base to build Nestbox sites from
Home-page: https://gitlab.com/takeflight/coop
Author: Tim Heap
Author-email: tim@takeflight.com.au
License: BSD License
Description: Coop - base for all Nestbox sites
        =================================
        
        This is a base to build all Nestbox sites off. This package contains all the
        common code shared between sites, with the ideal Nestbox site containing only
        model definitions, templates, and front end assets.
        
        Making a release
        ----------------
        
        Upgrade the version in ``coop/_version.py``.
        Coop follows `semver <http://semver.org/>`_ for its versioning scheme.
        
        Make a virtual environment and activate it. You may already have one from last time:
        
        .. code-block:: bash
        
            $ python3 -m venv venv
            $ source venv/bin/activate
        
        Then, package up and publish the package:
        
        .. code-block:: bash
        
            $ ./setup.py sdist
            $ publish-python-package dist/coop-X-Y-Z.tar.gz
        
        And you are done!
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
