473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ANN: Pythonscope 0.3.1 Release Notes and Funding Request

Pythoscope, the Python unit test generator, is growing and maturing.
Over the last three months we've made pretty incredible progress.
We've had a full time developer and part time project manager.

Where we are:
Technical:
* Static analysis of code. With this we can generate and maintain unit
tests stubs. Just with this feature it's very usable and valuable.
* Dynamic analysis of code. With user provided code entry points we
run the code and generate unit tests with inputs and testable
results. There are LOTS of things to added to this feature. We've
started and we have working cases.
* We have lots of tests in our code. We believe strongly in testing.
We would be kinda hypocritical otherwise. :)
Organizational:
* Web site is in a pretty good state. (http://pythoscope.org)
* We are setup on PyPI for your easy_install convenience. (http://
pypi.python.org/pypi/pythoscope/)
* We are using Launchpad to host our code so anyone can see it and
contribute. (https://launchpad.net/pythoscope)
* We are using Google Groups for our conversations. (http://
groups.google.com/group/pythoscope)
* We use the MIT license so big companies won't fear using us.

Where we are going:
* We've have a roadmap! (https://launchpad.net/pythoscope/trunk/
+milestones) While launchpad's blueprint/milestone system isn't
perfect it does give us a way to show everyone what we are thinking.
* Please inform us of your needs. It helps guide us.

What do we need:
* We've made good progress mainly because we were lucky enough to have
had sponsored development most of the time. Not all of it was but
having some financial support was what made the progress so fast.
* We have a contribute link off our main page. (http://pythoscope.org/
how-to-contribute) There are lots of ways to contribute, most are not
financial.
* Financial support. This is just Paul speaking here: We are trying
to get enough financial support to keep Michal, the main developer,
focused on the project. He is an amazing developer but still requires
money for eating and stuff. The amount of work he can get done when
he is dedicated is amazing. The money will be used to keep him
focused. Funding doesn't have to come from one source. Anything is
welcome.
* Please feel no pressure to give money or guilt for not giving. That
would make us feel bad. We really want you to use the product. We are
just trying to present a way for companies to give back to an open
source product they may use. We like it when companies support open
source. :)
* What if your company/project wants to use Pythoscope and not
contribute at all? Remember by using it you ARE contributing. :)
Please use it, we like that. Consider letting us know if you are
using it, that encourages us. We are still spending lots of our own
time working on Pythoscope because we think it's a good idea and can
help the Python community. So we do like kind words. :)

Out Latest Release:

Pythoscope 0.3.1 released
-------------------------
This is a bugfix release, featuring better Windows support, more
stable dynamic analysis and handling of Python generators. We plan on
doing 0.3.2 next week, after which we'll start working on 0.4, capable
of generating mocks and much better reconstruction of application
objects interaction.

You can download and install the new release of Pythoscope manually
from:

http://pythoscope.org/local--files/d...ope-0.3.tar.gz

or use setuptools by executing:

easy_install pythoscope==0.3.1

Special thanks to Josef (https://launchpad.net/~josef-pktd) and Kent
(https://launchpad.net/~ktenney) for their detailed bug reports! This
release wouldn't be possible without their support.

For more details on Pythoscope see http://pythoscope.org/ .

Full summary of changes:
* Added implementation of samefile function for Windows (`#271882
<https://bugs.launchpad.net/pythoscope/+bug/271882>`_).
* Fixed wrong indentation bug (`#271892 <https://bugs.launchpad.net/
pythoscope/+bug/271892>`_).
* Made lib2to3.pgen2.parse.ParseError pickable (`#271904 <https://
bugs.launchpad.net/pythoscope/+bug/271904>`_).
* Added `support for Python generators <https://
blueprints.launchpad.net/pythoscope/+spec/handle-python-generators>`_.
* Fixed static inspection of functions having attributes with default
values (`#275459 <https://bugs.launchpad.net/pythoscope/+bug/
275459>`_).
Oct 14 '08 #1
0 968

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Anthony Baxter | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.4 (release candidate 1). ...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (release candidate 1). Python 2.3.5 is a bug-fix release. See the release...
5
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.1 (release candidate 1). Python 2.4.1 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.1 (release candidate 2). Python 2.4.1 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.2 (release candidate 1). Python 2.4.2 is a bug-fix release. See the release...
2
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.3 (release candidate 1). Python 2.4.3 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.4 (release candidate 1). Python 2.4.4 is a bug-fix release. While Python 2.5 is...
0
by: Fuzzyman | last post by:
Mock 0.4.0 has just been released, the first release in about ten months (but worth the wait). Mock is a simple library for testing: specifically for mocking, stubbing and patching. * Mock...
0
by: Guido van Rossum | last post by:
Hey Travis, Congratulations with this release! Are you guys thinking of Python 2.6 yet, now that it's been released? --Guido On Tue, Oct 21, 2008 at 2:53 PM, Travis Vaught...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.