Metadata-Version: 2.1
Name: Cubane
Version: 1.0.10
Summary: Website/CMS/Shop and Backend Framework for Django.
Home-page: https://github.com/cubaneorg/cubane
Author: Cubane Organisation
Author-email: hello@cubane.org
License: GPL-3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Django (<=1.11,>=1.10)
Requires-Dist: psycopg2 (>=2.5.4)
Requires-Dist: beautifulsoup4 (>=4.5.3)
Requires-Dist: lxml (>=3.7.2)
Requires-Dist: django-htmlmin (>=0.9.0)
Requires-Dist: Wand (>=0.4.4)
Requires-Dist: requests (>=2.12.5)
Requires-Dist: requests[security]
Requires-Dist: pycrypto (>=2.6.1)
Requires-Dist: oauth2 (>=1.9.0.post1)
Requires-Dist: mailsnake (>=1.6.4)
Requires-Dist: ipaddr (>=2.1.11)
Requires-Dist: ifaddr (>=0.1.4)
Requires-Dist: pydns (>=2.3.6)
Requires-Dist: pyspf (==2.0.11)
Requires-Dist: chardet (>=2.3.0)
Requires-Dist: stripe (>=1.46.0)
Requires-Dist: pyBarcode (>=0.7)
Requires-Dist: idna (>=2.5)

# Introduction

Cubane is:

* For visitors to provide a fast and high-quality website experience

* For owners and staff members to provide a very simple and effective way to
  edit content and business data and

* For developers to enable them to deliver the above continuously without
  redeveloping key parts over and over again.

We hope that Cubane can make your life as a developer easier by providing a set
of tested tools to solve common development challenges in various business
domains.

Cubane is written in python and is based on the Django web framework. Cubane
adds additional concepts that will help you to build websites and backend
systems even faster.

Building websites that deliver a great user experience for visitors and content
editors alike - but are also high performant at the same time - is a complex
task; To do it continuously on a deadline is really only possible if you have a
set of tools that get you there.

# Documentation

Please visit [Cubane.org](https://www.cubane.org/) for the online documentation
of the project.

