代码搜索:pyLJclient
找到约 11 项符合「pyLJclient」的源代码
代码结果 11
www.eeworm.com/read/103224/15740102
conf pyljclient.conf
www.eeworm.com/read/103224/15740089
txt people.txt
-------Who is pyljclient? --------------
Sameer Chowdhury - Original author and Project Manager
Roy Bentley - Lead Tester
Chris Gushue - Tester
www.eeworm.com/read/103224/15740106
txt readme.txt
Refer to the client's web site for the latest installation instructions.
http://pyljclient.sourceforge.net/docs.htm
Comments, complaints, suggestions should be emailed to sameer:
sameerc1@user
www.eeworm.com/read/103224/15740088
py config.py
import ConfigParser, os, md5, rotor
KEY='pyljclient'
CONFIG_FILE = 'pyljclient.conf'
ITEMS = {'item_a':'client_name',
'item_b':'client_version'}
R_ITEMS = {'client_name':'item_a',
'cli
www.eeworm.com/read/103224/15740083
py lj_time.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
import time
import string
www.eeworm.com/read/103224/15740097
py lj_procs.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
import httplib, urllib, time
www.eeworm.com/read/103224/15740100
py error_windows.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
from wxPython.wx import *
www.eeworm.com/read/103224/15740105
py login_screen.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
from wxPython.wx import *
www.eeworm.com/read/103224/15740085
py post_panel.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
from wxPython.wx import *
f
www.eeworm.com/read/103224/15740104
py lj_client.py
#!/usr/bin/python
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
from wxPython.