Metadata-Version: 2.1
Name: newstryletter
Version: 0.4.2
Summary: simple package to keep user newsletter
License: MIT
Author: revego
Author-email: revego@code4you.cloud
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bumpversion (>=0.6.0,<0.7.0)
Requires-Dist: crispy-bootstrap4 (==2022.1)
Requires-Dist: django (==3.2.23)
Requires-Dist: django-crispy-forms (==2.0)
Requires-Dist: requests (==2.31.0)
Requires-Dist: wheel
Description-Content-Type: text/markdown

# Project Description

 This is a personal project to extend a generic newsletter form in any site without replicate
logic and code

# Introduction
Django newsletter is a simple package that configure a tandard form for newsletter

# Why use django-newsletter
I can use django newletter when you choose to reuse simple form for newsletter 

# Requirements
* Python 3.9
* Python 3.8



# User Guide

# Installation

install with pip from testpypi:
pip install -i https://test.pypi.org/simple/ newsletter==0.3.1


