Skip to main content

Inirama -- Simplest parser for INI files. Interpolation supported.

Project description

Inirama – Simplest parser for INI-style files.

Features:

  • One single module;

  • No requirements;

  • Tiny interface;

  • Interpolation support;

Build Status Coverals Version Downloads Donate

Docs are available at https://inirama.readthedocs.org/. Pull requests with documentation enhancements and/or fixes are awesome and most welcome.

Requirements

  • python (2.6, 2.7, 3.2, 3.3)

Installation

Inirama could be installed using pip:

pip install inirama

Quickstart

from inirama import Namespace

ns = Namespace()
ns.read('config.ini')

print ns['section']['key']

ns['other']['new'] = 'value'
ns.write('new_config.ini')

Interpolation

from inirama import InterpolationNamespace

ns = InterpolationNamespace()
ns.parse("""
    [main]
    test = value
    foo = bar {test}
    more_deep = wow {foo}
""")
print ns['main']['more_deep']  # wow bar value

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/inirama/issues

Contributing

Development of inirama happens at github: https://github.com/klen/inirama

Contributors

  • klen (Kirill Klenov)

License

Licensed under a BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Inirama-0.7.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

Inirama-0.7.0-py2.py3-none-any.whl (7.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file Inirama-0.7.0.tar.gz.

File metadata

  • Download URL: Inirama-0.7.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Inirama-0.7.0.tar.gz
Algorithm Hash digest
SHA256 14e9ed3eb2c61e4404ef3826414dd81a6ca6acf250c420442291632579b84e62
MD5 f8af973f675b9a23062b6b34b95601f7
BLAKE2b-256 0710ccba4093447fd1cc4bfe80669aa8ec3e94d90f1bf042b42e7e9777d35175

See more details on using hashes here.

File details

Details for the file Inirama-0.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for Inirama-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e3e92693e2b7cc5de6bfd0883146f5093b4d9ce1a28b1e6a4c15f16ec2f3fed3
MD5 35730688950febaa91b5c3df3ab327ca
BLAKE2b-256 f918e49e8dc7aec9602adc544edb5a8139f27729aec1721b8114b17c825298b3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page