GenroPy Web Framework
Project description
GenroPy
GenroPy is a web framework for line-of-business applications in Python and Javascript.
Installation
inside the folder gnrpy you can execute 2 different installation:
sudo pip install .
which will install the framework inside your system libraries or virtualenv.
You can install also optional dependencies, 3 different profiles are provided
pgsql - for PostgreSQL database usage
mysql - for MySQL database usage
developer - will install extra tools usefule for genropy’s development
Note: sqlite3 driver is installed by default with the base installation, no need to use a specific profile.
By executing:
sudo pip install .[profile_name]
For example:
sudo pip install .[pgsql]
Multiple profiles are supported too:
sudo pip install .[pgsql,developer]
To avoid system installation, you can run:
sudo pip install –editable .
which will link to the current folder code rather than install the files. Useful for development work. This replace the ‘’’./setup.py develop’’’ command which is being deprecated.
To create the enviroment configuration you can now execute:
gnr app initgenropy
Configuration files are:
/.gnr/environment.xml /.gnr/instanceconfig/default.xml /.gnr/siteconfig/default.xml
Change your development edit /.gnr/instanceconfig/default.xml
Visit [www.genropy.org](http://) for more information
sandbox
Sandbox is your first Genropy application.
Inside folder genropy_projects
Run a db setup
gnr app dbsetup sandbox
Genropy webapplications needs a daemon
Run inside another terminal
gnr web daemon
Now we are ready for running sandbox website
gnr web wsgiserve sandbox
If you want to edit tutorial files through the application itself run gnr web wsgiserve with remote_edit option
gnr web wsgiserve sandbox –remote_edit
License
The code is licensed under the LGPL license:
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for genropy-24.3.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa5fb8fab1587dce3c4fa3881ab8ebdb812bb6b698ada6a66a3543062774b93f |
|
MD5 | 956c36c47c4bcc54cc2e05e642d8d072 |
|
BLAKE2b-256 | c525f89030d3651fc8b5e1a926c79a25019c69d9363365e22d07e6dfd2913710 |