chargement initial
This commit is contained in:
37
caotek_mesavoirs.egg-info/PKG-INFO
Normal file
37
caotek_mesavoirs.egg-info/PKG-INFO
Normal 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
|
||||
26
caotek_mesavoirs.egg-info/SOURCES.txt
Normal file
26
caotek_mesavoirs.egg-info/SOURCES.txt
Normal 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
|
||||
1
caotek_mesavoirs.egg-info/dependency_links.txt
Normal file
1
caotek_mesavoirs.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
4
caotek_mesavoirs.egg-info/entry_points.txt
Normal file
4
caotek_mesavoirs.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
[paste.app_factory]
|
||||
main = caotek_mesavoirs:main
|
||||
[console_scripts]
|
||||
|
||||
1
caotek_mesavoirs.egg-info/not-zip-safe
Normal file
1
caotek_mesavoirs.egg-info/not-zip-safe
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
16
caotek_mesavoirs.egg-info/requires.txt
Normal file
16
caotek_mesavoirs.egg-info/requires.txt
Normal 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
|
||||
1
caotek_mesavoirs.egg-info/top_level.txt
Normal file
1
caotek_mesavoirs.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
caotek_mesavoirs
|
||||
Reference in New Issue
Block a user