comparison env/lib/python3.7/site-packages/boltons-20.1.0.dist-info/METADATA @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 Metadata-Version: 2.0
2 Name: boltons
3 Version: 20.1.0
4 Summary: When they're not builtins, they're boltons.
5 Home-page: https://github.com/mahmoud/boltons
6 Author: Mahmoud Hashemi
7 Author-email: mahmoud@hatnote.com
8 License: BSD
9 Platform: any
10 Classifier: Topic :: Utilities
11 Classifier: Intended Audience :: Developers
12 Classifier: License :: OSI Approved :: BSD License
13 Classifier: Topic :: Software Development :: Libraries
14 Classifier: Development Status :: 5 - Production/Stable
15 Classifier: Operating System :: OS Independent
16 Classifier: Programming Language :: Python :: 2
17 Classifier: Programming Language :: Python :: 2.6
18 Classifier: Programming Language :: Python :: 2.7
19 Classifier: Programming Language :: Python :: 3
20 Classifier: Programming Language :: Python :: 3.4
21 Classifier: Programming Language :: Python :: 3.5
22 Classifier: Programming Language :: Python :: 3.6
23 Classifier: Programming Language :: Python :: 3.7
24 Classifier: Programming Language :: Python :: Implementation :: CPython
25 Classifier: Programming Language :: Python :: Implementation :: PyPy
26
27 Functionality that should be in the standard library. Like
28 builtins, but Boltons.
29
30 Otherwise known as, "everyone's util.py," but cleaned up and
31 tested.
32
33 Contains over 230 BSD-licensed utility types and functions that can be
34 used as a package or independently. `Extensively documented on Read
35 the Docs <http://boltons.readthedocs.org>`_.
36
37