Skip to content

Commit

Permalink
Release of 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Sanders committed Jan 21, 2015
1 parent b43c000 commit b018925
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,16 @@ Alejandro Ramirez (got-root):

* Integrated with travis (finally).

0.5.1 (Nov 17, 2014)
--------------------

* Bugfix release because we broke stuff :(


0.6 (January 20, 2015)
----------------------

* Python 3 conversion complete! yaaaaaaaaaay



18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,14 @@ Go to https://pyexchange.readthedocs.org for the most recent, up-to-date version
Installation
------------

PyExchange supports Python 2.6 and 2.7. Our code is compatible with 3.3+, but see the notes below on getting it working. Non CPython implementations may work but are not tested.
PyExchange supports Python 2.6 and 2.7, and as of 0.6, is Python 3 compatible. Non CPython implementations may work but are not tested.

We support Exchange Server version 2010. Others will likely work but are not tested.

To install, use pip:

pip install pyexchange

PyExchange requires [lxml](http://lxml.de) for XML handling. This will be installed by pip on most systems. If you run into problems, please see lxml's [installation instructions](http://lxml.de/installation.html).

To install from source, download the source code, then run:

python setup.py install


Python 3
--------

We use the library [python-ntlm](https://code.google.com/p/python-ntlm/) for authentication. As of July 2013, they have an experimental Python 3 port but it's not in PyPI for easy download.

To the best of our knowledge, PyExchange works with this port and is Python 3.3 compatible. But since this isn't easily testable, we can't officially support Python 3 at the moment.

Help in this area would be appreciated.

About
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pyexchange',
version='0.6-dev',
version='0.6',
url='https://github.com/linkedin/pyexchange',
license='Apache',
author='Rachel Sanders',
Expand Down

1 comment on commit b018925

@nicklasb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

Please sign in to comment.