Classes | |
| class | custom_build_ext |
| class | doc |
Variables | |
| string | author = "Mike Dirolf" |
| string | author_email = "mongodb-user@googlegroups.com" |
| tuple | build_errors |
| tuple | c_ext |
| list | classifiers |
| dictionary | cmdclass |
| string | description = "Python driver for MongoDB <http://www.mongodb.org>" |
| tuple | f = open("README.rst") |
| dictionary | features = {} |
| has_subprocess = True | |
| list | install_requires = [] |
| list | keywords = ["mongo", "mongodb", "pymongo", "gridfs", "bson"] |
| string | license = "Apache License, Version 2.0" |
| long_description = readme_content, | |
| string | maintainer = "Bernie Hackett" |
| string | maintainer_email = "bernie@10gen.com" |
| string | name = "pymongo" |
| list | packages = ["bson", "pymongo", "gridfs"] |
| tuple | readme_content = f.read() |
| string | test_suite = "nose.collector" |
| string | url = "http://github.com/mongodb/mongo-python-driver" |
| string | version = "1.10" |
| string setup::author = "Mike Dirolf" |
| string setup::author_email = "mongodb-user@googlegroups.com" |
| tuple setup::build_errors |
| tuple setup::c_ext |
Feature(
"optional C extensions",
standard=True,
ext_modules=[Extension('bson._cbson',
include_dirs=['bson'],
sources=['bson/_cbsonmodule.c',
'bson/time64.c',
'bson/buffer.c',
'bson/encoding_helpers.c']),
Extension('pymongo._cmessage',
include_dirs=['bson'],
sources=['pymongo/_cmessagemodule.c',
'bson/_cbsonmodule.c',
'bson/time64.c',
'bson/buffer.c',
'bson/encoding_helpers.c'])])
| list setup::classifiers |
[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python",
"Topic :: Database"]
| dictionary setup::cmdclass |
| string setup::description = "Python driver for MongoDB <http://www.mongodb.org>" |
| dictionary setup::features = {} |
| setup::has_subprocess = True |
| list setup::install_requires = [] |
| list setup::keywords = ["mongo", "mongodb", "pymongo", "gridfs", "bson"] |
| string setup::license = "Apache License, Version 2.0" |
| string setup::maintainer = "Bernie Hackett" |
| string setup::maintainer_email = "bernie@10gen.com" |
| string setup::name = "pymongo" |
| list setup::packages = ["bson", "pymongo", "gridfs"] |
| string setup::readme_content = f.read() |
| string setup::test_suite = "nose.collector" |
| string setup::url = "http://github.com/mongodb/mongo-python-driver" |
| setup::version = "1.10" |