Metadata-Version: 2.1
Name: makerlabs
Version: 0.30
Home-page: https://github.com/openp2pdesign/makerlabs
Download-URL: https://github.com/openp2pdesign/makerlabs/releases/tag/v0.30
Author: Massimo Menichinelli
Author-email: info@openp2pdesign.org
Keywords: Fab Lab,Fab Lab,Makerspace,Hackerspace,Repair Cafes,Makers
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE.md

![](doc/images/makerlabs_logo_100.png)

[![PyPI version](https://badge.fury.io/py/makerlabs.svg)](https://badge.fury.io/py/makerlabs) [![Documentation Status](https://readthedocs.org/projects/makerlabs/badge/?version=latest)](http://makerlabs.readthedocs.io/en/latest/?badge=latest)

A python library for accessing online data about Makerspaces, Fab Labs, Hackerspaces, TechShop... and for formatting the data in order to give a unified API for understanding Maker platforms.

## How to use

Install it from [pypi](https://pypi.python.org/pypi/makerAPI/):
`pip install makerlabs`

Import a module of the package: `from makerlabs import fablabs_io`

Get, for example, the labs: `labs_data = fablabs_io.get_labs(format="dict")`

Full documentation at [http://makerlabs.readthedocs.io/](http://makerlabs.readthedocs.io/)

## License

[LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html)


## History
This package continues the development of the discontinued packages *PyMakerspaces* at [https://pypi.python.org/pypi/PyMakerspaces/](https://pypi.python.org/pypi/PyMakerspaces/).

## Credits
v0.14-v0.21.3:
[![](doc/images/from_30.png)](https://ec.europa.eu/digital-agenda/en/news/22-new-caps-projects-horizon-2020)

v0.30:
The research behind this software has taken place at the Politecnico di Milano during Massimo Menichinelli's stay as Senior Resident Researcher from 01/02/2021 to 08/01/2022.
