Metadata-Version: 1.1
Name: almost-empty
Version: 0.4.0-beta
Summary: Create AlmostEmpty packages
Home-page: https://github.com/TheKevJames/almost-empty.git
Author: Kevin James
Author-email: KevinJames@thekev.in
License: MIT License
Description: AlmostEmpty is a command-line utility for creating barebones projects in
        a variety of languages.
        
        An *AlmostEmpty* project is one which follows community-accepted
        structure guidelines, makes it easy for new contributors to join in, and
        sets you up with git hooks,
        `Shippable <https://www.shippable.com/>`__,
        `requires.io <https://requires.io/>`__...
        
        AlmostEmpty currently supports Python, Django, Flask, Scala, and TeX projects.
        
        Installation
        ============
        AlmostEmpty is now available from `PyPI <https://pypi.python.org/pypi/almost-empty/>`_! You can install the latest beta with:
        
            pip install almost-empty --pre
        
        Or you can build AlmostEmpty from source by cloning this repo and running:
        
            python setup.py install
        
        Usage
        =====
        
        *AlmostEmpty* projects can be created by running:
        
        ::
        
            almost-empty <language> -n <project name>
        
        Where ``language`` is the (supported) language of your choice. Each
        project can be created either with or without a GitHub repository
        attached; you can chose to skip adding the repo right away, though
        you'll miss out on a few great features (Shippable and requires.io
        integration, git hooks...).
        
Keywords: almost_empty empty barebones wireframe project
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
