Skip to content

"conf" file) in Python is a text file that contains settings and configuration parameters for a Python program

Notifications You must be signed in to change notification settings

yonathanpy/conf.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

conf.py

"conf" file) in Python is a text file that contains settings and configuration parameters for a Python program conf represented as key-value pairs. Each line in the file contains one setting, with the key and value separated by a delimiter (such as "=", ":" or whitespace). example :

Example Configuration File

Database Configuration

database_url = localhost:5432 username = myuser password = secret_password

Server Configuration

server_host = 127.0.0.1 server_port = 8080

About

"conf" file) in Python is a text file that contains settings and configuration parameters for a Python program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published