{ "info": { "author": "Cameron Simpson", "author_email": "cs@cskk.id.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Convenience functions related to modules and importing.\n\n## Function `import_module_name(module_name, name, path=None, lock=None)`\n\nImport `module_name` and return the value of `name` within it.\n\nParameters:\n* `module_name`: the module name to import.\n* `name`: the name within the module whose value is returned;\n if `name` is None, return the module itself.\n* `path`: an array of paths to use as sys.path during the import.\n* `lock`: a lock to hold during the import (recommended).\n\n## Function `module_attributes(M)`\n\nGenerator yielding the names and values of attributes from a module\nwhich were defined in the module.\n\n## Function `module_files(M)`\n\nGenerator yielding .py pathnames involved in a module.\n\n## Function `module_names(M)`\n\nReturn a list of the names of attributes from a module which were\ndefined in the module.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cameron_simpson/css/commits/all", "keywords": "python2,python3", "license": "", "maintainer": "", "maintainer_email": "", "name": "cs.py.modules", "package_url": "https://pypi.org/project/cs.py.modules/", "platform": "", "project_url": "https://pypi.org/project/cs.py.modules/", "project_urls": { "Homepage": "https://bitbucket.org/cameron_simpson/css/commits/all" }, "release_url": "https://pypi.org/project/cs.py.modules/20190101/", "requires_dist": null, "requires_python": "", "summary": "module/import related stuff", "version": "20190101" }, "last_serial": 4649397, "releases": { "20150116": [ { "comment_text": "", "digests": { "md5": "f18708f91582735fcb83088da463f7f9", "sha256": "d4211425b1fe85018f0b5c3bfe94f99570181df849d53e4be20d9d8276172d3a" }, "downloads": -1, "filename": "cs.py.modules-20150116.tar.gz", "has_sig": false, "md5_digest": "f18708f91582735fcb83088da463f7f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1485, "upload_time": "2015-01-18T05:53:28", "url": "https://files.pythonhosted.org/packages/1e/dc/7b77ee564cc9585002e6ac5d7d5dcd7805498da65dc96102dc2b4e316fad/cs.py.modules-20150116.tar.gz" } ], "20160918": [ { "comment_text": "", "digests": { "md5": "69f93b99b07941ccf1ca22523bca5195", "sha256": "df0b0d94ea80f79591de39f3182d662e57d1b049944e4170919cdf0b55e8ff7a" }, "downloads": -1, "filename": "cs.py.modules-20160918.tar.gz", "has_sig": false, "md5_digest": "69f93b99b07941ccf1ca22523bca5195", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2013, "upload_time": "2016-09-18T04:56:35", "url": "https://files.pythonhosted.org/packages/31/d4/bc02b6aa1468210fdaa03304785c14fb4934c08a178b3d7866ab549215ab/cs.py.modules-20160918.tar.gz" } ], "20190101": [ { "comment_text": "", "digests": { "md5": "ec0db1534273b430b01825a8dedc0c8f", "sha256": "32fd3b62ab962ffc1da1fb891c94d60f1373912a6a61a839ec2103f854c72199" }, "downloads": -1, "filename": "cs.py.modules-20190101.tar.gz", "has_sig": false, "md5_digest": "ec0db1534273b430b01825a8dedc0c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2202, "upload_time": "2019-01-01T02:49:27", "url": "https://files.pythonhosted.org/packages/7a/08/0fac638b0e5226bfc80ae083379bfe1397015fd6febb96a7919687ec5103/cs.py.modules-20190101.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec0db1534273b430b01825a8dedc0c8f", "sha256": "32fd3b62ab962ffc1da1fb891c94d60f1373912a6a61a839ec2103f854c72199" }, "downloads": -1, "filename": "cs.py.modules-20190101.tar.gz", "has_sig": false, "md5_digest": "ec0db1534273b430b01825a8dedc0c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2202, "upload_time": "2019-01-01T02:49:27", "url": "https://files.pythonhosted.org/packages/7a/08/0fac638b0e5226bfc80ae083379bfe1397015fd6febb96a7919687ec5103/cs.py.modules-20190101.tar.gz" } ] }