Metadata-Version: 2.4
Name: pumpwood-djangoviews
Version: 1.5.7
Summary: Assist creating views for Django using Pumpwood pattern.
License: BSD-3-Clause License
License-File: LICENSE
Author: André Andrade Baceti
Author-email: a.baceti@murabei.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: Django (>=5.0.0)
Requires-Dist: Shapely (>=1.7.0)
Requires-Dist: diskcache (>=5.6.3)
Requires-Dist: djangorestframework (>=3.13)
Requires-Dist: geopandas (>=0.8.1)
Requires-Dist: loguru (>=0.7.3)
Requires-Dist: orjson (>=3.11.3)
Requires-Dist: pandas
Requires-Dist: pumpwood-communication (>=2.0)
Requires-Dist: pumpwood-i8n (>=0.1)
Requires-Dist: requests
Requires-Dist: simplejson
Project-URL: Homepage, https://github.com/Murabei-OpenSource-Codes/pumpwood-djangoviews
Description-Content-Type: text/markdown

# PumpWood Django Views
Assists creation of django views in a Pumpwood pattern. It make it possible
to use
<a href="https://github.com/Murabei-OpenSource-Codes/pumpwood-communication">
    pumpwood-communication
</a> to communicate with end-points.

<p align="center" width="60%">
  <img src="static_doc/sitelogo-horizontal.png" /> <br>

  <a href="https://en.wikipedia.org/wiki/Cecropia">
    Pumpwood is a native brasilian tree
  </a> which has a symbiotic relation with ants (Murabei)
</p>

## Documentation
For docs, check [doc page](https://murabei-opensource-codes.github.io/pumpwood-djangoviews/pumpwood-djangoviews/src/pumpwood_djangoviews.html).

