pydfnWorks
python wrapper for dfnWorks
pydfnworks.release Namespace Reference

Variables

string name = "pydfnWorks"
 
string date = "30 November 2020"
 
string version = "2.4.3"
 
string description = "This python package serves as a wrapper for dfnWorks"
 
 long_description = \
 
string license = 'GPL'
 
dictionary authors
 
string maintainer = "dfnWorks Developers"
 
string maintainer_email = "dfnworks@lanl.gov"
 
string url = 'http://dfnworks.lanl.gov'
 
dictionary project_urls
 
list platforms = ['Linux', 'Mac OSX', 'Unix']
 
list keywords
 
list classifiers
 
list packages
 
list install_requires
 

Variable Documentation

◆ authors

dictionary pydfnworks.release.authors
Initial value:
1 = {'Hyman': ('Jeffrey Hyman', 'jhyman@lanl.gov'),
2  'Livingston': ('Daniel Livingston', 'livingston@lanl.gov'),
3  'Gable': ('Carl Gable', 'gable@lanl.gov'),
4  'Karra': ('Satish Karra', 'satkarra@lanl.gov'),
5  'Makedonska': ('Nataliia Makedonska', 'nataliia@lanl.gov'),
6  'Sweeney': ('Matthew Sweeney', 'sweeney2796@lanl.gov')
7 }

Definition at line 17 of file release.py.

◆ classifiers

list pydfnworks.release.classifiers
Initial value:
1 = [
2  'Development Status :: 5 - Production/Stable',
3  'Intended Audience :: Developers',
4  'Intended Audience :: Science/Research',
5  'License :: OSI Approved :: BSD License',
6  'Operating System :: OS Independent',
7  'Programming Language :: Python :: 3',
8  'Programming Language :: Python :: 3.6',
9  'Programming Language :: Python :: 3.7',
10  'Programming Language :: Python :: 3 :: Only',
11  'Topic :: Software Development :: Libraries :: Python Modules',
12  'Topic :: Scientific/Engineering :: Information Analysis',
13  'Topic :: Scientific/Engineering :: Mathematics',
14  'Topic :: Scientific/Engineering :: Physics']

Definition at line 45 of file release.py.

◆ date

string pydfnworks.release.date = "30 November 2020"

Definition at line 4 of file release.py.

◆ description

string pydfnworks.release.description = "This python package serves as a wrapper for dfnWorks"

Definition at line 8 of file release.py.

◆ install_requires

list pydfnworks.release.install_requires
Initial value:
1 = ["numpy",
2  "scipy",
3  "h5py",
4  "pyvtk",
5  "fpdf",
6  "networkx>=2.4",
7  "mplstereonet",
8  "matplotlib<3.0"]

Definition at line 73 of file release.py.

◆ keywords

list pydfnworks.release.keywords
Initial value:
1 = ['Discrete Fracture Networks', 'Subsurface flow and Transport',
2  'Graph Theory', 'Mathematics','Fracture Networks', 'Simulations',
3  'Computational Geometry','network', 'graph', 'discrete mathematics',
4  'math']

Definition at line 40 of file release.py.

◆ license

string pydfnworks.release.license = 'GPL'

Definition at line 15 of file release.py.

◆ long_description

pydfnworks.release.long_description = \

Definition at line 10 of file release.py.

◆ maintainer

string pydfnworks.release.maintainer = "dfnWorks Developers"

Definition at line 25 of file release.py.

◆ maintainer_email

string pydfnworks.release.maintainer_email = "dfnworks@lanl.gov"

Definition at line 27 of file release.py.

◆ name

string pydfnworks.release.name = "pydfnWorks"

Definition at line 2 of file release.py.

◆ packages

list pydfnworks.release.packages
Initial value:
1 = ["pydfnworks",
2  "pydfnworks.general",
3  "pydfnworks.dfnGen",
4  "pydfnworks.dfnGen.generation",
5  "pydfnworks.dfnGen.generation.output_report",
6  "pydfnworks.dfnGen.meshing",
7  "pydfnworks.dfnGen.meshing.udfm",
8  "pydfnworks.dfnGen.meshing.poisson_disc",
9  "pydfnworks.dfnGen.well_package",
10  "pydfnworks.dfnFlow",
11  "pydfnworks.dfnTrans",
12  "pydfnworks.dfnGraph"]

Definition at line 60 of file release.py.

◆ platforms

list pydfnworks.release.platforms = ['Linux', 'Mac OSX', 'Unix']

Definition at line 38 of file release.py.

◆ project_urls

dictionary pydfnworks.release.project_urls
Initial value:
1 = {
2  "Bug Tracker": "https://github.com/lanl/dfnWorks/issues",
3  "Documentation": "https://dfnworks.lanl.gov/index_docs.html",
4  "Source Code": "https://github.com/lanl/dfnWorks/tree/master/pydfnworks",
5  "Mailing List": "https://groups.google.com/d/forum/dfnworks-users",
6 }

Definition at line 31 of file release.py.

◆ url

string pydfnworks.release.url = 'http://dfnworks.lanl.gov'

Definition at line 29 of file release.py.

◆ version

string pydfnworks.release.version = "2.4.3"

Definition at line 6 of file release.py.