landgempy 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: landgempy
3
+ Version: 0.1.0
4
+ Summary: Python Package for EPA's LandGEM (Landfill Gas Emissions Model)
5
+ Home-page: https://github.com/rmkenv/landgempy
6
+ Author: Ryan Kmetz
7
+ Author-email: Ryan Kmetz <consultrmk@gmail.com>
8
+ License: MIT
9
+ Project-URL: Homepage, https://github.com/rmkenv/landgempy
10
+ Project-URL: Repository, https://github.com/rmkenv/landgempy
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Science/Research
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Topic :: Scientific/Engineering
20
+ Requires-Python: >=3.8
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Requires-Dist: numpy
24
+ Requires-Dist: pandas
25
+ Requires-Dist: matplotlib
26
+ Dynamic: author
27
+ Dynamic: home-page
28
+ Dynamic: license-file
29
+ Dynamic: requires-python
30
+
31
+ # landgempy
32
+
33
+ landgempy is a Python library for estimating emissions from municipal solid waste landfills using the Landfill Gas Emissions Model (LandGEM) methodology.
34
+
35
+ ## Installation
36
+
37
+ ```bash
38
+ pip install landgempy
39
+ ```
40
+
41
+ ## Usage
42
+
43
+ ```python
44
+ import landgempy
45
+ # Initialize and run the model
46
+ ```
47
+
48
+ ## About LandGEM
49
+ LandGEM is an automated tool with a Microsoft Excel interface that can be used to estimate emission rates for total landfill gas, methane, carbon dioxide, nonmethane organic compounds, and individual air pollutants from municipal solid waste landfills.
@@ -0,0 +1,5 @@
1
+ landgempy-0.1.0.dist-info/licenses/LICENSE,sha256=GnY9DUZOCPXqHh2L_yC9jjKRhCAuKl1oFS9I8AfuR7A,1063
2
+ landgempy-0.1.0.dist-info/METADATA,sha256=PHy-8fcscznUVXMOmIQz7OrIFa0ii_16Obv9ZXjDSOo,1612
3
+ landgempy-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
+ landgempy-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ landgempy-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 RMK Env
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1 @@
1
+