chargement initial

This commit is contained in:
CAO Thien-An
2017-07-22 11:25:44 +02:00
parent 6aa83a3286
commit 2093b3588f
285 changed files with 101783 additions and 6 deletions

View File

@@ -0,0 +1,37 @@
Metadata-Version: 1.1
Name: caotek-mesavoirs
Version: 0.1
Summary: caotek_mesavoirs
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: # README #
Application web permettant aux personnels de l'entreprise Dumas d'accéder aux dossiers des clients
Développé avec :
- Pyramid Framework
- MySQL
- Chameleon
* [Exemple d'une comptabilité simple] (http://perso.numericable.fr/assoc1901/droit/comptabilite1.htm)
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
0.0
---
- Initial version
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application

View File

@@ -0,0 +1,26 @@
CHANGES.txt
MANIFEST.in
development.ini
production.ini
pytest.ini
caotek_mesavoirs/__init__.py
caotek_mesavoirs/layout.py
caotek_mesavoirs/panels.py
caotek_mesavoirs/routes.py
caotek_mesavoirs/security.py
caotek_mesavoirs/tests.py
caotek_mesavoirs.egg-info/PKG-INFO
caotek_mesavoirs.egg-info/SOURCES.txt
caotek_mesavoirs.egg-info/dependency_links.txt
caotek_mesavoirs.egg-info/entry_points.txt
caotek_mesavoirs.egg-info/not-zip-safe
caotek_mesavoirs.egg-info/requires.txt
caotek_mesavoirs.egg-info/top_level.txt
caotek_mesavoirs/models/__init__.py
caotek_mesavoirs/models/agenda.py
caotek_mesavoirs/models/default.py
caotek_mesavoirs/scripts/__init__.py
caotek_mesavoirs/views/__init__.py
caotek_mesavoirs/views/agenda.py
caotek_mesavoirs/views/default.py
caotek_mesavoirs/views/notfound.py

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,4 @@
[paste.app_factory]
main = caotek_mesavoirs:main
[console_scripts]

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,16 @@
pyramid
pyramid_chameleon
pyramid_debugtoolbar
pyramid_layout
pyramid_mailer
pyramid_tm
SQLAlchemy
transaction
zope.sqlalchemy
waitress
MySQL-python
[testing]
WebTest >= 1.3.1
pytest
pytest-cov

View File

@@ -0,0 +1 @@
caotek_mesavoirs