Metadata-Version: 1.1
Name: tfd
Version: 0.1.0
Summary: Random modules in a personal namespace.
Home-page: https://github.com/todddeluca/tfd
Author: Todd Francis DeLuca
Author-email: todddeluca@yahoo.com
License: MIT
Description: 
        ## Introduction
        
        `tfd` is a python package containing a variety of modules that do not seem to
        warrant their own distribution or package.  It provides a convenient namespace
        to avoid conflicts with other modules and packages out there.
        
        This package is _alpha_ and its API is not stable.
        
        
        ## Contribute
        
        Feel free to make a pull request on github.
        
        
        ## Requirements
        
        - Probably Python 2.7 (since that is the only version it has been tested with.)
        
        
        ## Installation
        
        ### Install from pypi.python.org
        
        Download and install using pip:
        
            pip install tfd
        
        ### Install from github.com
        
        Using github, one can clone and install a specific version of the package:
        
            cd ~
            git clone git@github.com:todddeluca/tfd.git
            cd tfd
            python setup.py install
        
        
        ## Usage
        
        An example of usage from within a python module:
        
            import tfd.go
            tfd.go.download()
        
        Please see the individual modules for more uses.
        
        
        
        
        
Keywords: python gene ontology
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
