Skip to main content
pyrx
====

Python implementation of the [Rx schema and validation system](http://rx.codesimply.com/)


Forked
------

Forked from the main [rx github repo](https://github.com/rjbs/rx) Nov 25 '13
because the python implementation deserves its own place and testing and stuff.

The copyright line of the license for the rx repository reads:

The contents of the Rx repository are copyright (C) 2008, Ricardo SIGNES.

The license itself is GPL2: https://github.com/rjbs/rx/blob/master/LICENSE


Requirements
------------

* No external dependencies
* Python2.7 (python3 support coming soon)


Installation
------------

```bash
$ pip install pyrx
```


Usage
-----

```python
import pyrx

rx = pyrx.Factory({"register_core_types": True})

schema_src = {
"type": "//rec",
"required": {
"a": "//str",
"b": "//int",
},
"optional": {
"c": "//bool",
},
}

schema = rx.make_schema(schema_src)

schema.check({"a": "a string", "b": 2}) # returns True
schema.check({"a": "a string", "b": "another string"}) # returns False

```


Testing
-------

I didn't bring the tests over from the rx repo. They used `TAP` or something
I'm not familiar with. The tests included here just run through a couple
trivial cases to make sure it doesn't straight-up crash.

So, porting tests will be next up, and then porting to python3.

And then built-in support for files, both json and yaml. Maybe...

Download files

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

Source Distribution

PyRx-0.01.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file PyRx-0.01.tar.gz.

File metadata

  • Download URL: PyRx-0.01.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyRx-0.01.tar.gz
Algorithm Hash digest
SHA256 badbd73aceff92d224794552edc2eccbf7422c4e9f2062e57179ac4fa59aa875
MD5 0da528697e59e93c67d3d4637bcd0815
BLAKE2b-256 e42d4add11839a10317db4d1b153b12f3b5ccbde81c062d9b700c84fd50aa9e0

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.0

1 file

0.2.0

1 file

0.02

1 file

This release

0.01 This release

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page