captif-db-config


Namecaptif-db-config JSON
Version 0.13 PyPI version JSON
download
home_page
Summary
upload_time2022-12-12 02:11:03
maintainer
docs_urlNone
authorJohn Bull
requires_python>=3.7,<4.0
licenseMIT
keywords captif
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # captif-db-config

Database configuration.


## Config file

Place a `.captif-db.ini` file in the home directory (`~` on linux). The config file should contain the following information:

```
[GENERAL]
host =
port =
username = 
password = 
ssl_ca =
ssl_cert =
ssl_key =
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "captif-db-config",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "CAPTIF",
    "author": "John Bull",
    "author_email": "john.bull@nzta.govt.nz",
    "download_url": "https://files.pythonhosted.org/packages/a0/90/817682d563ba7e5ceb55de08a1d78a1f42e3fac60fb3d0051187de62a11d/captif_db_config-0.13.tar.gz",
    "platform": null,
    "description": "# captif-db-config\n\nDatabase configuration.\n\n\n## Config file\n\nPlace a `.captif-db.ini` file in the home directory (`~` on linux). The config file should contain the following information:\n\n```\n[GENERAL]\nhost =\nport =\nusername = \npassword = \nssl_ca =\nssl_cert =\nssl_key =\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.13",
    "split_keywords": [
        "captif"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "581db7afd8db5a9fb6d5be221e2d739c",
                "sha256": "591390d46a53088c14b06108d1fdedd8672883faee7da71171f51272dd1c0c58"
            },
            "downloads": -1,
            "filename": "captif_db_config-0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "581db7afd8db5a9fb6d5be221e2d739c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 3501,
            "upload_time": "2022-12-12T02:11:02",
            "upload_time_iso_8601": "2022-12-12T02:11:02.647490Z",
            "url": "https://files.pythonhosted.org/packages/a2/2e/49a8d2baff5c884354dbcdeb53e7a37a631c7fc4c3798778998b2255fa38/captif_db_config-0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "090cf5194161daa0a504feb4abde4eb4",
                "sha256": "ee1b0d317ec09530d419b354fac65fb5d7f13840098f7d9481d47024aff0bb7c"
            },
            "downloads": -1,
            "filename": "captif_db_config-0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "090cf5194161daa0a504feb4abde4eb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 3187,
            "upload_time": "2022-12-12T02:11:03",
            "upload_time_iso_8601": "2022-12-12T02:11:03.772393Z",
            "url": "https://files.pythonhosted.org/packages/a0/90/817682d563ba7e5ceb55de08a1d78a1f42e3fac60fb3d0051187de62a11d/captif_db_config-0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 02:11:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "captif-db-config"
}
        
Elapsed time: 0.02864s