Metadata-Version: 2.1
Name: castxml-patch
Version: 0.5.0a0
Summary: Parse C-family source files and optionally write a subset of the Abstract Syntax Tree (AST) to a representation in XML.
Home-page: https://github.com/CastXML/CastXML-python-distributions#readme
Author: Kitware
Author-email: kitware@kitware.com
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/CastXML/CastXML-python-distributions/issues
Project-URL: Documentation, https://github.com/CastXML/CastXML/blob/master/doc/manual/castxml.1.rst#castxml1
Project-URL: Source Code, https://github.com/CastXML/CastXML-python-distributions
Keywords: ast xml CMake build c++ cross-platform
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown

# CastXML Python Distribution

Introduction
============

The latest CastXML python wheels provide CastXML 0.5.0 executable.

CastXML is a C-family abstract syntax tree XML output tool.

This project is maintained by [Kitware][kitware] in support of [ITK][itk],
the Insight Segmentation and Registration Toolkit.

[kitware]: https://www.kitware.com/
[itk]: https://itk.org/

Manual
======

See the [castxml(1)][manual] manual page for instructions to run the tool.

[manual]: https://github.com/CastXML/CastXML/blob/master/doc/manual/castxml.1.rst#castxml1

Latest Release
==============

[![][pypi-version-img]][pypi] [![][pypi-download-img]][pypi]

[pypi-version-img]: https://img.shields.io/pypi/v/castxml.svg
[pypi-download-img]: https://img.shields.io/badge/downloads-0%20total-green.svg
[pypi]: https://pypi.python.org/pypi/castxml

Build Status
============

|      | Linux | macOS | Windows  |
|------|-------|-------|----------|
| PyPI | [![][ci-status-linux-img]][ci-status-linux] | [![][ci-status-macos-img]][ci-status-macos] | [![][ci-status-win-img]][ci-status-win] |

[ci-status-linux-img]: https://circleci.com/gh/CastXML/CastXML-python-distributions.svg?style=shield
[ci-status-linux]: https://circleci.com/gh/CastXML/CastXML-python-distributions

[ci-status-macos-img]: https://travis-ci.org/CastXML/CastXML-python-distributions.svg?branch=master
[ci-status-macos]: https://travis-ci.org/CastXML/CastXML-python-distributions

[ci-status-win-img]: https://ci.appveyor.com/api/projects/status/56orbr008wcgjyr4?svg=true
[ci-status-win]: https://ci.appveyor.com/project/CastXML/CastXML-python-distributions/branch/master

Maintainers
===========

* [How to update CastXML version ?](https://github.com/CastXML/CastXML-python-distributions/blob/master/docs/update_castxml_version.rst)

* [How to make a release ?](https://github.com/CastXML/CastXML-python-distributions/blob/master/docs/make_a_release.rst)

Miscellaneous
=============

* Documentation: https://github.com/CastXML/CastXML-python-distributions#readme
* Source code: https://github.com/CastXML/CastXML-python-distributions
* Mailing list: https://public.kitware.com/mailman/listinfo/castxml

License
=======

CastXML is licensed under the [Apache License, Version 2.0][apache-license-2.0].
See the [LICENSE][license] and [NOTICE][notice] files for details.

[apache-license-2.0]: https://www.apache.org/licenses/LICENSE-2.0
[license]: https://github.com/CastXML/CastXML/blob/master/LICENSE
[notice]: https://raw.githubusercontent.com/CastXML/CastXML/master/NOTICE

Community
=========

Subscribe and post to the [CastXML Mailing List][mailing-list] for discussion of CastXML.

[mailing-list]: https://public.kitware.com/mailman/listinfo/castxml


