Skip to main content

Create config.py or config.h file

Project description

Create config file.
Supports: config.c, config.h, config.cpp, config.hpp, config.py and config.pyc Use it as this:

#!/usr/bin/env python3

from config_py import ConfigPy
config = ConfigPy()
config['number'] = 42.5
config['string'] = 'hello'
config['none'] = None
config['boolean'] = True
config.save('./config.py')

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

configpy_file-1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

configpy_file-1.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

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