Skip to main content

Django query evaluator, is built on top of XFormula language front-end.

Project description

django-xformula

Django query evaluator, is built on top of XFormula language front-end.


This project is still in development.

If you're interested, you may check the note in XFormula repository.


Features:

  • Bidirectional operators
    • Same syntax for both Python and Django query evaluation
    • If an operation contains at least one django.db.models.expressions.Combinable or django.db.models.Q object, it will be evaluated as django.db.models.Q object
  • Zero built-in variable by defaults
    • When a variable name is used but does not exist in the specified built-ins, it will be evaluated as django.db.models.F object
  • Customizable attribute getter; manage which attributes can be used in formulas (Getting an attribute of an object is prohibited by default)
  • Customizable caller; manage which functions can be called in formulas (Calling is prohibited by default)

License

MIT

Project details


Download files

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

Source Distribution

django_xformula-0.1.0.tar.gz (41.8 kB view hashes)

Uploaded Source

Built Distribution

django_xformula-0.1.0-py3-none-any.whl (16.8 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