Skip to content

Commit

Permalink
Replace contents of branch by svn+ssh://[email protected]/p…
Browse files Browse the repository at this point in the history
…/pypubsub/code/tags/rel_3_3_0_feb_2_2014
  • Loading branch information
schollii committed Oct 29, 2016
1 parent 3879a9a commit f13335f
Show file tree
Hide file tree
Showing 138 changed files with 5,255 additions and 4,267 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__
/build
/.idea/workspace.xml
/docs/html
/src/PyPubSub.egg-info
1 change: 0 additions & 1 deletion .idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/codeStyleSettings.xml

This file was deleted.

7 changes: 3 additions & 4 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

21 changes: 17 additions & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 7 additions & 14 deletions .idea/pypubsub.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions .idea/runConfigurations/Build_Wheel_and_Source.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/runConfigurations/Gen_docs.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/runConfigurations/advanced_main.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/runConfigurations/console_main.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/runConfigurations/perf.xml

This file was deleted.

27 changes: 0 additions & 27 deletions .idea/runConfigurations/py_test_in_suite.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/runConfigurations/wx_main.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/vagrant.xml

This file was deleted.

5 changes: 3 additions & 2 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@

include ez_setup.py
29 changes: 21 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
PyPubSub provides a publish - subscribe API that facilitates the development of
event-based / message-based applications. PyPubSub supports sending and
receiving messages between objects of an application. It is centered on the
notion of a topic; senders publish messages of a given topic, and listeners
subscribe to messages of a given topic. The package also supports a variety of
advanced features that facilitate debugging and maintaining pypubsub topics
and messages in larger applications.
event-based (also known as message-based) applications. PyPubSub supports sending and
receiving messages between objects of an application, as well as a variety of
advanced features that facilitate debugging and maintaining topics and messages
in larger applications.

Install most recent with "pip install pypubsub".
Install with "pip install pypubsub" or "easy_install pypubsub".

The latest documentation home page is at http://pypubsub.readthedocs.io/en/master/.
Latest stable version, 3.3.0:

* `Zip (source) <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0.zip>`_
* `Windows Installer <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0.win32.exe>`_
* `Egg for Python 2.7 <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0-py2.7.egg>`_
* `Egg for Python 3.3 <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0-py3.3.egg>`_

Release candidate version, 3.4:

* Not yet available

Note: All downloads are hosted on SourceForge. See the `Files pages on SF.net
<http://downloads.sf.net/project/pubsub/pubsub>`_ for additional downloads,
older releases, and download stats (the ones on PyPi page are specific to PyPi).

See the `release notes <https://sourceforge.net/p/pubsub/code/HEAD/tree/trunk/src/pubsub/RELEASE_NOTES.txt>`_
for additional information on this and other releases.

Loading

0 comments on commit f13335f

Please sign in to comment.