I'm starting a new Python project where I'd love to have Django-like control over my database using models and SQLite, but I don't need all of Django. Also I don't want users to have to install any dependencies before using my product.
Are there any smaller projects out there that deliver Django-like database models, or is it possible to extract only the model functionality from Django and include it in my project folder so the user doesn't have to worry about it?