Skip to main content

A configuration definition language

Project description

confScript

don't think it is another *script language!!

It can do a lot..

install via pip

pip install confscript

let's get started!

some basic concepts:

  1. headers have this syntax:
== name ==

headers must always be alphanumeric and without spaces and other symbols

  1. keyword and value have this syntax:
keyword : value

here, value can be a string or number or True or False..

  1. What about lists? lists values are separated by a "," example:
== header ==
key : value1,value2,value3
  1. what separated data headers? all headers are separated by a --- okay? look at this data:
== Python ==
extensions : .py,.pyc,.pyw,etc,etc
command    : python (filepath)
---
== JavaC ==
extensions : .java,.class
command    : javac (filepath) && java (filebasename)

Example data:

== TestingData ==
lucky word              	  : python
lucky number                  : 83
is lucky-number really lucky? : True

it will become:

{'TestingDataSet': {'lucky word': 'python', 'lucky number': 83, 'is lucky-number really lucky?': True}}

so what's in this module?

there are 3 functions:

read(data_as_string)
readFile(data_containing_file_path)
dump(python_dictonary)

simple! isn't it?

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

confscript-1.0-py3-none-any.whl (2.6 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