Metadata-Version: 1.1
Name: shipnames
Version: 0.0.1
Summary:  Get random ship names from Ian Banks' Culture novels
Home-page: https://github.com/signalrock/shipnames
Author: signal
Author-email: raulcearock@gmail.com
License: BSD
Download-URL: https://github.com/signalrock/shipnames/tarball/0.0.1
Description: Culture Ship Name Picker
        ===============================
        
        version number: 0.0.1
        author: Signal
        
        Overview
        --------
        
         Get random ship names from Ian Banks' Culture novels
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install shipnames
        
        
        Or clone the repo:
        
            $ git clone https://github.com/signalrock/shipnames.git
            $ python setup.py install
        
        Usage
        -----
        
            shipnames.py [-l | -s] [-a] [<amount>]
        
            Options:
                -h --help   Show this screen
                -l          Lowercase
                -s          Slugify (spaces and punctuation become hyphens and lowercase)
                -a          Show all in alphabetical order
        
        Example
        -------
        
            ~: python shipnames.py 3
        
            Cargo Cult
            Nervous Energy
            Highpoint
        
        
            ~: python shipnames.py 5 -s
        
            subtle-shift-in-emphasis
            unacceptable-behaviour
            now-we-try-it-my-way
            reasonable-excuse
            its-character-forming
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
