Metadata-Version: 2.1
Name: Theos-python-functions
Version: 0.0.6.0
Summary: Some nice to have python functions
Home-page: https://github.com/tvdsluijs/Theos-Python-Functions
Author: Theo van der Sluijs
Author-email: theo@vandersluijs.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

<!-- PROJECT LOGO -->
<br />
<p align="center">
  <a href="https://github.com/tvdsluijs/Theos-Python-Functions">
    <img src="images/logo.png" alt="Logo" width="80" height="80">
  </a>

  <h3 align="center">Theos Python Functions</h3>

  <p align="center">
    Some very nice and easy to use functions
    <br />
    <a href="https://github.com/tvdsluijs/Theos-Python-Functions"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="https://github.com/tvdsluijs/Theos-Python-Functions">View Demo</a>
    ·
    <a href="https://github.com/tvdsluijs/Theos-Python-Functions/issues">Report Bug</a>
    ·
    <a href="https://github.com/tvdsluijs/Theos-Python-Functions/issues">Request Feature</a>
  </p>
</p>


<!-- TABLE OF CONTENTS -->
## Table of Contents

* [About the Project](#about-the-project)
  * [Built With](#built-with)
* [Getting Started](#getting-started)
  * [Prerequisites](#prerequisites)
  * [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)



<!-- ABOUT THE PROJECT -->
## About The Project

[![Product Name Screen Shot][product-screenshot]](https://example.com)




### Built With

* []()
* []()
* []()



<!-- GETTING STARTED -->
## Getting Started

```sh
git clone git@github.com:tvdsluijs/repro.git
cd repro
pip install -r requirements.txt
```

### Prerequisites

If you cannot use the requirements.txt you will need to install the following packages with pip

```sh
pip install

```


<!-- USAGE EXAMPLES -->
## Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

_For more examples, please refer to the [Documentation](https://example.com)_


<!-- ROADMAP -->
## Roadmap

See the [open issues](https://github.com/tvdsluijs/Theos-Python-Functions/issues) for a list of proposed features (and known issues).


<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request



<!-- LICENSE -->
## License

See `LICENSE` for more information.



<!-- CONTACT -->
## Contact

Your Name - [@tvdsluijs](https://twitter.com/tvdsluijs) - theo@vandersluijs.nl

Project Link: [https://github.com/tvdsluijs/Theos-Python-Functions](https://github.com/tvdsluijs/Theos-Python-Functions)


<!-- ACKNOWLEDGEMENTS -->
## Acknowledgements

* [awesome-readme](https://github.com/tvdsluijs/Best-README-Template)
* []()
* []()


<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/tvdsluijs/Theos-Python-Functions.svg?style=flat-square
[contributors-url]: https://github.com/tvdsluijs/Theos-Python-Functions/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/tvdsluijs/Theos-Python-Functions.svg?style=flat-square
[forks-url]: https://github.com/tvdsluijs/Theos-Python-Functions/network/members
[stars-shield]: https://img.shields.io/github/stars/tvdsluijs/Theos-Python-Functions.svg?style=flat-square
[stars-url]: https://github.com/tvdsluijs/Theos-Python-Functions/stargazers
[issues-shield]: https://img.shields.io/github/issues/tvdsluijs/Theos-Python-Functions.svg?style=flat-square
[issues-url]: https://github.com/tvdsluijs/Theos-Python-Functions/issues
[license-shield]: https://img.shields.io/github/license/tvdsluijs/Theos-Python-Functions.svg?style=flat-square
[license-url]: https://github.com/tvdsluijs/Theos-Python-Functions/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/tvdsluijs


