PEAK is the "Python Enterprise Application Kit". If you develop "enterprise"
applications with Python, or indeed almost any sort of application with Python, PEAK may help you do it faster, easier, on a larger scale, and with fewer defects than ever before. The key is component-based development, on a reliable infrastructure. PEAK is an application kit, and applications are made from components. PEAK provides you with a component architecture, component infrastructure, and various general-purpose components and component frameworks for building applications. As with J2EE, the idea is to let you stop reinventing architectural and infrastructure wheels, so you can put more time into your actual application. But PEAK is different from J2EE: it's a single, free implementation of simpler API's based on an easier-to-use language that can nonetheless scale with better performance than J2EE.
This commit is contained in:
parent
15d7520451
commit
82df1c2921
5 changed files with 848 additions and 0 deletions
16
py-PEAK/DESCR
Normal file
16
py-PEAK/DESCR
Normal file
|
@ -0,0 +1,16 @@
|
|||
PEAK is the "Python Enterprise Application Kit". If you develop "enterprise"
|
||||
applications with Python, or indeed almost any sort of application with
|
||||
Python, PEAK may help you do it faster, easier, on a larger scale, and with
|
||||
fewer defects than ever before. The key is component-based development, on a
|
||||
reliable infrastructure.
|
||||
|
||||
PEAK is an application kit, and applications are made from components. PEAK
|
||||
provides you with a component architecture, component infrastructure, and
|
||||
various general-purpose components and component frameworks for building
|
||||
applications. As with J2EE, the idea is to let you stop reinventing
|
||||
architectural and infrastructure wheels, so you can put more time into your
|
||||
actual application.
|
||||
|
||||
But PEAK is different from J2EE: it's a single, free implementation of
|
||||
simpler API's based on an easier-to-use language that can nonetheless scale
|
||||
with better performance than J2EE.
|
19
py-PEAK/Makefile
Normal file
19
py-PEAK/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 21:03:03 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PEAK-0.5a3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://peak.telecommunity.com/dist/
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://peak.telecommunity.com/
|
||||
COMMENT= Python Enterprise Application Kit
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../wip/py-Protocols/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
777
py-PEAK/PLIST
Normal file
777
py-PEAK/PLIST
Normal file
|
@ -0,0 +1,777 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/26 21:03:04 mpasternak Exp $
|
||||
bin/peak
|
||||
${PYSITELIB}/fcgiapp.so
|
||||
${PYSITELIB}/kjbuckets.so
|
||||
${PYSITELIB}/peak/__init__.pyc
|
||||
${PYSITELIB}/peak/__init__.pyo
|
||||
${PYSITELIB}/peak/__init__.py
|
||||
${PYSITELIB}/peak/api/__init__.pyc
|
||||
${PYSITELIB}/peak/api/__init__.pyo
|
||||
${PYSITELIB}/peak/api/__init__.py
|
||||
${PYSITELIB}/peak/api/tests.pyc
|
||||
${PYSITELIB}/peak/api/tests.pyo
|
||||
${PYSITELIB}/peak/api/tests.py
|
||||
${PYSITELIB}/peak/binding/__init__.pyc
|
||||
${PYSITELIB}/peak/binding/__init__.pyo
|
||||
${PYSITELIB}/peak/binding/__init__.py
|
||||
${PYSITELIB}/peak/binding/_once.so
|
||||
${PYSITELIB}/peak/binding/api.pyc
|
||||
${PYSITELIB}/peak/binding/api.pyo
|
||||
${PYSITELIB}/peak/binding/api.py
|
||||
${PYSITELIB}/peak/binding/components.pyc
|
||||
${PYSITELIB}/peak/binding/components.pyo
|
||||
${PYSITELIB}/peak/binding/components.py
|
||||
${PYSITELIB}/peak/binding/interfaces.pyc
|
||||
${PYSITELIB}/peak/binding/interfaces.pyo
|
||||
${PYSITELIB}/peak/binding/interfaces.py
|
||||
${PYSITELIB}/peak/binding/once.pyc
|
||||
${PYSITELIB}/peak/binding/once.pyo
|
||||
${PYSITELIB}/peak/binding/once.py
|
||||
${PYSITELIB}/peak/binding/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/binding/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/binding/tests/__init__.py
|
||||
${PYSITELIB}/peak/config/__init__.pyc
|
||||
${PYSITELIB}/peak/config/__init__.pyo
|
||||
${PYSITELIB}/peak/config/__init__.py
|
||||
${PYSITELIB}/peak/config/api.pyc
|
||||
${PYSITELIB}/peak/config/api.pyo
|
||||
${PYSITELIB}/peak/config/api.py
|
||||
${PYSITELIB}/peak/config/api_impl.pyc
|
||||
${PYSITELIB}/peak/config/api_impl.pyo
|
||||
${PYSITELIB}/peak/config/api_impl.py
|
||||
${PYSITELIB}/peak/config/config_components.pyc
|
||||
${PYSITELIB}/peak/config/config_components.pyo
|
||||
${PYSITELIB}/peak/config/config_components.py
|
||||
${PYSITELIB}/peak/config/ini_files.pyc
|
||||
${PYSITELIB}/peak/config/ini_files.pyo
|
||||
${PYSITELIB}/peak/config/ini_files.py
|
||||
${PYSITELIB}/peak/config/interfaces.pyc
|
||||
${PYSITELIB}/peak/config/interfaces.pyo
|
||||
${PYSITELIB}/peak/config/interfaces.py
|
||||
${PYSITELIB}/peak/config/load_zconfig.pyc
|
||||
${PYSITELIB}/peak/config/load_zconfig.pyo
|
||||
${PYSITELIB}/peak/config/load_zconfig.py
|
||||
${PYSITELIB}/peak/config/modules.pyc
|
||||
${PYSITELIB}/peak/config/modules.pyo
|
||||
${PYSITELIB}/peak/config/modules.py
|
||||
${PYSITELIB}/peak/config/registries.pyc
|
||||
${PYSITELIB}/peak/config/registries.pyo
|
||||
${PYSITELIB}/peak/config/registries.py
|
||||
${PYSITELIB}/peak/config/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/config/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/config/tests/__init__.py
|
||||
${PYSITELIB}/peak/config/tests/testM1.pyc
|
||||
${PYSITELIB}/peak/config/tests/testM1.pyo
|
||||
${PYSITELIB}/peak/config/tests/testM1.py
|
||||
${PYSITELIB}/peak/config/tests/testM1a.pyc
|
||||
${PYSITELIB}/peak/config/tests/testM1a.pyo
|
||||
${PYSITELIB}/peak/config/tests/testM1a.py
|
||||
${PYSITELIB}/peak/config/tests/testM2.pyc
|
||||
${PYSITELIB}/peak/config/tests/testM2.pyo
|
||||
${PYSITELIB}/peak/config/tests/testM2.py
|
||||
${PYSITELIB}/peak/config/tests/testM2a.pyc
|
||||
${PYSITELIB}/peak/config/tests/testM2a.pyo
|
||||
${PYSITELIB}/peak/config/tests/testM2a.py
|
||||
${PYSITELIB}/peak/config/tests/test_keys.pyc
|
||||
${PYSITELIB}/peak/config/tests/test_keys.pyo
|
||||
${PYSITELIB}/peak/config/tests/test_keys.py
|
||||
${PYSITELIB}/peak/core.pyc
|
||||
${PYSITELIB}/peak/core.pyo
|
||||
${PYSITELIB}/peak/core.py
|
||||
${PYSITELIB}/peak/ddt/__init__.pyc
|
||||
${PYSITELIB}/peak/ddt/__init__.pyo
|
||||
${PYSITELIB}/peak/ddt/__init__.py
|
||||
${PYSITELIB}/peak/ddt/api.pyc
|
||||
${PYSITELIB}/peak/ddt/api.pyo
|
||||
${PYSITELIB}/peak/ddt/api.py
|
||||
${PYSITELIB}/peak/ddt/demos.pyc
|
||||
${PYSITELIB}/peak/ddt/demos.pyo
|
||||
${PYSITELIB}/peak/ddt/demos.py
|
||||
${PYSITELIB}/peak/ddt/html_doc.pyc
|
||||
${PYSITELIB}/peak/ddt/html_doc.pyo
|
||||
${PYSITELIB}/peak/ddt/html_doc.py
|
||||
${PYSITELIB}/peak/ddt/interfaces.pyc
|
||||
${PYSITELIB}/peak/ddt/interfaces.pyo
|
||||
${PYSITELIB}/peak/ddt/interfaces.py
|
||||
${PYSITELIB}/peak/ddt/model.pyc
|
||||
${PYSITELIB}/peak/ddt/model.pyo
|
||||
${PYSITELIB}/peak/ddt/model.py
|
||||
${PYSITELIB}/peak/ddt/processors.pyc
|
||||
${PYSITELIB}/peak/ddt/processors.pyo
|
||||
${PYSITELIB}/peak/ddt/processors.py
|
||||
${PYSITELIB}/peak/ddt/runners.pyc
|
||||
${PYSITELIB}/peak/ddt/runners.pyo
|
||||
${PYSITELIB}/peak/ddt/runners.py
|
||||
${PYSITELIB}/peak/ddt/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/ddt/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/ddt/tests/__init__.py
|
||||
${PYSITELIB}/peak/ddt/web_runner.pyc
|
||||
${PYSITELIB}/peak/ddt/web_runner.pyo
|
||||
${PYSITELIB}/peak/ddt/web_runner.py
|
||||
${PYSITELIB}/peak/events/__init__.pyc
|
||||
${PYSITELIB}/peak/events/__init__.pyo
|
||||
${PYSITELIB}/peak/events/__init__.py
|
||||
${PYSITELIB}/peak/events/api.pyc
|
||||
${PYSITELIB}/peak/events/api.pyo
|
||||
${PYSITELIB}/peak/events/api.py
|
||||
${PYSITELIB}/peak/events/event_threads.pyc
|
||||
${PYSITELIB}/peak/events/event_threads.pyo
|
||||
${PYSITELIB}/peak/events/event_threads.py
|
||||
${PYSITELIB}/peak/events/interfaces.pyc
|
||||
${PYSITELIB}/peak/events/interfaces.pyo
|
||||
${PYSITELIB}/peak/events/interfaces.py
|
||||
${PYSITELIB}/peak/events/io_events.pyc
|
||||
${PYSITELIB}/peak/events/io_events.pyo
|
||||
${PYSITELIB}/peak/events/io_events.py
|
||||
${PYSITELIB}/peak/events/sources.pyc
|
||||
${PYSITELIB}/peak/events/sources.pyo
|
||||
${PYSITELIB}/peak/events/sources.py
|
||||
${PYSITELIB}/peak/events/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/events/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/events/tests/__init__.py
|
||||
${PYSITELIB}/peak/events/tests/test_events.pyc
|
||||
${PYSITELIB}/peak/events/tests/test_events.pyo
|
||||
${PYSITELIB}/peak/events/tests/test_events.py
|
||||
${PYSITELIB}/peak/events/tests/test_twisted.pyc
|
||||
${PYSITELIB}/peak/events/tests/test_twisted.pyo
|
||||
${PYSITELIB}/peak/events/tests/test_twisted.py
|
||||
${PYSITELIB}/peak/events/twisted_support.pyc
|
||||
${PYSITELIB}/peak/events/twisted_support.pyo
|
||||
${PYSITELIB}/peak/events/twisted_support.py
|
||||
${PYSITELIB}/peak/exceptions.pyc
|
||||
${PYSITELIB}/peak/exceptions.pyo
|
||||
${PYSITELIB}/peak/exceptions.py
|
||||
${PYSITELIB}/peak/metamodels/ASDL.pyc
|
||||
${PYSITELIB}/peak/metamodels/ASDL.pyo
|
||||
${PYSITELIB}/peak/metamodels/ASDL.py
|
||||
${PYSITELIB}/peak/metamodels/MOF131.pyc
|
||||
${PYSITELIB}/peak/metamodels/MOF131.pyo
|
||||
${PYSITELIB}/peak/metamodels/MOF131.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Activity_Graphs.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Activity_Graphs.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Activity_Graphs.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Collaborations.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Collaborations.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Collaborations.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Common_Behavior.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Common_Behavior.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Common_Behavior.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/State_Machines.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/State_Machines.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/State_Machines.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Use_Cases.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Use_Cases.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/Use_Cases.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Core.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Core.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Core.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Data_Types.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Data_Types.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Data_Types.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Extension_Mechanisms.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Extension_Mechanisms.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/Extension_Mechanisms.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Foundation/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Model_Management.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Model_Management.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/Model_Management.py
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML13/model/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/UML.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/UML.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/UML.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Activity_Graphs.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Activity_Graphs.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Activity_Graphs.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Collaborations.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Collaborations.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Collaborations.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Common_Behavior.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Common_Behavior.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Common_Behavior.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Core.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Core.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Core.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Data_Types.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Data_Types.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Data_Types.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Model_Management.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Model_Management.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Model_Management.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/State_Machines.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/State_Machines.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/State_Machines.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/UML.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/UML.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/UML.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Use_Cases.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Use_Cases.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/Use_Cases.py
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/UML14/model/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/__init__.py
|
||||
${PYSITELIB}/peak/metamodels/asdl_model.pyc
|
||||
${PYSITELIB}/peak/metamodels/asdl_model.pyo
|
||||
${PYSITELIB}/peak/metamodels/asdl_model.py
|
||||
${PYSITELIB}/peak/metamodels/core_addons.pyc
|
||||
${PYSITELIB}/peak/metamodels/core_addons.pyo
|
||||
${PYSITELIB}/peak/metamodels/core_addons.py
|
||||
${PYSITELIB}/peak/metamodels/tests/General.pyc
|
||||
${PYSITELIB}/peak/metamodels/tests/General.pyo
|
||||
${PYSITELIB}/peak/metamodels/tests/General.py
|
||||
${PYSITELIB}/peak/metamodels/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/metamodels/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/metamodels/tests/__init__.py
|
||||
${PYSITELIB}/peak/model/__init__.pyc
|
||||
${PYSITELIB}/peak/model/__init__.pyo
|
||||
${PYSITELIB}/peak/model/__init__.py
|
||||
${PYSITELIB}/peak/model/api.pyc
|
||||
${PYSITELIB}/peak/model/api.pyo
|
||||
${PYSITELIB}/peak/model/api.py
|
||||
${PYSITELIB}/peak/model/datatypes.pyc
|
||||
${PYSITELIB}/peak/model/datatypes.pyo
|
||||
${PYSITELIB}/peak/model/datatypes.py
|
||||
${PYSITELIB}/peak/model/elements.pyc
|
||||
${PYSITELIB}/peak/model/elements.pyo
|
||||
${PYSITELIB}/peak/model/elements.py
|
||||
${PYSITELIB}/peak/model/enumerations.pyc
|
||||
${PYSITELIB}/peak/model/enumerations.pyo
|
||||
${PYSITELIB}/peak/model/enumerations.py
|
||||
${PYSITELIB}/peak/model/features.pyc
|
||||
${PYSITELIB}/peak/model/features.pyo
|
||||
${PYSITELIB}/peak/model/features.py
|
||||
${PYSITELIB}/peak/model/interfaces.pyc
|
||||
${PYSITELIB}/peak/model/interfaces.pyo
|
||||
${PYSITELIB}/peak/model/interfaces.py
|
||||
${PYSITELIB}/peak/model/method_exporter.pyc
|
||||
${PYSITELIB}/peak/model/method_exporter.pyo
|
||||
${PYSITELIB}/peak/model/method_exporter.py
|
||||
${PYSITELIB}/peak/model/mof2py.pyc
|
||||
${PYSITELIB}/peak/model/mof2py.pyo
|
||||
${PYSITELIB}/peak/model/mof2py.py
|
||||
${PYSITELIB}/peak/model/queries.pyc
|
||||
${PYSITELIB}/peak/model/queries.pyo
|
||||
${PYSITELIB}/peak/model/queries.py
|
||||
${PYSITELIB}/peak/model/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/model/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/model/tests/__init__.py
|
||||
${PYSITELIB}/peak/naming/URL.pyc
|
||||
${PYSITELIB}/peak/naming/URL.pyo
|
||||
${PYSITELIB}/peak/naming/URL.py
|
||||
${PYSITELIB}/peak/naming/__init__.pyc
|
||||
${PYSITELIB}/peak/naming/__init__.pyo
|
||||
${PYSITELIB}/peak/naming/__init__.py
|
||||
${PYSITELIB}/peak/naming/api.pyc
|
||||
${PYSITELIB}/peak/naming/api.pyo
|
||||
${PYSITELIB}/peak/naming/api.py
|
||||
${PYSITELIB}/peak/naming/arithmetic.pyc
|
||||
${PYSITELIB}/peak/naming/arithmetic.pyo
|
||||
${PYSITELIB}/peak/naming/arithmetic.py
|
||||
${PYSITELIB}/peak/naming/contexts.pyc
|
||||
${PYSITELIB}/peak/naming/contexts.pyo
|
||||
${PYSITELIB}/peak/naming/contexts.py
|
||||
${PYSITELIB}/peak/naming/factories/__init__.pyc
|
||||
${PYSITELIB}/peak/naming/factories/__init__.pyo
|
||||
${PYSITELIB}/peak/naming/factories/__init__.py
|
||||
${PYSITELIB}/peak/naming/factories/config_ctx.pyc
|
||||
${PYSITELIB}/peak/naming/factories/config_ctx.pyo
|
||||
${PYSITELIB}/peak/naming/factories/config_ctx.py
|
||||
${PYSITELIB}/peak/naming/factories/nisns.pyc
|
||||
${PYSITELIB}/peak/naming/factories/nisns.pyo
|
||||
${PYSITELIB}/peak/naming/factories/nisns.py
|
||||
${PYSITELIB}/peak/naming/factories/openable.pyc
|
||||
${PYSITELIB}/peak/naming/factories/openable.pyo
|
||||
${PYSITELIB}/peak/naming/factories/openable.py
|
||||
${PYSITELIB}/peak/naming/factories/peak_imports.pyc
|
||||
${PYSITELIB}/peak/naming/factories/peak_imports.pyo
|
||||
${PYSITELIB}/peak/naming/factories/peak_imports.py
|
||||
${PYSITELIB}/peak/naming/factories/shellcmd.pyc
|
||||
${PYSITELIB}/peak/naming/factories/shellcmd.pyo
|
||||
${PYSITELIB}/peak/naming/factories/shellcmd.py
|
||||
${PYSITELIB}/peak/naming/factories/smtp.pyc
|
||||
${PYSITELIB}/peak/naming/factories/smtp.pyo
|
||||
${PYSITELIB}/peak/naming/factories/smtp.py
|
||||
${PYSITELIB}/peak/naming/factories/uuid.pyc
|
||||
${PYSITELIB}/peak/naming/factories/uuid.pyo
|
||||
${PYSITELIB}/peak/naming/factories/uuid.py
|
||||
${PYSITELIB}/peak/naming/interfaces.pyc
|
||||
${PYSITELIB}/peak/naming/interfaces.pyo
|
||||
${PYSITELIB}/peak/naming/interfaces.py
|
||||
${PYSITELIB}/peak/naming/names.pyc
|
||||
${PYSITELIB}/peak/naming/names.pyo
|
||||
${PYSITELIB}/peak/naming/names.py
|
||||
${PYSITELIB}/peak/naming/spi.pyc
|
||||
${PYSITELIB}/peak/naming/spi.pyo
|
||||
${PYSITELIB}/peak/naming/spi.py
|
||||
${PYSITELIB}/peak/naming/syntax.pyc
|
||||
${PYSITELIB}/peak/naming/syntax.pyo
|
||||
${PYSITELIB}/peak/naming/syntax.py
|
||||
${PYSITELIB}/peak/naming/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/naming/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/naming/tests/__init__.py
|
||||
${PYSITELIB}/peak/net/__init__.pyc
|
||||
${PYSITELIB}/peak/net/__init__.pyo
|
||||
${PYSITELIB}/peak/net/__init__.py
|
||||
${PYSITELIB}/peak/net/common.pyc
|
||||
${PYSITELIB}/peak/net/common.pyo
|
||||
${PYSITELIB}/peak/net/common.py
|
||||
${PYSITELIB}/peak/net/icb.pyc
|
||||
${PYSITELIB}/peak/net/icb.pyo
|
||||
${PYSITELIB}/peak/net/icb.py
|
||||
${PYSITELIB}/peak/net/interfaces.pyc
|
||||
${PYSITELIB}/peak/net/interfaces.pyo
|
||||
${PYSITELIB}/peak/net/interfaces.py
|
||||
${PYSITELIB}/peak/net/sockets.pyc
|
||||
${PYSITELIB}/peak/net/sockets.pyo
|
||||
${PYSITELIB}/peak/net/sockets.py
|
||||
${PYSITELIB}/peak/persistence.pyc
|
||||
${PYSITELIB}/peak/persistence.pyo
|
||||
${PYSITELIB}/peak/persistence.py
|
||||
${PYSITELIB}/peak/query/__init__.pyc
|
||||
${PYSITELIB}/peak/query/__init__.pyo
|
||||
${PYSITELIB}/peak/query/__init__.py
|
||||
${PYSITELIB}/peak/query/algebra.pyc
|
||||
${PYSITELIB}/peak/query/algebra.pyo
|
||||
${PYSITELIB}/peak/query/algebra.py
|
||||
${PYSITELIB}/peak/query/api.pyc
|
||||
${PYSITELIB}/peak/query/api.pyo
|
||||
${PYSITELIB}/peak/query/api.py
|
||||
${PYSITELIB}/peak/query/conceptual.pyc
|
||||
${PYSITELIB}/peak/query/conceptual.pyo
|
||||
${PYSITELIB}/peak/query/conceptual.py
|
||||
${PYSITELIB}/peak/query/interfaces.pyc
|
||||
${PYSITELIB}/peak/query/interfaces.pyo
|
||||
${PYSITELIB}/peak/query/interfaces.py
|
||||
${PYSITELIB}/peak/query/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/query/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/query/tests/__init__.py
|
||||
${PYSITELIB}/peak/query/tests/test_algebra.pyc
|
||||
${PYSITELIB}/peak/query/tests/test_algebra.pyo
|
||||
${PYSITELIB}/peak/query/tests/test_algebra.py
|
||||
${PYSITELIB}/peak/running/__init__.pyc
|
||||
${PYSITELIB}/peak/running/__init__.pyo
|
||||
${PYSITELIB}/peak/running/__init__.py
|
||||
${PYSITELIB}/peak/running/api.pyc
|
||||
${PYSITELIB}/peak/running/api.pyo
|
||||
${PYSITELIB}/peak/running/api.py
|
||||
${PYSITELIB}/peak/running/clusters.pyc
|
||||
${PYSITELIB}/peak/running/clusters.pyo
|
||||
${PYSITELIB}/peak/running/clusters.py
|
||||
${PYSITELIB}/peak/running/commands.pyc
|
||||
${PYSITELIB}/peak/running/commands.pyo
|
||||
${PYSITELIB}/peak/running/commands.py
|
||||
${PYSITELIB}/peak/running/daemons.pyc
|
||||
${PYSITELIB}/peak/running/daemons.pyo
|
||||
${PYSITELIB}/peak/running/daemons.py
|
||||
${PYSITELIB}/peak/running/interfaces.pyc
|
||||
${PYSITELIB}/peak/running/interfaces.pyo
|
||||
${PYSITELIB}/peak/running/interfaces.py
|
||||
${PYSITELIB}/peak/running/lockfiles.pyc
|
||||
${PYSITELIB}/peak/running/lockfiles.pyo
|
||||
${PYSITELIB}/peak/running/lockfiles.py
|
||||
${PYSITELIB}/peak/running/logs.pyc
|
||||
${PYSITELIB}/peak/running/logs.pyo
|
||||
${PYSITELIB}/peak/running/logs.py
|
||||
${PYSITELIB}/peak/running/process.pyc
|
||||
${PYSITELIB}/peak/running/process.pyo
|
||||
${PYSITELIB}/peak/running/process.py
|
||||
${PYSITELIB}/peak/running/scheduler.pyc
|
||||
${PYSITELIB}/peak/running/scheduler.pyo
|
||||
${PYSITELIB}/peak/running/scheduler.py
|
||||
${PYSITELIB}/peak/running/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/running/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/running/tests/__init__.py
|
||||
${PYSITELIB}/peak/running/tests/test_logs.pyc
|
||||
${PYSITELIB}/peak/running/tests/test_logs.pyo
|
||||
${PYSITELIB}/peak/running/tests/test_logs.py
|
||||
${PYSITELIB}/peak/running/tests/test_timers.pyc
|
||||
${PYSITELIB}/peak/running/tests/test_timers.pyo
|
||||
${PYSITELIB}/peak/running/tests/test_timers.py
|
||||
${PYSITELIB}/peak/running/timers.pyc
|
||||
${PYSITELIB}/peak/running/timers.pyo
|
||||
${PYSITELIB}/peak/running/timers.py
|
||||
${PYSITELIB}/peak/security/__init__.pyc
|
||||
${PYSITELIB}/peak/security/__init__.pyo
|
||||
${PYSITELIB}/peak/security/__init__.py
|
||||
${PYSITELIB}/peak/security/api.pyc
|
||||
${PYSITELIB}/peak/security/api.pyo
|
||||
${PYSITELIB}/peak/security/api.py
|
||||
${PYSITELIB}/peak/security/interfaces.pyc
|
||||
${PYSITELIB}/peak/security/interfaces.pyo
|
||||
${PYSITELIB}/peak/security/interfaces.py
|
||||
${PYSITELIB}/peak/security/permission.pyc
|
||||
${PYSITELIB}/peak/security/permission.pyo
|
||||
${PYSITELIB}/peak/security/permission.py
|
||||
${PYSITELIB}/peak/security/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/security/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/security/tests/__init__.py
|
||||
${PYSITELIB}/peak/security/tests/permission.pyc
|
||||
${PYSITELIB}/peak/security/tests/permission.pyo
|
||||
${PYSITELIB}/peak/security/tests/permission.py
|
||||
${PYSITELIB}/peak/storage/DDE.pyc
|
||||
${PYSITELIB}/peak/storage/DDE.pyo
|
||||
${PYSITELIB}/peak/storage/DDE.py
|
||||
${PYSITELIB}/peak/storage/LDAP.pyc
|
||||
${PYSITELIB}/peak/storage/LDAP.pyo
|
||||
${PYSITELIB}/peak/storage/LDAP.py
|
||||
${PYSITELIB}/peak/storage/SQL.pyc
|
||||
${PYSITELIB}/peak/storage/SQL.pyo
|
||||
${PYSITELIB}/peak/storage/SQL.py
|
||||
${PYSITELIB}/peak/storage/__init__.pyc
|
||||
${PYSITELIB}/peak/storage/__init__.pyo
|
||||
${PYSITELIB}/peak/storage/__init__.py
|
||||
${PYSITELIB}/peak/storage/api.pyc
|
||||
${PYSITELIB}/peak/storage/api.pyo
|
||||
${PYSITELIB}/peak/storage/api.py
|
||||
${PYSITELIB}/peak/storage/autocommit.pyc
|
||||
${PYSITELIB}/peak/storage/autocommit.pyo
|
||||
${PYSITELIB}/peak/storage/autocommit.py
|
||||
${PYSITELIB}/peak/storage/caches.pyc
|
||||
${PYSITELIB}/peak/storage/caches.pyo
|
||||
${PYSITELIB}/peak/storage/caches.py
|
||||
${PYSITELIB}/peak/storage/connections.pyc
|
||||
${PYSITELIB}/peak/storage/connections.pyo
|
||||
${PYSITELIB}/peak/storage/connections.py
|
||||
${PYSITELIB}/peak/storage/cursor_formatters.pyc
|
||||
${PYSITELIB}/peak/storage/cursor_formatters.pyo
|
||||
${PYSITELIB}/peak/storage/cursor_formatters.py
|
||||
${PYSITELIB}/peak/storage/data_managers.pyc
|
||||
${PYSITELIB}/peak/storage/data_managers.pyo
|
||||
${PYSITELIB}/peak/storage/data_managers.py
|
||||
${PYSITELIB}/peak/storage/files.pyc
|
||||
${PYSITELIB}/peak/storage/files.pyo
|
||||
${PYSITELIB}/peak/storage/files.py
|
||||
${PYSITELIB}/peak/storage/interfaces.pyc
|
||||
${PYSITELIB}/peak/storage/interfaces.pyo
|
||||
${PYSITELIB}/peak/storage/interfaces.py
|
||||
${PYSITELIB}/peak/storage/lazy_loader.pyc
|
||||
${PYSITELIB}/peak/storage/lazy_loader.pyo
|
||||
${PYSITELIB}/peak/storage/lazy_loader.py
|
||||
${PYSITELIB}/peak/storage/tests/LDAP.pyc
|
||||
${PYSITELIB}/peak/storage/tests/LDAP.pyo
|
||||
${PYSITELIB}/peak/storage/tests/LDAP.py
|
||||
${PYSITELIB}/peak/storage/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/storage/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/storage/tests/__init__.py
|
||||
${PYSITELIB}/peak/storage/tests/transactions.pyc
|
||||
${PYSITELIB}/peak/storage/tests/transactions.pyo
|
||||
${PYSITELIB}/peak/storage/tests/transactions.py
|
||||
${PYSITELIB}/peak/storage/tests/xmi.pyc
|
||||
${PYSITELIB}/peak/storage/tests/xmi.pyo
|
||||
${PYSITELIB}/peak/storage/tests/xmi.py
|
||||
${PYSITELIB}/peak/storage/transactions.pyc
|
||||
${PYSITELIB}/peak/storage/transactions.pyo
|
||||
${PYSITELIB}/peak/storage/transactions.py
|
||||
${PYSITELIB}/peak/storage/xmi.pyc
|
||||
${PYSITELIB}/peak/storage/xmi.pyo
|
||||
${PYSITELIB}/peak/storage/xmi.py
|
||||
${PYSITELIB}/peak/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/tests/__init__.py
|
||||
${PYSITELIB}/peak/tools/__init__.pyc
|
||||
${PYSITELIB}/peak/tools/__init__.pyo
|
||||
${PYSITELIB}/peak/tools/__init__.py
|
||||
${PYSITELIB}/peak/tools/api_help.pyc
|
||||
${PYSITELIB}/peak/tools/api_help.pyo
|
||||
${PYSITELIB}/peak/tools/api_help.py
|
||||
${PYSITELIB}/peak/tools/local_server.pyc
|
||||
${PYSITELIB}/peak/tools/local_server.pyo
|
||||
${PYSITELIB}/peak/tools/local_server.py
|
||||
${PYSITELIB}/peak/tools/n2/__init__.pyc
|
||||
${PYSITELIB}/peak/tools/n2/__init__.pyo
|
||||
${PYSITELIB}/peak/tools/n2/__init__.py
|
||||
${PYSITELIB}/peak/tools/n2/commands.pyc
|
||||
${PYSITELIB}/peak/tools/n2/commands.pyo
|
||||
${PYSITELIB}/peak/tools/n2/commands.py
|
||||
${PYSITELIB}/peak/tools/n2/interfaces.pyc
|
||||
${PYSITELIB}/peak/tools/n2/interfaces.pyo
|
||||
${PYSITELIB}/peak/tools/n2/interfaces.py
|
||||
${PYSITELIB}/peak/tools/n2/main.pyc
|
||||
${PYSITELIB}/peak/tools/n2/main.pyo
|
||||
${PYSITELIB}/peak/tools/n2/main.py
|
||||
${PYSITELIB}/peak/tools/n2/ns.pyc
|
||||
${PYSITELIB}/peak/tools/n2/ns.pyo
|
||||
${PYSITELIB}/peak/tools/n2/ns.py
|
||||
${PYSITELIB}/peak/tools/n2/sql.pyc
|
||||
${PYSITELIB}/peak/tools/n2/sql.pyo
|
||||
${PYSITELIB}/peak/tools/n2/sql.py
|
||||
${PYSITELIB}/peak/tools/supervisor/__init__.pyc
|
||||
${PYSITELIB}/peak/tools/supervisor/__init__.pyo
|
||||
${PYSITELIB}/peak/tools/supervisor/__init__.py
|
||||
${PYSITELIB}/peak/tools/supervisor/busy.pyc
|
||||
${PYSITELIB}/peak/tools/supervisor/busy.pyo
|
||||
${PYSITELIB}/peak/tools/supervisor/busy.py
|
||||
${PYSITELIB}/peak/tools/supervisor/fastcgi.pyc
|
||||
${PYSITELIB}/peak/tools/supervisor/fastcgi.pyo
|
||||
${PYSITELIB}/peak/tools/supervisor/fastcgi.py
|
||||
${PYSITELIB}/peak/tools/supervisor/interfaces.pyc
|
||||
${PYSITELIB}/peak/tools/supervisor/interfaces.pyo
|
||||
${PYSITELIB}/peak/tools/supervisor/interfaces.py
|
||||
${PYSITELIB}/peak/tools/supervisor/process.pyc
|
||||
${PYSITELIB}/peak/tools/supervisor/process.pyo
|
||||
${PYSITELIB}/peak/tools/supervisor/process.py
|
||||
${PYSITELIB}/peak/tools/version/__init__.pyc
|
||||
${PYSITELIB}/peak/tools/version/__init__.pyo
|
||||
${PYSITELIB}/peak/tools/version/__init__.py
|
||||
${PYSITELIB}/peak/tools/version/app.pyc
|
||||
${PYSITELIB}/peak/tools/version/app.pyo
|
||||
${PYSITELIB}/peak/tools/version/app.py
|
||||
${PYSITELIB}/peak/tools/version/config.pyc
|
||||
${PYSITELIB}/peak/tools/version/config.pyo
|
||||
${PYSITELIB}/peak/tools/version/config.py
|
||||
${PYSITELIB}/peak/util/Code.pyc
|
||||
${PYSITELIB}/peak/util/Code.pyo
|
||||
${PYSITELIB}/peak/util/Code.py
|
||||
${PYSITELIB}/peak/util/EigenData.pyc
|
||||
${PYSITELIB}/peak/util/EigenData.pyo
|
||||
${PYSITELIB}/peak/util/EigenData.py
|
||||
${PYSITELIB}/peak/util/FileParsing.pyc
|
||||
${PYSITELIB}/peak/util/FileParsing.pyo
|
||||
${PYSITELIB}/peak/util/FileParsing.py
|
||||
${PYSITELIB}/peak/util/IndentedStream.pyc
|
||||
${PYSITELIB}/peak/util/IndentedStream.pyo
|
||||
${PYSITELIB}/peak/util/IndentedStream.py
|
||||
${PYSITELIB}/peak/util/ListProxy.pyc
|
||||
${PYSITELIB}/peak/util/ListProxy.pyo
|
||||
${PYSITELIB}/peak/util/ListProxy.py
|
||||
${PYSITELIB}/peak/util/Meta.pyc
|
||||
${PYSITELIB}/peak/util/Meta.pyo
|
||||
${PYSITELIB}/peak/util/Meta.py
|
||||
${PYSITELIB}/peak/util/MiniTable.pyc
|
||||
${PYSITELIB}/peak/util/MiniTable.pyo
|
||||
${PYSITELIB}/peak/util/MiniTable.py
|
||||
${PYSITELIB}/peak/util/Pluralizer.pyc
|
||||
${PYSITELIB}/peak/util/Pluralizer.pyo
|
||||
${PYSITELIB}/peak/util/Pluralizer.py
|
||||
${PYSITELIB}/peak/util/SOX.pyc
|
||||
${PYSITELIB}/peak/util/SOX.pyo
|
||||
${PYSITELIB}/peak/util/SOX.py
|
||||
${PYSITELIB}/peak/util/Struct.pyc
|
||||
${PYSITELIB}/peak/util/Struct.pyo
|
||||
${PYSITELIB}/peak/util/Struct.py
|
||||
${PYSITELIB}/peak/util/WSGIServer.pyc
|
||||
${PYSITELIB}/peak/util/WSGIServer.pyo
|
||||
${PYSITELIB}/peak/util/WSGIServer.py
|
||||
${PYSITELIB}/peak/util/_Code.so
|
||||
${PYSITELIB}/peak/util/__init__.pyc
|
||||
${PYSITELIB}/peak/util/__init__.pyo
|
||||
${PYSITELIB}/peak/util/__init__.py
|
||||
${PYSITELIB}/peak/util/advice.pyc
|
||||
${PYSITELIB}/peak/util/advice.pyo
|
||||
${PYSITELIB}/peak/util/advice.py
|
||||
${PYSITELIB}/peak/util/buffer_gap.so
|
||||
${PYSITELIB}/peak/util/columns.pyc
|
||||
${PYSITELIB}/peak/util/columns.pyo
|
||||
${PYSITELIB}/peak/util/columns.py
|
||||
${PYSITELIB}/peak/util/dispatch.pyc
|
||||
${PYSITELIB}/peak/util/dispatch.pyo
|
||||
${PYSITELIB}/peak/util/dispatch.py
|
||||
${PYSITELIB}/peak/util/fmtparse.pyc
|
||||
${PYSITELIB}/peak/util/fmtparse.pyo
|
||||
${PYSITELIB}/peak/util/fmtparse.py
|
||||
${PYSITELIB}/peak/util/hashcmp.pyc
|
||||
${PYSITELIB}/peak/util/hashcmp.pyo
|
||||
${PYSITELIB}/peak/util/hashcmp.py
|
||||
${PYSITELIB}/peak/util/i18n.pyc
|
||||
${PYSITELIB}/peak/util/i18n.pyo
|
||||
${PYSITELIB}/peak/util/i18n.py
|
||||
${PYSITELIB}/peak/util/imports.pyc
|
||||
${PYSITELIB}/peak/util/imports.pyo
|
||||
${PYSITELIB}/peak/util/imports.py
|
||||
${PYSITELIB}/peak/util/mockdb.pyc
|
||||
${PYSITELIB}/peak/util/mockdb.pyo
|
||||
${PYSITELIB}/peak/util/mockdb.py
|
||||
${PYSITELIB}/peak/util/mockets.pyc
|
||||
${PYSITELIB}/peak/util/mockets.pyo
|
||||
${PYSITELIB}/peak/util/mockets.py
|
||||
${PYSITELIB}/peak/util/nodeid48.pyc
|
||||
${PYSITELIB}/peak/util/nodeid48.pyo
|
||||
${PYSITELIB}/peak/util/nodeid48.py
|
||||
${PYSITELIB}/peak/util/random.pyc
|
||||
${PYSITELIB}/peak/util/random.pyo
|
||||
${PYSITELIB}/peak/util/random.py
|
||||
${PYSITELIB}/peak/util/readline_stack.pyc
|
||||
${PYSITELIB}/peak/util/readline_stack.pyo
|
||||
${PYSITELIB}/peak/util/readline_stack.py
|
||||
${PYSITELIB}/peak/util/signature.pyc
|
||||
${PYSITELIB}/peak/util/signature.pyo
|
||||
${PYSITELIB}/peak/util/signature.py
|
||||
${PYSITELIB}/peak/util/symbols.pyc
|
||||
${PYSITELIB}/peak/util/symbols.pyo
|
||||
${PYSITELIB}/peak/util/symbols.py
|
||||
${PYSITELIB}/peak/util/tests/EigenData.pyc
|
||||
${PYSITELIB}/peak/util/tests/EigenData.pyo
|
||||
${PYSITELIB}/peak/util/tests/EigenData.py
|
||||
${PYSITELIB}/peak/util/tests/FileParsing.pyc
|
||||
${PYSITELIB}/peak/util/tests/FileParsing.pyo
|
||||
${PYSITELIB}/peak/util/tests/FileParsing.py
|
||||
${PYSITELIB}/peak/util/tests/SOX.pyc
|
||||
${PYSITELIB}/peak/util/tests/SOX.pyo
|
||||
${PYSITELIB}/peak/util/tests/SOX.py
|
||||
${PYSITELIB}/peak/util/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/util/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/util/tests/__init__.py
|
||||
${PYSITELIB}/peak/util/tests/dispatch.pyc
|
||||
${PYSITELIB}/peak/util/tests/dispatch.pyo
|
||||
${PYSITELIB}/peak/util/tests/dispatch.py
|
||||
${PYSITELIB}/peak/util/tests/test_mockdb.pyc
|
||||
${PYSITELIB}/peak/util/tests/test_mockdb.pyo
|
||||
${PYSITELIB}/peak/util/tests/test_mockdb.py
|
||||
${PYSITELIB}/peak/util/tests/test_mockets.pyc
|
||||
${PYSITELIB}/peak/util/tests/test_mockets.pyo
|
||||
${PYSITELIB}/peak/util/tests/test_mockets.py
|
||||
${PYSITELIB}/peak/util/tests/test_signature.pyc
|
||||
${PYSITELIB}/peak/util/tests/test_signature.pyo
|
||||
${PYSITELIB}/peak/util/tests/test_signature.py
|
||||
${PYSITELIB}/peak/util/tests/uuid.pyc
|
||||
${PYSITELIB}/peak/util/tests/uuid.pyo
|
||||
${PYSITELIB}/peak/util/tests/uuid.py
|
||||
${PYSITELIB}/peak/util/threads.pyc
|
||||
${PYSITELIB}/peak/util/threads.pyo
|
||||
${PYSITELIB}/peak/util/threads.py
|
||||
${PYSITELIB}/peak/util/uuid.pyc
|
||||
${PYSITELIB}/peak/util/uuid.pyo
|
||||
${PYSITELIB}/peak/util/uuid.py
|
||||
${PYSITELIB}/peak/web/__init__.pyc
|
||||
${PYSITELIB}/peak/web/__init__.pyo
|
||||
${PYSITELIB}/peak/web/__init__.py
|
||||
${PYSITELIB}/peak/web/api.pyc
|
||||
${PYSITELIB}/peak/web/api.pyo
|
||||
${PYSITELIB}/peak/web/api.py
|
||||
${PYSITELIB}/peak/web/errors.pyc
|
||||
${PYSITELIB}/peak/web/errors.pyo
|
||||
${PYSITELIB}/peak/web/errors.py
|
||||
${PYSITELIB}/peak/web/interfaces.pyc
|
||||
${PYSITELIB}/peak/web/interfaces.pyo
|
||||
${PYSITELIB}/peak/web/interfaces.py
|
||||
${PYSITELIB}/peak/web/places.pyc
|
||||
${PYSITELIB}/peak/web/places.pyo
|
||||
${PYSITELIB}/peak/web/places.py
|
||||
${PYSITELIB}/peak/web/publish.pyc
|
||||
${PYSITELIB}/peak/web/publish.pyo
|
||||
${PYSITELIB}/peak/web/publish.py
|
||||
${PYSITELIB}/peak/web/requests.pyc
|
||||
${PYSITELIB}/peak/web/requests.pyo
|
||||
${PYSITELIB}/peak/web/requests.py
|
||||
${PYSITELIB}/peak/web/resources.pyc
|
||||
${PYSITELIB}/peak/web/resources.pyo
|
||||
${PYSITELIB}/peak/web/resources.py
|
||||
${PYSITELIB}/peak/web/skins.pyc
|
||||
${PYSITELIB}/peak/web/skins.pyo
|
||||
${PYSITELIB}/peak/web/skins.py
|
||||
${PYSITELIB}/peak/web/templates.pyc
|
||||
${PYSITELIB}/peak/web/templates.pyo
|
||||
${PYSITELIB}/peak/web/templates.py
|
||||
${PYSITELIB}/peak/web/tests/__init__.pyc
|
||||
${PYSITELIB}/peak/web/tests/__init__.pyo
|
||||
${PYSITELIB}/peak/web/tests/__init__.py
|
||||
${PYSITELIB}/peak/web/tests/test_resources.pyc
|
||||
${PYSITELIB}/peak/web/tests/test_resources.pyo
|
||||
${PYSITELIB}/peak/web/tests/test_resources.py
|
||||
${PYSITELIB}/peak/web/tests/test_templates.pyc
|
||||
${PYSITELIB}/peak/web/tests/test_templates.pyo
|
||||
${PYSITELIB}/peak/web/tests/test_templates.py
|
||||
${PYSITELIB}/peak/config/tests/test_links.ini
|
||||
${PYSITELIB}/peak/running/tests/test_cluster.txt
|
||||
${PYSITELIB}/peak/running/EventDriven.xml
|
||||
${PYSITELIB}/peak/running/component.xml
|
||||
${PYSITELIB}/peak/web/tests/template1.pwt
|
||||
${PYSITELIB}/peak/web/tests/template2.pwt
|
||||
${PYSITELIB}/peak/web/resource_defaults.ini
|
||||
${PYSITELIB}/peak/ddt/tests/Action_Test.html
|
||||
${PYSITELIB}/peak/ddt/tests/RecordChecker_Results.html
|
||||
${PYSITELIB}/peak/ddt/tests/RecordChecker_Tests.html
|
||||
${PYSITELIB}/peak/ddt/tests/word_test.html
|
||||
${PYSITELIB}/peak/ddt/resource_defaults.ini
|
||||
${PYSITELIB}/peak/metamodels/tests/MetaMeta.xml
|
||||
${PYSITELIB}/peak/metamodels/tests/MetaMeta14.xml
|
||||
${PYSITELIB}/peak/peak.ini
|
||||
${PYSITELIB}/persistence/__init__.py
|
||||
${PYSITELIB}/persistence/__init__.pyc
|
||||
${PYSITELIB}/persistence/__init__.pyo
|
||||
${PYSITELIB}/persistence/_persistence.so
|
||||
${PYSITELIB}/persistence/_persistent.py
|
||||
${PYSITELIB}/persistence/_persistent.pyc
|
||||
${PYSITELIB}/persistence/_persistent.pyo
|
||||
${PYSITELIB}/persistence/cache.py
|
||||
${PYSITELIB}/persistence/cache.pyc
|
||||
${PYSITELIB}/persistence/cache.pyo
|
||||
${PYSITELIB}/persistence/dict.py
|
||||
${PYSITELIB}/persistence/dict.pyc
|
||||
${PYSITELIB}/persistence/dict.pyo
|
||||
${PYSITELIB}/persistence/interfaces.py
|
||||
${PYSITELIB}/persistence/interfaces.pyc
|
||||
${PYSITELIB}/persistence/interfaces.pyo
|
||||
${PYSITELIB}/persistence/list.py
|
||||
${PYSITELIB}/persistence/list.pyc
|
||||
${PYSITELIB}/persistence/list.pyo
|
||||
${PYSITELIB}/persistence/tests/__init__.py
|
||||
${PYSITELIB}/persistence/tests/__init__.pyc
|
||||
${PYSITELIB}/persistence/tests/__init__.pyo
|
||||
${PYSITELIB}/persistence/tests/test_cache.py
|
||||
${PYSITELIB}/persistence/tests/test_cache.pyc
|
||||
${PYSITELIB}/persistence/tests/test_cache.pyo
|
||||
${PYSITELIB}/persistence/tests/test_list.py
|
||||
${PYSITELIB}/persistence/tests/test_list.pyc
|
||||
${PYSITELIB}/persistence/tests/test_list.pyo
|
||||
${PYSITELIB}/persistence/tests/test_persistence.py
|
||||
${PYSITELIB}/persistence/tests/test_persistence.pyc
|
||||
${PYSITELIB}/persistence/tests/test_persistence.pyo
|
||||
@dirrm ${PYSITELIB}/persistence/tests
|
||||
@dirrm ${PYSITELIB}/persistence
|
||||
@dirrm ${PYSITELIB}/peak/web/tests
|
||||
@dirrm ${PYSITELIB}/peak/web
|
||||
@dirrm ${PYSITELIB}/peak/util/tests
|
||||
@dirrm ${PYSITELIB}/peak/util
|
||||
@dirrm ${PYSITELIB}/peak/tools/version
|
||||
@dirrm ${PYSITELIB}/peak/tools/supervisor
|
||||
@dirrm ${PYSITELIB}/peak/tools/n2
|
||||
@dirrm ${PYSITELIB}/peak/tools
|
||||
@dirrm ${PYSITELIB}/peak/tests
|
||||
@dirrm ${PYSITELIB}/peak/storage/tests
|
||||
@dirrm ${PYSITELIB}/peak/storage
|
||||
@dirrm ${PYSITELIB}/peak/security/tests
|
||||
@dirrm ${PYSITELIB}/peak/security
|
||||
@dirrm ${PYSITELIB}/peak/running/tests
|
||||
@dirrm ${PYSITELIB}/peak/running
|
||||
@dirrm ${PYSITELIB}/peak/query/tests
|
||||
@dirrm ${PYSITELIB}/peak/query
|
||||
@dirrm ${PYSITELIB}/peak/net
|
||||
@dirrm ${PYSITELIB}/peak/naming/tests
|
||||
@dirrm ${PYSITELIB}/peak/naming/factories
|
||||
@dirrm ${PYSITELIB}/peak/naming
|
||||
@dirrm ${PYSITELIB}/peak/model/tests
|
||||
@dirrm ${PYSITELIB}/peak/model
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/tests
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/UML14/model
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/UML14
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/UML13/model/Foundation
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/UML13/model/Behavioral_Elements
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/UML13/model
|
||||
@dirrm ${PYSITELIB}/peak/metamodels/UML13
|
||||
@dirrm ${PYSITELIB}/peak/metamodels
|
||||
@dirrm ${PYSITELIB}/peak/events/tests
|
||||
@dirrm ${PYSITELIB}/peak/events
|
||||
@dirrm ${PYSITELIB}/peak/ddt/tests
|
||||
@dirrm ${PYSITELIB}/peak/ddt
|
||||
@dirrm ${PYSITELIB}/peak/config/tests
|
||||
@dirrm ${PYSITELIB}/peak/config
|
||||
@dirrm ${PYSITELIB}/peak/binding/tests
|
||||
@dirrm ${PYSITELIB}/peak/binding
|
||||
@dirrm ${PYSITELIB}/peak/api
|
||||
@dirrm ${PYSITELIB}/peak
|
5
py-PEAK/distinfo
Normal file
5
py-PEAK/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/02/26 21:03:04 mpasternak Exp $
|
||||
|
||||
SHA1 (PEAK-0.5a3.tar.gz) = 8361719342211dbdd4cfd973118a4d0b7a755310
|
||||
Size (PEAK-0.5a3.tar.gz) = 1457398 bytes
|
||||
SHA1 (patch-aa) = 59d3b4bc3e72625143bc7d24dcfffdcf7c8ed2ed
|
31
py-PEAK/patches/patch-aa
Normal file
31
py-PEAK/patches/patch-aa
Normal file
|
@ -0,0 +1,31 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/02/26 21:03:04 mpasternak Exp $
|
||||
|
||||
--- setup.py.orig Thu Feb 26 21:50:17 2004
|
||||
+++ setup.py
|
||||
@@ -21,7 +21,7 @@ packages = [
|
||||
'peak', 'peak.api', 'peak.binding', 'peak.config', 'peak.model',
|
||||
'peak.naming', 'peak.naming.factories', 'peak.net', 'peak.running',
|
||||
'peak.tools', 'peak.tools.n2', 'peak.security', 'peak.tools.supervisor',
|
||||
- 'peak.storage', 'peak.util', 'peak.web', 'peak.ddt', 'protocols',
|
||||
+ 'peak.storage', 'peak.util', 'peak.web', 'peak.ddt', # 'protocols',
|
||||
'peak.tools.version', 'peak.query', 'peak.events',
|
||||
]
|
||||
|
||||
@@ -35,7 +35,7 @@ extensions = [
|
||||
),
|
||||
Extension("peak.util.buffer_gap", ["src/peak/util/buffer_gap" + EXT]),
|
||||
Extension("peak.util._Code", ["src/peak/util/_Code" + EXT]),
|
||||
- Extension("protocols._speedups", ["src/protocols/_speedups" + EXT]),
|
||||
+# Extension("protocols._speedups", ["src/protocols/_speedups" + EXT]),
|
||||
]
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ if include_tests:
|
||||
'peak.tests', 'peak.binding.tests', 'peak.config.tests',
|
||||
'peak.model.tests', 'peak.naming.tests', 'peak.running.tests',
|
||||
'peak.security.tests', 'peak.web.tests', 'peak.query.tests',
|
||||
- 'peak.storage.tests', 'peak.util.tests', 'protocols.tests',
|
||||
+ 'peak.storage.tests', 'peak.util.tests', # 'protocols.tests',
|
||||
'peak.events.tests', 'peak.ddt.tests',
|
||||
]
|
||||
data_files += [
|
Loading…
Reference in a new issue