Metadata-Version: 2.1
Name: xdsl
Version: 0.1.4
Summary: xDSL package
Home-page: https://github.com/xdslproject/xdsl
Author: Mathieu Fehr
Author-email: mathieu.fehr@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/xdslproject/xdsl/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# xDSL

TODO

## Formatting

All python code used in xDSL use yapf to format the code in a uniform manner. 

https://github.com/google/yapf

To automate the formatting within vim, one can use https://github.com/vim-autoformat/vim-autoformat and trigger a `:Autoformat` on save.


