File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- python-materialsdb is an unofficial python library for [ materialsdb.org] [ 1 ] open standard .
1+ python-materialsdb is an unofficial python library for [ materialsdb.org] [ 1 ] an open format and database for building materials .
22
33# Features :
44## Package
@@ -28,6 +28,12 @@ Check out some [examples](examples):
2828* [ Convert lastest materials data to ifc] ( examples/generate_ifc_project_libraries.py )
2929* [ Create your own materialsdb.org compliant XML] ( examples/create_layers.py )
3030
31+ # How to install
32+ ## Using pip
33+ ``` bash
34+ pip install python-materialsdb
35+ ```
36+
3137# Dependencies
3238* [ lxml] [ 2 ] (BSD) : xml parser
3339* [ ifcopenshell] [ 3 ] (LGPL) : ifc read/write
Original file line number Diff line number Diff line change 11[metadata]
2- name = materialsdb
2+ name = python- materialsdb
33version = 0.0.1
44author = Cyril Waechter
55author_email = cyrwae@hotmail.com
66description = A library to work with materialsdb.org open standard for building materials.
77long_description = file: README.md
8- long_description_content = text/markdown
8+ long_description_content_type = text/markdown
99license = GPLv3+
1010keywords = materials, BIM, ifcopenshell, IFC
1111url = https://github.com/CyrilWaechter/python-materialsdb
You can’t perform that action at this time.
0 commit comments