~ibmcharmers/charms/xenial/ibm-cinder-storwize-svc/trunk

« back to all changes in this revision

Viewing changes to .tox/py35/lib/python3.5/site-packages/py-1.4.32.dist-info/METADATA

  • Committer: Ankammarao
  • Date: 2017-03-06 05:11:42 UTC
  • Revision ID: achittet@in.ibm.com-20170306051142-dpg27z4es1k56hfn
Marked tests folder executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 2.0
 
2
Name: py
 
3
Version: 1.4.32
 
4
Summary: library with cross-python path, ini-parsing, io, code, log facilities
 
5
Home-page: http://pylib.readthedocs.org/
 
6
Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
 
7
Author-email: pytest-dev@python.org
 
8
License: MIT license
 
9
Platform: unix
 
10
Platform: linux
 
11
Platform: osx
 
12
Platform: cygwin
 
13
Platform: win32
 
14
Classifier: Development Status :: 6 - Mature
 
15
Classifier: Intended Audience :: Developers
 
16
Classifier: License :: OSI Approved :: MIT License
 
17
Classifier: Operating System :: POSIX
 
18
Classifier: Operating System :: Microsoft :: Windows
 
19
Classifier: Operating System :: MacOS :: MacOS X
 
20
Classifier: Topic :: Software Development :: Testing
 
21
Classifier: Topic :: Software Development :: Libraries
 
22
Classifier: Topic :: Utilities
 
23
Classifier: Programming Language :: Python
 
24
Classifier: Programming Language :: Python :: 3
 
25
 
 
26
.. image:: https://img.shields.io/pypi/pyversions/pytest.svg
 
27
  :target: https://pypi.org/project/py
 
28
.. image:: https://img.shields.io/travis/pytest-dev/py.svg
 
29
   :target: https://travis-ci.org/pytest-dev/py
 
30
 
 
31
The py lib is a Python development support library featuring
 
32
the following tools and modules:
 
33
 
 
34
* ``py.path``:  uniform local and svn path objects
 
35
* ``py.apipkg``:  explicit API control and lazy-importing
 
36
* ``py.iniconfig``:  easy parsing of .ini files
 
37
* ``py.code``: dynamic code generation and introspection
 
38
 
 
39
NOTE: prior to the 1.4 release this distribution used to
 
40
contain py.test which is now its own package, see http://pytest.org
 
41
 
 
42
For questions and more information please visit http://pylib.readthedocs.org
 
43
 
 
44
Bugs and issues: https://github.com/pytest-dev/py
 
45
 
 
46
Authors: Holger Krekel and others, 2004-2016
 
47
 
 
48