.gitignore update

This commit is contained in:
Dalai Felinto
2016-12-01 16:44:25 +01:00
parent f37ecaa6d2
commit c3a7b5b086
2 changed files with 17 additions and 3 deletions

4
.gitignore vendored
View File

@@ -0,0 +1,4 @@
*.pyc
*.blend[1-9]
__pycache__
/dist/

View File

@@ -1,9 +1,19 @@
Blender File
------------
Documentation, examples and test yet to come.
Meanwhile you import the module with:
Module to inspect a .blend file from Python.
Basic usage can be grasped from the test suit.
Import the module in your script and you are good to go:
>>> import blender_file
This works for in both Python2.x and Python3.x.
This module supports both Python2.x and Python3.x at the moment.
Python 2.x support may be dropped in the future.
### Test Suit
To run the tests just do:
>>> pip install pytest
>>> py.test tests/