Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ fuse-box Public archive

Minimalistic library for data processing and validation

License

Notifications You must be signed in to change notification settings

uselessvevo/fuse-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.7 Python 3.8 Python 3.9 Python 3.10 Tests status

English readmeРусский readme

Yet another library for processing and validating data

This package contains:

  • Fields
  • Handlers
  • Validators
  • Containers
  • ORM Serializers

Installing

python -m pip install git+https://github.com/uselessvevo/fuse-box.git

Basic usage

from fusebox.core.fields import FloatField


float_field = FloatField(name='base_float_field')
float_field.set('4 3/2')

You can find all examples in docs or just look in tests directory

About

Minimalistic library for data processing and validation

Topics

Resources

License

Stars

Watchers

Forks

Languages