import oilarchive
This commit is contained in:
commit
2bb49ff965
37 changed files with 1027 additions and 0 deletions
15
oilarchive.egg-info/PKG-INFO
Normal file
15
oilarchive.egg-info/PKG-INFO
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: oilarchive
|
||||
Version: 1.0
|
||||
Summary: UNKNOWN
|
||||
Home-page: UNKNOWN
|
||||
Author: UNKNOWN
|
||||
Author-email: UNKNOWN
|
||||
License: UNKNOWN
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Framework :: TurboGears
|
||||
21
oilarchive.egg-info/SOURCES.txt
Normal file
21
oilarchive.egg-info/SOURCES.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
README.txt
|
||||
setup.py
|
||||
start-oilarchive.py
|
||||
oilarchive/__init__.py
|
||||
oilarchive/controllers.py
|
||||
oilarchive/json.py
|
||||
oilarchive/model.py
|
||||
oilarchive/release.py
|
||||
oilarchive.egg-info/PKG-INFO
|
||||
oilarchive.egg-info/SOURCES.txt
|
||||
oilarchive.egg-info/dependency_links.txt
|
||||
oilarchive.egg-info/not-zip-safe
|
||||
oilarchive.egg-info/paster_plugins.txt
|
||||
oilarchive.egg-info/requires.txt
|
||||
oilarchive.egg-info/sqlobject.txt
|
||||
oilarchive.egg-info/top_level.txt
|
||||
oilarchive/config/__init__.py
|
||||
oilarchive/templates/__init__.py
|
||||
oilarchive/tests/__init__.py
|
||||
oilarchive/tests/test_controllers.py
|
||||
oilarchive/tests/test_model.py
|
||||
1
oilarchive.egg-info/dependency_links.txt
Normal file
1
oilarchive.egg-info/dependency_links.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
oilarchive.egg-info/not-zip-safe
Normal file
1
oilarchive.egg-info/not-zip-safe
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
2
oilarchive.egg-info/paster_plugins.txt
Normal file
2
oilarchive.egg-info/paster_plugins.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
TurboGears
|
||||
PasteScript
|
||||
1
oilarchive.egg-info/requires.txt
Normal file
1
oilarchive.egg-info/requires.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
TurboGears >= 1.0
|
||||
2
oilarchive.egg-info/sqlobject.txt
Normal file
2
oilarchive.egg-info/sqlobject.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
db_module=oilarchive.model
|
||||
history_dir=$base/oilarchive/sqlobject-history
|
||||
1
oilarchive.egg-info/top_level.txt
Normal file
1
oilarchive.egg-info/top_level.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
oilarchive
|
||||
Loading…
Add table
Add a link
Reference in a new issue