inital upload
This commit is contained in:
43
tcs_site.egg-info/PKG-INFO
Normal file
43
tcs_site.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,43 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: tcs_site
|
||||
Version: 1.0
|
||||
Summary: Sunyata meditation Paris website
|
||||
Home-page:
|
||||
Author:
|
||||
Author-email:
|
||||
Keywords: web pyramid pylons
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Framework :: Pyramid
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||||
Requires-Dist: plaster_pastedeploy
|
||||
Requires-Dist: pyramid
|
||||
Requires-Dist: pyramid_jinja2
|
||||
Requires-Dist: pyramid_debugtoolbar
|
||||
Requires-Dist: waitress
|
||||
Requires-Dist: pyramid_mailer
|
||||
Requires-Dist: pyramid_retry
|
||||
Requires-Dist: pyramid_tm
|
||||
Requires-Dist: SQLAlchemy==1.4.54
|
||||
Requires-Dist: transaction
|
||||
Requires-Dist: zope.sqlalchemy==2.0
|
||||
Requires-Dist: webhelpers2
|
||||
Requires-Dist: passlib
|
||||
Requires-Dist: python-magic
|
||||
Requires-Dist: Pillow
|
||||
Requires-Dist: unidecode
|
||||
Requires-Dist: markdown
|
||||
Requires-Dist: urllib3==1.26
|
||||
Provides-Extra: testing
|
||||
Requires-Dist: WebTest>=1.3.1; extra == "testing"
|
||||
Requires-Dist: pytest>=3.7.4; extra == "testing"
|
||||
Requires-Dist: pytest-cov; extra == "testing"
|
||||
|
||||
# tcs_site
|
||||
|
||||
A tribute to Trinh Cong Son
|
||||
|
||||
0.1
|
||||
---
|
||||
|
||||
- Initial version.
|
||||
30
tcs_site.egg-info/SOURCES.txt
Normal file
30
tcs_site.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
CHANGES.txt
|
||||
MANIFEST.in
|
||||
README.md
|
||||
development.ini
|
||||
production.ini
|
||||
pytest.ini
|
||||
rtd.txt
|
||||
setup.py
|
||||
tcs_site/__init__.py
|
||||
tcs_site/pshell.py
|
||||
tcs_site/routes.py
|
||||
tcs_site/security.py
|
||||
tcs_site/tests.py
|
||||
tcs_site.egg-info/PKG-INFO
|
||||
tcs_site.egg-info/SOURCES.txt
|
||||
tcs_site.egg-info/dependency_links.txt
|
||||
tcs_site.egg-info/entry_points.txt
|
||||
tcs_site.egg-info/not-zip-safe
|
||||
tcs_site.egg-info/requires.txt
|
||||
tcs_site.egg-info/top_level.txt
|
||||
tcs_site/models/__init__.py
|
||||
tcs_site/models/default.py
|
||||
tcs_site/models/entries.py
|
||||
tcs_site/models/users.py
|
||||
tcs_site/scripts/__init__.py
|
||||
tcs_site/scripts/initialize_db.py
|
||||
tcs_site/views/__init__.py
|
||||
tcs_site/views/blog.py
|
||||
tcs_site/views/default.py
|
||||
tcs_site/views/notfound.py
|
||||
1
tcs_site.egg-info/dependency_links.txt
Normal file
1
tcs_site.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
5
tcs_site.egg-info/entry_points.txt
Normal file
5
tcs_site.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
[console_scripts]
|
||||
initialize_tcs_site_db = tcs_site.scripts.initialize_db:main
|
||||
|
||||
[paste.app_factory]
|
||||
main = tcs_site:main
|
||||
1
tcs_site.egg-info/not-zip-safe
Normal file
1
tcs_site.egg-info/not-zip-safe
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
23
tcs_site.egg-info/requires.txt
Normal file
23
tcs_site.egg-info/requires.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
plaster_pastedeploy
|
||||
pyramid
|
||||
pyramid_jinja2
|
||||
pyramid_debugtoolbar
|
||||
waitress
|
||||
pyramid_mailer
|
||||
pyramid_retry
|
||||
pyramid_tm
|
||||
SQLAlchemy==1.4.54
|
||||
transaction
|
||||
zope.sqlalchemy==2.0
|
||||
webhelpers2
|
||||
passlib
|
||||
python-magic
|
||||
Pillow
|
||||
unidecode
|
||||
markdown
|
||||
urllib3==1.26
|
||||
|
||||
[testing]
|
||||
WebTest>=1.3.1
|
||||
pytest>=3.7.4
|
||||
pytest-cov
|
||||
1
tcs_site.egg-info/top_level.txt
Normal file
1
tcs_site.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
tcs_site
|
||||
Reference in New Issue
Block a user