Skip to content

SemanticsOS/configobj

 
 

Repository files navigation

configobj

Build Status Coverage Status PyPI version Downloads License

Python 3+ compatible port of the configobj library.

Documentation

You can find a full manual on how to use ConfigObj at readthedocs. If you want to work on the project, please see the Contributing section below.

Status

This project is now maintained by Eli Courtwright and Rob Dennis with the blessing of original creator Michael Foord.

For long time ConfigObj users, the biggest change is in the officially supported Python versions:

  • 2.6
  • 2.7
  • 3.3
  • 3.4

(notably adding Python 3 support; previously this was 2.3 - 2.6) Other versions may work, but this is what travis and tox uses to run the tests on commit.

Roadmap

  • Fixing any issues introduced as a result of the added Python 3 support
  • Moving tests away from doctests in favor of pytest (reasonable now that versions older than 2.6 are dropped)
  • Considering new features that work in a backwards-compatible way (feel free to open an issue with your suggestion)
  • Also see the milestones

Contributing

Contributing to this project is easy, and reporting an issue or adding to the documentation also improves things for every user. You don’t need to be a developer to contribute. See CONTRIBUTING for more.

As a documentation author or developer, to create a working directory for this project, call these commands:

git clone "https://github.com/DiffSK/configobj.git"
cd "configobj"
. .env --yes --develop
invoke build --docs test check

For this to work, you might also need to follow some setup procedures to make the necessary basic commands available on Linux, Mac OS X, and Windows.

Running the test suite can be done several ways, just call invoke test for a quick check, or invoke test.tox for testing with all supported Python versions (if you have them available). Use invoke check to run a code-quality scan.

To start a watchdog that auto-rebuilds documentation and reloads the opened browser tab on any change, call invoke docs -w -b (stop the watchdog using the -k option).

About

Python 3+ compatible port of the configobj library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%