Metadata-Version: 2.1
Name: kolombo
Version: 0.6.0.dev0
Summary: Kolombo - CLI for easy mail server managing 💌
Home-page: https://github.com/HarrySky/kolombo
Author: Igor Nehoroshev
Author-email: hi@neigor.me
Maintainer: Igor Nehoroshev
Maintainer-email: hi@neigor.me
License: Apache License 2.0
Project-URL: Documentation, https://docs.neigor.me/kolombo
Project-URL: Changelog, https://github/HarrySky/kolombo/blob/main/CHANGELOG.md
Project-URL: Source, https://github.com/HarrySky/kolombo
Project-URL: Tracker, https://github.com/HarrySky/kolombo/issues
Description: # Kolombo
        
        ![Kolombo Logo](https://raw.githubusercontent.com/HarrySky/kolombo/main/logo.png "Kolombo Logo")
        
        CLI for easy mail server managing 💌
        
        **NB! Work in progress, not ready for production use!**
        
        ## Introduction
        
        What Kolombo does:
        - Configures email domains (`example.com/mx.example.com`) and users (`info@example.com`)
        - Generates DKIM keys with TXT records to add to DNS
        - Manages all services needed for email to work in docker-compose
        
        ## Installation
        
        Python 3.8+, sudo, Docker and docker-compose should be installed on system.
        
        Install with pip:
        ```sh
        pip install kolombo
        ```
        
        ## Documentation
        
        Documentation is at https://docs.neigor.me/kolombo/
        
        For quick start see https://docs.neigor.me/kolombo/quickstart/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Communications :: Email
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
