Metadata-Version: 2.1
Name: PyR3
Version: 0.0.0
Summary: A set of tools extending the capabilities of bpy (blender as a python module).
Home-page: https://github.com/Argmaster/pyr3
Author: Krzysztof Wiśniewski
Author-email: argmaster.world@gmail.com
License: MIT
Project-URL: Documentation, https://pyr3.readthedocs.io/
Project-URL: Changelog, https://pyr3.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/Argmaster/pyr3/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: ==3.9.*
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

========
Overview
========



A set of tools extending the capabilities of bpy (blender as a python module).

Blender as python module is bundled in wheel distributions of this package.
Importing PyR3 will cause initializer script install bpy in required way into
your python. It's important to be aware that in case of removal of this package,
it will be necessary to remove blender manually. Also, blender is installed differently
depending on platform - on linux all blender files end up in site-packages - when on Windows
it is necessary to place 2.93 (Resources folder) in same directory as python.exe when other binaries
ends up in site-packages.

**This software is completely free to use: is released under MIT license.**

Installation
============
PyR3 is available on Python Package Index and can be installed automatically with **pip**
::

    pip install PyR3

You can also install the in-development version from github with::

    pip install https://github.com/Argmaster/pyr3/archive/main.zip


Documentation
=============

Documentation is available on-line at https://pyr3.readthedocs.io/



Changelog
=========

0.0.0 (2021-09-27)
------------------

* First release on PyPI.


