python3-cyberfusion-ferm-support


Namepython3-cyberfusion-ferm-support JSON
Version 1.1.2.3 PyPI version JSON
download
home_pageNone
SummaryLibrary for ferm.
upload_time2024-08-26 10:33:47
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python3-cyberfusion-ferm-support

Library for [ferm](http://ferm.foo-projects.org/).

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-ferm-support

## Debian

Run the following commands to build a Debian package:

    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
    dpkg-buildpackage -us -uc

# Configure

No configuration is supported.

# Usage

## Example

```python
from cyberfusion.FermSupport.configuration import Configuration

c = Configuration(path="/etc/ferm/vars.d/example.conf")

c.add_variable(
    name="EXAMPLE",
    values=["2001:0db8::/32"]
)

c.save()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python3-cyberfusion-ferm-support",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Cyberfusion <support@cyberfusion.io>",
    "download_url": "https://files.pythonhosted.org/packages/93/4a/9d332c5054d3a23c0a70c64fe39a7167dfe8bba9d9d5548d948ad9224ef4/python3_cyberfusion_ferm_support-1.1.2.3.tar.gz",
    "platform": null,
    "description": "# python3-cyberfusion-ferm-support\n\nLibrary for [ferm](http://ferm.foo-projects.org/).\n\n# Install\n\n## PyPI\n\nRun the following command to install the package from PyPI:\n\n    pip3 install python3-cyberfusion-ferm-support\n\n## Debian\n\nRun the following commands to build a Debian package:\n\n    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'\n    dpkg-buildpackage -us -uc\n\n# Configure\n\nNo configuration is supported.\n\n# Usage\n\n## Example\n\n```python\nfrom cyberfusion.FermSupport.configuration import Configuration\n\nc = Configuration(path=\"/etc/ferm/vars.d/example.conf\")\n\nc.add_variable(\n    name=\"EXAMPLE\",\n    values=[\"2001:0db8::/32\"]\n)\n\nc.save()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library for ferm.",
    "version": "1.1.2.3",
    "project_urls": {
        "Source": "https://github.com/CyberfusionIO/python3-cyberfusion-ferm-support"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fb268b18479005ad97a2897fca9d78cd87f067330f28ce27922eb5a64047c91",
                "md5": "c7d0c49a4ac525e6fdd9f5ca8c3ac22d",
                "sha256": "fe6bc397edf873134efdc8af97915bdeee763101abd829ea6f4ca87907eb5ace"
            },
            "downloads": -1,
            "filename": "python3_cyberfusion_ferm_support-1.1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7d0c49a4ac525e6fdd9f5ca8c3ac22d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4193,
            "upload_time": "2024-08-26T10:33:46",
            "upload_time_iso_8601": "2024-08-26T10:33:46.157780Z",
            "url": "https://files.pythonhosted.org/packages/3f/b2/68b18479005ad97a2897fca9d78cd87f067330f28ce27922eb5a64047c91/python3_cyberfusion_ferm_support-1.1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "934a9d332c5054d3a23c0a70c64fe39a7167dfe8bba9d9d5548d948ad9224ef4",
                "md5": "51c935f0b0bf9360415d59563256248f",
                "sha256": "8f6b95848fec7f8c70b87d72f7abfbd9cc3a16c937044e4cc8b0a75ed5088959"
            },
            "downloads": -1,
            "filename": "python3_cyberfusion_ferm_support-1.1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "51c935f0b0bf9360415d59563256248f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2934,
            "upload_time": "2024-08-26T10:33:47",
            "upload_time_iso_8601": "2024-08-26T10:33:47.700189Z",
            "url": "https://files.pythonhosted.org/packages/93/4a/9d332c5054d3a23c0a70c64fe39a7167dfe8bba9d9d5548d948ad9224ef4/python3_cyberfusion_ferm_support-1.1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 10:33:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CyberfusionIO",
    "github_project": "python3-cyberfusion-ferm-support",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python3-cyberfusion-ferm-support"
}
        
Elapsed time: 0.46606s