Metadata-Version: 2.0
Name: blocksWorld
Version: 0.0.8
Summary: BlocksWorld is a tool for generating simple test images.
Home-page: https://github.com/takanokage/blocksWorld
Author: Dan Petre
Author-email: danut.petre@gmail.com
License: MIT
Keywords: blocks world
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: numpy
Requires-Dist: pillow (>=6.0.0)
Requires-Dist: recordtype

Copyright (c) 2018 Dan Petre

The MIT License (MIT)

About This Project
##################

BlocksWorld is a tool for generating simple test images.

Core features
=============

* generate simple test images.

Supported platforms
===================

* Ubuntu 16.04, Python 3.5+

Might work on other configurations however at this time the focus will be on a single platform until the project matures a bit.

Build from source prerequisites
===============================

* Python 3.5+

.. code-block:: bash

    $ sudo apt install python3-pip
    $ sudo apt install python3-setuptools
    $ pip3 install wheel

Similarly, for those who like to experiment:

* Python 2.7+

.. code-block:: bash

    $ sudo apt install python-setuptools
    $ sudo apt install python-pip
    $ pip install wheel

Build wheel:

`./build.sh`.

Install locally built wheel:

`$ pip install --user dist/*`

or, if your pip doesn't automatically use python3:

`$ python3 -m pip install --user dist/*`

Notice the use of the `--user` option. You can install system wide using `sudo` but the project is still in very early stages so installing as user can keep your system files clean(er).

Resources
=========

* Website:
* Code: `https://github.com/takanokage/blocksWorld <https://github.com/takanokage/blocksWorld>`_
* Documentation: `https://github.com/takanokage/blocksWorld/wiki <https://github.com/takanokage/blocksWorld/wiki>`_
* License: `The MIT license <https://opensource.org/licenses/MIT>`_


