Metadata-Version: 2.1
Name: pwbs
Version: 0.4.0a0
Summary: PWBS is Build System for easy automation process.
Home-page: https://gitlab.com/paip-web/pwbs
Author: Patryk Adamczyk
Author-email: patrykadamczyk@paipweb.com
License: MIT
Keywords: development build tools task runner
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Requires-Python: ~=3.6
Provides-Extra: setup
Provides-Extra: test
Provides-Extra: setup
Requires-Dist: wheel; extra == 'setup'
Requires-Dist: twine; extra == 'setup'
Requires-Dist: collective.checkdocs; extra == 'setup'
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: coverage; extra == 'test'

.. image:: https://badge.fury.io/py/pwbs.svg
    :target: https://badge.fury.io/py/pwbs
.. image:: https://img.shields.io/pypi/l/pwbs.svg
.. image:: https://img.shields.io/pypi/wheel/pwbs.svg
.. image:: https://img.shields.io/pypi/format/pwbs.svg
.. image:: https://img.shields.io/pypi/implementation/pwbs.svg
.. image:: https://img.shields.io/pypi/pyversions/pwbs.svg
.. image:: https://img.shields.io/pypi/status/pwbs.svg
.. image:: https://img.shields.io/pypi/v/pwbs.svg
    :target: https://pypi.org/project/pwbs/
.. image:: https://readthedocs.org/projects/pwbs/badge/?version=latest
    :target: http://pwbs.readthedocs.io/en/latest/?badge=latest

PAiP Web Build System
=====================

Actual Version : v.0.4.0-alpha0
By Project Rewrite and Rethink Dev 2.0 use pwbs==0.3.0.dev1 for any purpose. Actual version use only when you want to help developers.

PWBS is Build System for easy automation process.


* Free software: MIT license
* PyPi Package: https://pypi.python.org/pypi/pwbs/ or https://pypi.org/project/pwbs/

Features
--------

* TODO: Working on it

Credits
---------

Created by Patryk Adamczyk


History
=======

0.3.0-dev1 (22.12.2017)
-----------------------

* Release 8 on PyPi
* Added Multi Tasking

0.2.0-dev3 (20.12.2017)
-----------------------

* Repaired Code Errors (Showing when using OS other then Windows)
* Repaired 4 Tests Failed on Linux
* Repaired pwbs.pwm.pwm_json (Wrong Default | Now Default is dict not list)


0.2.0-dev2 (16.12.2017)
-----------------------

* Release 7 on PyPi
* Repaired RST Errors

0.2.0-dev1 (16.12.2017)
-----------------------

* Release 6 on PyPi
* Added Single Tasking

0.1.0-dev2 (13.12.2017-16.12.2017)
----------------------------------

* Release 5 on PyPi
* Added --new-config option as Working
* Added --config <file> option as Working

0.1.0-dev1 (12.12.2017-13.12.2017)
----------------------------------

* Release 4 on PyPi
* Added collective.checkdocs as setup requirement
* Repaired RST Errors
* Tests for pwm submodule and for pwbs module

0.0.1-dev4 (09.12.2017-12.12.2017)
----------------------------------

* Release 3 on PyPi
* Adding Command Interpreter
* Repairing setup.py Script
* Added Tox as Test Runner for checking with which version pwbs is compatible
* Added Command --help
* Added Command --verbose <mode>

0.0.1-dev3 (09.12.2017)
-----------------------

* Release 2 on PyPi
* Adding Baner

0.0.1-dev2 (09.12.2017)
-----------------------

* First Release in PyPi

0.0.1-dev0 (09.12.2017)
-----------------------

* First packaging


