Metadata-Version: 2.1
Name: fakerabbit
Version: 1.0.0
Summary: A simple lib to make fake objects using SQLAlchemy
Home-page: https://github.com/fariias/fake_rabbit.git
Author: Junior Farias
Author-email: josenildoaf@gmail.com
License: MIT
Download-URL: https://github.com/fariias/fake_rabbit.git
Description: Fake Rabbit
        ===========
        
        Fake Rabbit is a simple lib to make fake objects using SQLAlchemy. 
        
        Installing
        --------
        
        ```shell script 
        $ pip install fakerabbit
        ```    
         
        Using
        --------
        
        ```python 
            
            # First, we need to instantiate the library
            fake_rabbit = FakeRabbit(my_base_model, my_db_session)
            
            # EX: creating a new user object
            user = fake_rabbit.make(User)
        ```
            
            
            
Keywords: Factory,Fake,SQLAlchemy,Tests
Platform: UNKNOWN
Description-Content-Type: text/markdown
