Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
platipusica authored Jun 21, 2024
1 parent 21a6c48 commit 90aa517
Showing 1 changed file with 36 additions and 33 deletions.
69 changes: 36 additions & 33 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
Jam.py Application Builder (web framework)
================

This is Forked jam.py to continue the support and development, since Andrew is retiring from this project.
=================================================================================


From an idea of a web database application to a live website in no time, for free
=================================================================================
Expand All @@ -29,36 +32,37 @@ Click on the image to see the online demo
:target: https://northwind.pythonanywhere.com/


If you are not a professional programmer or an expert in databases, you can use
If you are not a professional developer or an expert in databases, you can use
Jam.py to store, share and analyze your data.

Please watch these videos to see how easy it is to create and setup Jam.py
applications.

* `Creating CRM web database applications from start to finish in 7 minutes with Jam.py framework <https://youtu.be/vY6FTdpABa4>`_
* `Setting up interface of Jam.py application using Forms Dialogs <https://youtu.be/hvNZ0-a_HHw>`_
* [Creating CRM web database applications from start to finish in 7 minutes with Jam.py framework](https://youtu.be/vY6FTdpABa4)
* [Setting up interface of Jam.py application using Forms Dialogs](https://youtu.be/hvNZ0-a_HHw)

If you are a professional, you can use Jam.py to create various tools, dashboards,
as well as large-scale business applications with complex internal logic.

Please watch the
`Jam.py framework applications <https://youtu.be/qkJvGlgoabU>`_ video
to see some applications written in Jam.py.
[Jam.py framework applications](https://youtu.be/qkJvGlgoabU) video
to see some applications developed in Jam.py.

More demos on PythonAnywhere:

* `SAP Theme Demo <https://jampyapp.pythonanywhere.com/>`_
* `Personal Account Ledger from MS Access template <https://msaccess.pythonanywhere.com/>`_
* `NorthWind Traders from MS Access template (wip) <https://northwind.pythonanywhere.com/>`_
* `The ERP POC Demo with Italian and English translations <https://sem.pythonanywhere.com/>`_
* `Assets/Parts Application (wip, currently Jam V7 Demo) <https://jampy.pythonanywhere.com>`_
* `Machine Learning (wip) <https://mlearning.pythonanywhere.com>`_
* `Auto Parts Sales for Brazilian Market (Portuguese) <https://carparts.pythonanywhere.com>`_
* `Resourcing and Billing Application from MS Access DB (wip) <https://resourcingandbilling.pythonanywhere.com>`_
* `Job Positions tracking App from MS Access DB (wip) <https://positionstracking.pythonanywhere.com>`_
* `Kanban/Tasks Application <https://kanban.pythonanywhere.com>`_
* `Assets Inventory Application (wip) <https://assetinventory.pythonanywhere.com>`_
* `Google Authentication <https://ipam2.pythonanywhere.com>`_
* `IP Management (wip) <https://ipmgmt.pythonanywhere.com>`_
* [SAP Theme Demo](https://jampyapp.pythonanywhere.com)
* [Personal Account Ledger from MS Access template](https://msaccess.pythonanywhere.com)
* [NorthWind Traders from MS Access template (wip)](https://northwind.pythonanywhere.com)
* [The ERP POC Demo with Italian and English translations](https://sem.pythonanywhere.com)
* [Assets/Parts Application (wip, currently Jam V7 Demo)](https://jampy.pythonanywhere.com)
* [Machine Learning (wip)](https://mlearning.pythonanywhere.com)
* [Auto Parts Sales for Brazilian Market (Portuguese)](https://carparts.pythonanywhere.com)
* [Resourcing and Billing Application from MS Access DB (wip)](https://resourcingandbilling.pythonanywhere.com)
* [Job Positions tracking App from MS Access DB (wip)](https://positionstracking.pythonanywhere.com)
* [Kanban/Tasks Application, V7](https://kanban.pythonanywhere.com)
* [Assets Inventory Application, V7 (wip)](https://assetinventory.pythonanywhere.com)
* [Google Authentication, V7](https://ipam2.pythonanywhere.com)
* [IP Management (V7, wip)](https://ipmgmt.pythonanywhere.com)


Jam.py alternative site:
Expand All @@ -70,9 +74,9 @@ Main features
=============

Jam.py is an object oriented, event driven framework with hierarchical structure, modular design
and very tight DB/GUI coupling. The server side of Jam.py is written in `Python <https://www.python.org">`_,
the client utilizes `JavaScript <https://developer.mozilla.org/en/docs/Web/JavaScript">`_,
`jQuery <https://jquery.com">`_ and `Bootstrap <http://getbootstrap.com/2.3.2">`_.
and very tight DB/GUI coupling. The server side of Jam.py is written in [Python](https://www.python.org),
the client utilizes [JavaScript](https://developer.mozilla.org/en/docs/Web/JavaScript),
[jQuery](https://jquery.com) and [Bootstrap](http://getbootstrap.com/2.3.2).

* Simple, clear and efficient IDE. The development takes place in the
Application builder, an application written completely in Jam.py.
Expand All @@ -95,9 +99,9 @@ the client utilizes `JavaScript <https://developer.mozilla.org/en/docs/Web/JavaS
* Open framework. You can use any Javascript/Python libraries.

* Rich, informative reports. Band-oriented report generation based on
`LibreOffice <https://www.libreoffice.org/>`_ templates.
[LibreOffice](https://www.libreoffice.org) templates.

* Charts. You can use free `jsCharts <http://www.jscharts.com/>`_ library
* Charts. You can use free [jsCharts](http://www.jscharts.com) library
or any javascript charting library to create charts to represent and analyze your application data.

* Allows to save audit trail/change history made by users
Expand All @@ -113,31 +117,30 @@ Documentation
=============

All documentation is in the "docs" directory and online at
http://jam-py.com/docs/.
https://jampy-docs.readthedocs.io/ or https://jam-py-v5.github.io/jampy-docs/.

Please visit http://jam-py.com/docs/intro/install.html for Python and
framework installation or http://jam-py.com/docs/intro/new_project.html how to create a
Please visit https://jampy-docs.readthedocs.io/en/latest/intro/install.html for Python and
framework installation or https://jampy-docs.readthedocs.io/en/latest/intro/new_project.html how to create a
new project.

For general discussion, ideas or similar, please visit mailgroup https://groups.google.com/g/jam-py or
FB page https://www.facebook.com/groups/jam.py/

Demo application: http://demo.jam-py.com/



License
=======

Jam.py is licensed under the BSD License.

Author
======
Original Author
===============

Andrew Yushev

See also the list of `contributors <http://jam-py.com/contributors.html>`_
See also the list of [contributors](http://jam-py.com/contributors.html)
who participated in this project.


Maintainers
===========
[crnikaurin](https://github.com/crnikaurin), [platipus](https://github.com/platipusica)

0 comments on commit 90aa517

Please sign in to comment.