Metadata-Version: 2.1
Name: modulare
Version: 0.0.1.dev0
Summary: A simple framework for building complex microservices or basic web applications.
Maintainer-email: modulare <andreorcldba@gmail.com>
License: MODULARE Copyright 2024
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Source Code Redistribution: Redistributions of source code must retain the above copyright notice and this list of conditions, along with  
           the following disclaimer.
        
        2. Binary Redistribution: Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following
           disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Use of Name: Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived 
           from this software without specific prior written permission.
        
        4. Liability for Misuse: Use of this software is solely and exclusively at the user's own risk. The copyright holder and contributors are not
           responsible for any misuse of the software, including but not limited to, use in critical applications, commercial applications, or involving
           sensitive data.
        
        5. Limitation of Liability: This software is provided by the copyright holders and contributors "AS IS," without any express or implied warranties.
           There are no implied warranties of merchantability and/or fitness for a particular purpose or non-infringement. In no event shall the copyright 
           holders or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages.
        
        6. Compliance with Local Laws: The user is responsible for ensuring that the use of this software complies with all applicable local laws and regulations.
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: pydantic

# install pip requirements
    pip install -e .
