Skip to content

Python package to make getting yaml easier and cleane

License

Notifications You must be signed in to change notification settings

AppDevIn/Yaml-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yaml8

Project Description

Python package to make getting yaml easier and cleaner

Installation

To install with pip

$ pip install Yaml8

Usage

y = Yaml(f"{os.path.dirname(os.path.realpath(__file__))}/app.yaml")

env = os.getenv('env')

@y.value(f"project-{env}.session-id")
def sessionId(): pass

print(sessionId)

Credits


Jeyavishnu

License

Distributed under the MIT License. See LICENSE for more information.