anyconfig-configobj-backend

Backend module for python-anyconfig to load and dump configobj data


License
MIT
Install
pip install anyconfig-configobj-backend==0.3.0

Documentation

python-anyconfig-configobj-backend

[Python versions] MIT License [Github Actions: Test status] Coverage Status [Codecov Status] Doc Status

This is a backend module for python-anyconfig to load and dump configuration data configobj supports.

SEE ALSO:

Build & Install

There is a couple of ways to install this package:

  • Binary RPMs: if you want to install the latest version, optionally, you can enable my copr repo, http://copr.fedoraproject.org/coprs/ssato/python-anyconfig/ .

  • PyPI: You can install this package from PyPI with using pip:

    $ pip3 install anyconfig-configobj-backend
  • pip from git repo:

    $ pip3 install git+https://github.com/ssato/python-anyconfig-configobj-backend/
  • Build RPMs from source: It's easy to build python-anyconfig with using rpm-build and mock:

    # Build Source RPM first and then build it with using mock (better way)
    $ python3 setup.py bdist_rpm --source-only && mock dist/python3-anyconfig-configobj-backend-<ver_dist>.src.rpm

    or

    # Build Binary RPM to install
    $ python3 setup.py bdist_rpm

    and install RPMs built.

  • Build from source: Of course you can build and/or install python modules in usual way such like 'python setup.py bdist'.