Metadata-Version: 1.1
Name: Trionyx
Version: 0.0.1
Summary: Trionyx is an application framework for managing data and processes
Home-page: https://github.com/krukas/Trionyx
Author: Maikel Martens
Author-email: maikel@martens.me
License: GPL3
Download-URL: https://github.com/krukas/Trionyx/releases/tag/0.0.1
Description-Content-Type: UNKNOWN
Description: **PRE PRE ALPHA, still in active development**
        
        
        Trionyx
        =======
        
        Trionyx is an application framework for managing data and processes, or can be used as an glorified customer admin panel for Django.
        
        This package contains the backend for Trionyx. Trionyx backend exposes only an API that is used by the frontend.
        
        Installation
        ============
        To install Trionyx, run:
        
            pip install Trionyx
        
        Create new project
        ==================
        For creating a new project, run:
        
            trionyx create_project new_project
        
Keywords: Django,Trionyx,framework,admin,data,processes,application
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: Topic :: Office/Business :: Groupware
