Skip to content

A python module which prevents the programmer from typing any raw values (string, number, boolean or None) into the source code

License

Notifications You must be signed in to change notification settings

slippedandmissed/NoVals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoVals

A python module which prevents the programmer from typing any raw values (string, number or None) into the source code of any file which imports the module. This is used to verify the validity of NoVals Code Golf solutions.

Installation

NoVals can be installed with pip as follows:

pip install novals

Or can be installed directly via the command line:

python setup.py build

Usage

To use NoVals, simply import it into your scripts as follows:

import novals

No initialization is required.

About

A python module which prevents the programmer from typing any raw values (string, number, boolean or None) into the source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages