Metadata-Version: 2.1
Name: PythonExtensionsCollection
Version: 0.2.0
Summary: This package provides a collection of additional Python functions
Home-page: https://github.com/test-fullautomation/python-extensions-collection
Author: Holger Queckenstedt
Author-email: Holger.Queckenstedt@de.bosch.com
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.

# Package Description

## Getting Started

The Python Extensions Collection package extends the functionality of
Python by some useful functions that are not available in Python
immediately.

## How to install

Firstly clone the **python-extensions-collection** repository to your
machine.

[Python Extensions
Collection](https://github.com/test-fullautomation/python-extensions-collection)

Use the following two common commands 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 Python Extensions Collection package can
be found here:
[Python-Extensions-Collection.pdf](https://github.com/test-fullautomation/python-extensions-collection/blob/develop/doc/_build/latex/Python-Extensions-Collection.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

[Holger Queckenstedt](mailto:Holger.Queckenstedt@de.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.
