Metadata-Version: 2.1
Name: extension
Version: 1.0.0
Summary: Utilities for python.
Home-page: UNKNOWN
Author: Yannick Kirschen
Author-email: github.yannickkirschen@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Requires-Dist: flask (>=1.0.2)
Requires-Dist: markdown (>=3.0.1)

# Extension

## :information_source: Overview

*Extension* is a collection of useful functions for the Python programming language. 
It is available to everyone under the [GNU General Public License v3.0](https://github.com/yannickkirschen/extension/blob/master/LICENSE).

If you need help, please refer to the [wiki](https://github.com/yannickkirschen/extension/wiki).

## :floppy_disk: Installation

```bash
git clone -b feature/add_functions_from_openwiki https://github.com/yannickkirschen/extension
cd extension
python3.x setup.py install
```

## :car: Contributing

There are many ways in which you can participate in the project, for example:

* Submit [bugs and feature requests](https://github.com/yannickkirschen/extension/issues) to help me improve Vader
* Review [source code changes](https://github.com/yannickkirschen/extension/wiki/pulls)

### :warning: Coding guidelines

I am following [PEP 8](https://www.python.org/dev/peps/pep-0008/) in all of my projects and I would ask you to do the same :smile:.

Please respect my [Code of Conduct](https://github.com/yannickkirschen/extension/blob/master/CODE_OF_CONDUCT.md) :v:.

Please also consider my notes about [branching](https://gist.github.com/yannickkirschen/d83bfc44d566b76f3afc12cc68421e82).

## :page_facing_up: License

Copyright (c) 2019, Yannick Kirschen, All rights reserved.
Licensed under the [GNU GPL3](https://github.com/yannickkirschen/extension/blob/master/LICENSE).
Happy forking :fork_and_knife:


