Metadata-Version: 2.1
Name: FooFinder
Version: 2.0.1
Summary: A package designed to help you find foo.
Home-page: https://github.com/MadisonAster/FooFinder
Author: Madison Aster
Author-email: info@MadisonAster.com
License: LGPL
Description: ![PyPI](https://img.shields.io/pypi/v/FooFinder)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/FooFinder)
        [![Build Status](https://travis-ci.org/MadisonAster/FooFinder.svg?branch=master)](https://travis-ci.org/MadisonAster/FooFinder)
        
        
        *A package designed to help you find foo. FooFinder makes relative imports easy with this one simple trick!*
        
        ---
        
        ## Installation:
        ```
        pip install FooFinder
        ```
        
        ## Usage:
        ```
        from FooFinder import MySuperAwesomeModule
        ```
        
        ---
        
        ### ***FooFinder will walk up to each parent directory, and down to each child directory, from the location of your current module. FooFinder will import and return the first module or package that it finds with the name you give it.***
        
        ---
        
        ## Other ways to use FooFinder:
        
        #### Using a namespace:
        ```
        from FooFinder import CoolStuff as SuperCoolStuff
        ```
        
        
        #### Importing a package:
        ```
        from FooFinder import MyNiftyPackage
        ```
        
        ---
        
        ### ***FooFinder can find the package you're currently in, a package from a parent directory, or a package from a child directory. Modules within packages will be found as if they were folders.***
        
        *See the [test module](https://github.com/MadisonAster/FooFinder/blob/master/FooFinder/test.py) for example usage and complete test coverage.*
Keywords: staticframe pandas numpy immutable array
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >3.5.0
Description-Content-Type: text/markdown
