Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
> 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

- add comments
- import other json files
- overwrite already existing parameters with new values

These json files will be handled by the JsonPreprocessor which returns
as result a 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:
[Json-Preprocessor.pdf](https://github.com/test-fullautomation/python-jsonpreprocessor/blob/develop/doc/_build/latex/Json-Preprocessor.pdf)

## Feedback

To give us a feedback, you can send an email to [Thomas
Pollerspöck](mailto: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](mailto:Thomas.Pollerspoeck@de.bosch.com)

## Contributors

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

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

## License

Copyright 2020-2022 Robert Bosch GmbH

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

> [![License: Apache
> v2](https://img.shields.io/pypi/l/robotframework.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

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.
22 changes: 18 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
.. Copyright 2020-2022 Robert Bosch GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -72,7 +72,21 @@ Contributors
License
-------

json-preprocessor is open source software provided under the `Apache License
2.0`__.
Copyright 2020-2022 Robert Bosch GmbH

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

|License: Apache v2|

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.


.. |License: Apache v2| image:: https://img.shields.io/pypi/l/robotframework.svg
:target: http://www.apache.org/licenses/LICENSE-2.0.html

__ http://apache.org/licenses/LICENSE-2.0
2 changes: 1 addition & 1 deletion config/CConfig.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **************************************************************************************************************
#
# Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
# Copyright 2020-2022 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion config/CExtendedSetup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **************************************************************************************************************
#
# Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
# Copyright 2020-2022 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion doc/CJsonPreprocessor.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
.. Copyright 2020-2022 Robert Bosch GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Binary file modified doc/_build/latex/Json-Preprocessor.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/additional_doc/feature_documentation.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
.. Copyright 2020-2022 Robert Bosch GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
# Copyright 2020-2022 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
.. Copyright 2020-2022 Robert Bosch GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **************************************************************************************************************
#
# Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
# Copyright 2020-2022 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion sphinx-makeall.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **************************************************************************************************************
#
# Copyright 2020-2022 Robert Bosch Car Multimedia GmbH
# Copyright 2020-2022 Robert Bosch GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down