- 1. Description
- 2. Links
- 3. Project support
Good day! I am happy to present the first release of the EVILEG Social Network Framework - Core (ESNF-C).
The release is version 0.0.3. I successfully spent the first two versions on setting up the release in PyPi so that I could install the package not only from the repository or manually build it, but I would use the opportunity to install it through the pip utility.
pip install evileg_core
Description
This module is a basic functionality, abstract models, as well as sets of utilities and shortcuts functions that are used on the site. Among other things, there are also site themes:
- Classic
- Darcula
As the site develops, I bring the stabilized functionality to this module.
The module contains models for creating site content of several levels:
- Post/Comment
- Article
- Section
All models have a single interface to simplify website templates and unify content.
There is also a basic activity model on the EAbstractActivity website, based on which you can write basic activities such as LikeDislike, Bookmark, etc.
The module is currently distributed under GNU Lesser General Public License v3.0
Links
The repository is available at GitHub
Documentation available at Read The Docs
Package available on PyPi
Project support
You can support the project by adding a useful code and functionality, and financially through the following payment systems:
You also provide support if you simply put a star repository on GitHub .
Thank you for your attention to the project!