Scine::Sparrow  5.1.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Python.setup.EmptyListWithLength Class Reference
Inheritance diagram for Python.setup.EmptyListWithLength:
Inheritance graph
Collaboration diagram for Python.setup.EmptyListWithLength:
Collaboration graph

Public Member Functions

def __len__
 

Static Public Attributes

string version = "@Sparrow_VERSION@"
 
string author = "ETH Zurich, Department of Chemistry and Applied Biosciences, Reiher Group"
 
string author_email = "scine@phys.chem.ethz.ch"
 
string description = "Open source semi-empirical quantum chemistry code"
 
 long_description = long_description,
 
string long_description_content_type = "text/markdown"
 
string url = "https://www.scine.ethz.ch"
 
list packages = ["scine_sparrow"]
 
dictionary package_dir = {"scine_sparrow": "scine_sparrow"}
 
dictionary package_data = {"scine_sparrow": ["*.module.so", "*.txt" @sparrow_PY_DEPS@]}
 
list install_requires = ["scine_utilities"]
 
list classifiers
 
 zip_safe = False,
 
string test_suite = 'pytest'
 
list tests_require = ['pytest']
 
tuple ext_modules = EmptyListWithLength()
 

Detailed Description

Makes the wheel a binary distribution and platlib compliant. 

Member Data Documentation

list Python.setup.EmptyListWithLength.classifiers
static
Initial value:
1 = [
2  "Programming Language :: Python",
3  "Programming Language :: C++",
4  "Development Status :: 5 - Production/Stable",
5  "Intended Audience :: Science/Research",
6  "License :: OSI Approved :: BSD License",
7  "Natural Language :: English",
8  "Topic :: Scientific/Engineering :: Chemistry"
9  ]

The documentation for this class was generated from the following file: