Metadata-Version: 2.1
Name: JsonPreprocessor
Version: 0.0.9
Summary: This package provides a preprocessor for json files
Home-page: https://github.com/test-fullautomation/python-jsonpreprocessor
Author: Mai Dinh Nam Son
Author-email: son.maidinhnam@vn.bosch.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

> Licensed under the Apache License, Version 2.0 (the \"License\"); you
> may not use this file except in compliance with the License. You may
> obtain a copy of the License at
>
> <http://www.apache.org/licenses/LICENSE-2.0>
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an \"AS IS\" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied. See the License for the specific language governing
> permissions and limitations under the License.

# Json Preprocessor\'s Package Description

## Getting Started

The JsonPreprocessor is a python3 package which allows programmers to
handle additional features in json files such as comments, imports,
overrides, etc. The json files containing comments, imports,\... will be
handled by the JsonPreprocessor package which returs as result an
dictionary object of the deserialized data.

## How to install

Firstly, clone **python-jsonpreprocessor** repository to your machine.

Then go to python-jsonpreprocessor, using the 2 common commands below to
build or install this package:

``` 
setup.py build      will build the package underneath 'build/'
setup.py install    will install the package
```

After the build processes is completed, the package is located in
\'build/\', and the generated package documentation is located in
\'doc/\_build/\'.

## Package Documentation

A detailed documentation of the Json Preprocessor\'s Package can be
found here:
[thejsonpreprocessor.pdf](https://github.com/test-fullautomation/python-jsonpreprocessor/blob/qth2hi/task/documentation_and_sphinx_config_maintenance/doc/_build/latex/thejsonpreprocessor.pdf)

## Feedback

To give us a feedback, you can send an email to [Thomas
Pollerspöck](Thomas.Pollerspoeck@de.bosch.com)

In case you want to report a bug or request any interesting feature,
please don\'t hesitate to raise a ticket.

## Maintainers

[Thomas Pollerspöck](Thomas.Pollerspoeck@de.bosch.com)

## Contributors

[Mai Dinh Nam Son](son.maidinhnam@vn.bosch.com)

[Tran Duy Ngoan](Ngoan.TranDuy@vn.bosch.com)

## License

json-preprocessor is open source software provided under the [Apache
License 2.0](http://apache.org/licenses/LICENSE-2.0).


