self-discover


Nameself-discover JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/CyberfusionIO/Self-Discover
SummarySelf Discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.
upload_time2023-07-04 20:06:10
maintainer
docs_urlNone
authorWilliam Edwards
requires_python>=3.6
licenseMIT
keywords cyberfusion fastapi mail email outlook thunderbird autodiscover autoconfig
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Self Discover

Self Discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.

# Install

## Generic

Run the following command to create a source distribution:

    python3 setup.py sdist

## PyPI

Run the following command to install the package from PyPI:

    pip3 install self-discover

# Configure

Pass the following environment variables:

* `IMAP_SERVER_HOSTNAME`
* `POP3_SERVER_HOSTNAME`
* `SMTP_SERVER_HOSTNAME`

# Usage

Run the app using an ASGI server such as Uvicorn.

# Tests

Run tests with pytest:

    pytest tests/




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CyberfusionIO/Self-Discover",
    "name": "self-discover",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "cyberfusion,fastapi,mail,email,outlook,thunderbird,autodiscover,autoconfig",
    "author": "William Edwards",
    "author_email": "support@cyberfusion.nl",
    "download_url": "https://files.pythonhosted.org/packages/cd/2a/0d729c918ada9376998591466caddb009fdf6c9c8d69ff34c3fcd5011372/self-discover-1.0.2.tar.gz",
    "platform": "linux",
    "description": "# Self Discover\n\nSelf Discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.\n\n# Install\n\n## Generic\n\nRun the following command to create a source distribution:\n\n    python3 setup.py sdist\n\n## PyPI\n\nRun the following command to install the package from PyPI:\n\n    pip3 install self-discover\n\n# Configure\n\nPass the following environment variables:\n\n* `IMAP_SERVER_HOSTNAME`\n* `POP3_SERVER_HOSTNAME`\n* `SMTP_SERVER_HOSTNAME`\n\n# Usage\n\nRun the app using an ASGI server such as Uvicorn.\n\n# Tests\n\nRun tests with pytest:\n\n    pytest tests/\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Self Discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/CyberfusionIO/Self-Discover"
    },
    "split_keywords": [
        "cyberfusion",
        "fastapi",
        "mail",
        "email",
        "outlook",
        "thunderbird",
        "autodiscover",
        "autoconfig"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd2a0d729c918ada9376998591466caddb009fdf6c9c8d69ff34c3fcd5011372",
                "md5": "9b8745453db84c2463c0eb6a9b87fa64",
                "sha256": "6ab3efcc7ec3445df2438e6cb792599c6ea12a7f6ebb1269b3e74a277548eee6"
            },
            "downloads": -1,
            "filename": "self-discover-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9b8745453db84c2463c0eb6a9b87fa64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4818,
            "upload_time": "2023-07-04T20:06:10",
            "upload_time_iso_8601": "2023-07-04T20:06:10.026965Z",
            "url": "https://files.pythonhosted.org/packages/cd/2a/0d729c918ada9376998591466caddb009fdf6c9c8d69ff34c3fcd5011372/self-discover-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 20:06:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CyberfusionIO",
    "github_project": "Self-Discover",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "self-discover"
}
        
Elapsed time: 0.08692s