Metadata-Version: 2.2
Name: wexample-wex-core
Version: 6.0.15
Summary: Wex core
Author-email: weeger <contact@wexample.com>
License: MIT
Project-URL: homepage, https://github.com/wexample/wexample-wex-core
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pip-tools
Requires-Dist: pydantic
Requires-Dist: pytest
Requires-Dist: wexample-app==0.0.17
Requires-Dist: wexample-filestate==0.0.20

# Wex core toolkit 

To use as python package.

## Testing

  > python -m unittest discover -s tests -p "*.py"
