| 13 |
|
description='',
|
| |
13 |
description="""Xix Utils is a drillbit library independent (mostly) of
|
| |
14 |
any framework ... simple reusable tools for python.""",
|
| |
15 |
long_description="""Xix utils began as an attemp at designing a
|
| |
16 |
templating / content-publshing framework which is now only those remains - xix.utils.
|
| |
17 |
xix_utils is simply "yet more batteries for python." Generalized
|
| |
18 |
concepts and resulting POCs abstracted from other projects become module under
|
| |
19 |
xix.utils. Known unstable modules should signal warnings at runtime.
|
| |
20 |
|
| |
21 |
Subversion trunk:
|
| |
22 |
|
| |
23 |
svn co http://svn.xix.python-hosting.com/branches/utils XixUtils
|
| |
24 |
""",
|
| |
25 |
license='MIT License',
|
| |
27 |
classifiers=[
|
| |
28 |
'Development Status :: 4 - Beta',
|
| |
29 |
'License :: OSI Approved :: MIT License',
|
| |
30 |
'Operating System :: MacOS :: MacOS X',
|
| |
31 |
'Operating System :: Microsoft :: Windows',
|
| |
32 |
'Operating System :: POSIX',
|
| |
33 |
'Environment :: Console',
|
| |
34 |
'Programing Language :: Python',
|
| |
35 |
'Intended Audience :: Developers',
|
| |
36 |
'Topic :: Software Development :: Libraries',
|
| |
37 |
'Topic :: Software Development :: Utilities'],
|