Updates:
        Summary: Add `FTP library` to http://robotframework.org
        Owner: [email protected]
        Labels: -Priority-Low Priority-High

Comment #10 on issue 86 by pekka.klarck: Add `FTP library` to http://robotframework.org
http://code.google.com/p/robotframework/issues/detail?id=86

1) For pip you don't really need to create an installer. You just need to create setup.py, create a source distribution using it, and register your distribution to PyPI. For a pretty small project like this, taking care of all this is actually very simple. I don't think you need to create separate installers for Windows or anything. Following resources ought to get you started, and you can obviously also look at other projects for an example.

http://docs.python.org/2/distutils/
http://guide.python-distribute.org/creation.html

2) Library can either be a module with functions as keywords or a class with its methods as keywords. If your class and module have same name, you can still import it like `LibraryName`, otherwise it needs to be imported like `modulename.ClassName`. See User Guide and the demo project linked below for details and examples:

http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#creating-test-libraries
https://bitbucket.org/robotframework/robotdemo/wiki/Home

3) Great.

4) About advertising: Please send a note to robotframework-users mailing list too. It's the biggest and most active group of users and thus the biggest audience for your new library. If you are going to release 1.1 in few days, perhaps you can wait for that, though.

For some reason the tweet you had sent was not found by automated searches we have for Robot Framework related topics. That's very strange since it starts with `@robotframework`. Anyway, RT'ed it now.

5) I think we can already now add the library to http://robotframework.org. I ask Tatu who's responsible about the site to do it.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to