Skip to main content

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

git clone https://bitbucket.org/genropy/sandbox.git

Run a db setup

gnr db setup 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

genropy-24.5.30.1-py3-none-any.whl (52.7 MB view details)

Uploaded Python 3

File details

Details for the file genropy-24.5.30.1-py3-none-any.whl.

File metadata

  • Download URL: genropy-24.5.30.1-py3-none-any.whl
  • Upload date:
  • Size: 52.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.2

File hashes

Hashes for genropy-24.5.30.1-py3-none-any.whl
Algorithm Hash digest
SHA256 307507cc619b7767332bf6dad0769c67a74f126c4c8a1d71a9935acf5230535c
MD5 1fd582cf5eb06dfc152c425385c90443
BLAKE2b-256 feb5b06e1e43141b944a7cd40b44f5b05c8a9e032064ff8ab9fbbf68224294c4

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page