From 19cc99d7ff3bbab196a725de847d8c3565e6ca75 Mon Sep 17 00:00:00 2001 From: thienan Date: Tue, 15 Jun 2021 10:51:42 +0200 Subject: [PATCH] initial commit in branch caota_test --- .vscode/launch.json | 4 +- .vscode/settings.json | 1 - development.ini | 2 +- mondumas.egg-info/PKG-INFO | 88 +++++++++++++++++----------------- mondumas.egg-info/requires.txt | 4 +- setup.py | 4 +- 6 files changed, 54 insertions(+), 49 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 02775e4..9a0f16f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,8 @@ "type": "python", "request": "launch", "name": "Pserve", - "python": "/Users/phuoc/AppData/Local/Programs/Python/Python37", - "program": "/pyramid10/Scripts/pserve", + "python": "/Users/Thien-An/AppData/Local/Programs/Python/Python37", + "program": "/pyramid/Scripts/pserve", "args": [ "-v", "development.ini" diff --git a/.vscode/settings.json b/.vscode/settings.json index f0604df..7a73a41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,2 @@ { - "python.pythonPath": "C:\\pyramid10\\Scripts\\python.exe" } \ No newline at end of file diff --git a/development.ini b/development.ini index 3640f35..020e55e 100644 --- a/development.ini +++ b/development.ini @@ -19,7 +19,7 @@ pyramid.includes = pyramid_tm -sqlalchemy.url = mysql://phuoc:phuoc!@localhost/bddevfac?charset=utf8 +sqlalchemy.url = mysql://root:superbionicle@localhost/bddevfac?charset=utf8 # sqlalchemy.url = mysql://phuoc:phuoc!@192.168.0.31/bddevfac?charset=utf8 mondumas.admin_email = cao.thien-phuoc@orange.fr diff --git a/mondumas.egg-info/PKG-INFO b/mondumas.egg-info/PKG-INFO index d373b8e..1febcf9 100644 --- a/mondumas.egg-info/PKG-INFO +++ b/mondumas.egg-info/PKG-INFO @@ -6,49 +6,6 @@ Home-page: UNKNOWN Author: Author-email: License: UNKNOWN -Description: # README # - - Cette application web permet aux collaborateurs de l'entreprise Dumas : - - - de consulter et de gérer les dossiers des clients depuis leur tablette - - de créer un rapport de fuite et le faire signer par le client - - Elle est développée avec les composants open source suivants : - - ## Backend - - - [Python](https://www.python.org/downloads/) 3.7 - - [Pyramid web framework](https://trypyramid.com/) 1.10 - - [MySQL server](https://mysql.com/) 5.7 sur Windows Server 2008 R2 Standard - - [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch) - - ## Frontend - - - [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7 - - [Jquery](https://jquery.com/download/) for JavaScript 3.2.1 - - Chameleon templates - - [FormValidation](https://formvalidation.io/) form validator 0.7.0 - - ## Jquery Plugins - - - [DataTables](https://datatables.net/) 1.10.20 - - [Fullcalendar](https://fullcalendar.io/) 3.9.0 - - [fullcalendar Scheduler](https://fullcalendar.io/) 1.9.4 - - [Jquery-ui et jquery-ui-themes](https://jqueryui.com/) 1.12.1 - - [jSignature](https://willowsystems.github.io/jSignature) - - [less.js](http://lesscss.org/) 3.11.1 - - [moment.js](https://momentjs.com/) with-locales.min.js - - - [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) - - - - 0.0 - --- - - - Initial version - Keywords: web wsgi bfg pylons pyramid Platform: UNKNOWN Classifier: Programming Language :: Python @@ -56,3 +13,48 @@ Classifier: Framework :: Pyramid Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application Provides-Extra: testing + +# README # + +Cette application web permet aux collaborateurs de l'entreprise Dumas : + + - de consulter et de gérer les dossiers des clients depuis leur tablette + - de créer un rapport de fuite et le faire signer par le client + +Elle est développée avec les composants open source suivants : + +## Backend + +- [Python](https://www.python.org/downloads/) 3.7 +- [Pyramid web framework](https://trypyramid.com/) 1.10 +- [MySQL server](https://mysql.com/) 5.7 sur Windows Server 2008 R2 Standard +- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch) + +## Frontend + +- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7 +- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1 +- Chameleon templates +- [FormValidation](https://formvalidation.io/) form validator 0.7.0 + +## Jquery Plugins + +- [DataTables](https://datatables.net/) 1.10.20 +- [Fullcalendar](https://fullcalendar.io/) 3.9.0 +- [fullcalendar Scheduler](https://fullcalendar.io/) 1.9.4 +- [Jquery-ui et jquery-ui-themes](https://jqueryui.com/) 1.12.1 +- [jSignature](https://willowsystems.github.io/jSignature) +- [less.js](http://lesscss.org/) 3.11.1 +- [moment.js](https://momentjs.com/) with-locales.min.js + + +[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) + + + +0.0 +--- + +- Initial version + + diff --git a/mondumas.egg-info/requires.txt b/mondumas.egg-info/requires.txt index 43d4a38..b33c81e 100644 --- a/mondumas.egg-info/requires.txt +++ b/mondumas.egg-info/requires.txt @@ -6,7 +6,7 @@ pyramid_mailer pyramid_tm SQLAlchemy transaction -zope.sqlalchemy +zope.sqlalchemy==1.1 waitress mysqlclient docutils @@ -14,6 +14,8 @@ pdfkit python-dateutil user-agents xlrd +image +pdfminer3 [testing] WebTest>=1.3.1 diff --git a/setup.py b/setup.py index 1d164fb..4918890 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ requires = [ 'pyramid_tm', 'SQLAlchemy', 'transaction', - 'zope.sqlalchemy', + 'zope.sqlalchemy == 1.1', 'waitress', 'mysqlclient', 'docutils', @@ -25,6 +25,8 @@ requires = [ 'python-dateutil', 'user-agents', 'xlrd', + 'image', + 'pdfminer3' ] tests_require = [