-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jassem Manita edited this page Feb 5, 2026
·
4 revisions
Welcome to the Midna development wiki. This documentation covers project architecture and future direction.
Midna is a CLI tool that automatically manages Python dependencies by analyzing actual code usage. It intelligently discovers packages your project needs by scanning for imports, eliminating the need for manual requirements.txt maintenance.
- Architecture - System architecture and design decisions
- Roadmap - Project improvement plan and future direction
For development setup, code style, and contribution guidelines, see:
- CONTRIBUTING.md - Complete contribution guide
- SECURITY.md - Security policy
- Main Repository: https://github.com/jassem-manita/midna
- Issue Tracker: https://github.com/jassem-manita/midna/issues
- Discussions: https://github.com/jassem-manita/midna/discussions
- PyPI Package: https://pypi.org/project/midna/
Jassem Manita (@jassem-manita)