Metadata-Version: |
2.1 |
Name: |
python-object-getter |
Version: |
0.0.2 |
Summary: |
Import something from a module, while mocking anything in its namespace. |
Author: |
Konstantinos Lampridis |
Author-Email: |
k.lampridis[at]hotmail.com |
Home-Page: |
https://github.com/boromir674/python-object-getter |
Download-Url: |
https://github.com/boromir674/python-object-getter/archive/v0.0.2.tar.gz |
Project-Url: |
Bug Tracker, https://github.com/python-object-getter/issues |
Project-Url: |
CI: Github Actions, https://github.com/boromir674/python-object-getter/actions |
Project-Url: |
Documentation, https://python-object-getter.readthedocs.io/ |
Project-Url: |
Source Code, https://github.com/boromir674/python-object-getter |
License: |
AGPLv3 |
Keywords: |
python package |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: End Users/Desktop |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: GNU Affero General Public License v3 |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: Unix |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Software Distribution |
Classifier: |
Typing :: Typed |
Platform: |
Linux |
Platform: |
Darwin |
Requires-Python: |
>=3.6 |
Requires-Dist: |
furo (>=2021.08.31); extra == "docs" |
Requires-Dist: |
sphinx (~=4.0); extra == "docs" |
Requires-Dist: |
sphinx-argparse-cli (>=1.5); extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints (>=1.10); extra == "docs" |
Requires-Dist: |
pytest (>=6.2.4); extra == "test" |
Requires-Dist: |
pytest-cov (>=2.12); extra == "test" |
Requires-Dist: |
pytest-xdist (>=1.34); extra == "test" |
Requires-Dist: |
mypy; extra == "typing" |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Provides-Extra: |
typing |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.txt |