https://github.com/bckohan/splitmod
Split python modules across multiple files. Useful for composing settings files used by frameworks like Django from multiple sources.
https://github.com/bckohan/splitmod
Last synced: 14 days ago
JSON representation
Split python modules across multiple files. Useful for composing settings files used by frameworks like Django from multiple sources.
- Host: GitHub
- URL: https://github.com/bckohan/splitmod
- Owner: bckohan
- License: mit
- Created: 2023-10-10T06:26:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T14:18:42.000Z (over 1 year ago)
- Last Synced: 2025-03-02T18:57:28.554Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# splitmod
Split python modules across multiple files.