comparison env/lib/python3.7/site-packages/boltons-20.1.0.dist-info/METADATA @ 5:9b1c78e6ba9c draft default tip

"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author shellac
date Mon, 01 Jun 2020 08:59:25 -0400
parents 79f47841a781
children
comparison
equal deleted inserted replaced
4:79f47841a781 5:9b1c78e6ba9c
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