Metadata-Version: 2.1
Name: cjvalpy
Version: 0.1.0
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: toml==0.10.2
Summary: The Python bindings of the official CityJSON validator
Home-Page: https://github.com/hugoledoux/cjvalpy
Author: Hugo Ledoux <h.ledoux@tudelft.nl>
Author-email: Hugo Ledoux <h.ledoux@tudelft.nl>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/hugoledoux/cjvalpy

# cjvalpy


Installation
============

pip
---

To install the latest release: `pip install cjvalpy`


Development
-----------

  1. install [Rust](https://www.rust-lang.org/) (v1.39+)
  2. install [maturin](https://github.com/PyO3/maturin) 
  3. `maturin develop`
  4. move to another folder, and `import cjvalpy` shouldn't return any error

