comparison env/lib/python3.9/site-packages/boltons-20.2.1.dist-info/METADATA @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 Metadata-Version: 2.1
2 Name: boltons
3 Version: 20.2.1
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