pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-param



Module name:	wip
Committed by:	jihbed
Date:		Tue Jul  7 00:55:38 UTC 2015

Added Files:
	wip/py-param: DESCR Makefile Makefile-url2pkg.bak PLIST distinfo

Log Message:
Import py27-param-1.3.2 as wip/py-param.

Param is a library providing Parameters: Python attributes extended to have
features such as type and range checking, dynamically generated values,
documentation strings, default values, etc., each of which is inherited
from parent classes if not specified in a subclass. Param lets you program
declaratively in Python, by just stating facts about each of your parameters,
and then using them throughout your code. With Parameters, error checking will
be automatic, which eliminates huge amounts of boilerplate code that would
otherwise be required to verify or test user-supplied values.

Param-based programs tend to contain much less code than other Python programs,
instead just having easily readable and maintainable manifests of Parameters
for each object or function. This way your remaining code can be much simpler
and clearer, while users can also easily see how to use it properly.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-param/DESCR wip/py-param/Makefile \
    wip/py-param/Makefile-url2pkg.bak wip/py-param/PLIST \
    wip/py-param/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-param/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-param/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-param/Makefile-url2pkg.bak?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-param/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-param/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index