Skip to content

Commit

Permalink
UPDATE repository - move branding from pathfinder_framework to new pa…
Browse files Browse the repository at this point in the history
…ct_methodology term
  • Loading branch information
JohnVonNeumann committed Sep 16, 2024
1 parent 0940f78 commit bbaa135
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# pathfinder_framework
# pact_methodology

[![Documentation Status](https://readthedocs.org/projects/pathfinder-framework/badge/?version=latest)](https://pathfinder-framework.readthedocs.io/en/latest/?badge=latest)
![CI/CD](https://github.com/ZeroTwentyFifty/pathfinder_framework/actions/workflows/app.yml/badge.svg)

A Python implementation of the WBCSD PACT Pathfinder Framework, designed to streamline the calculation and reporting of product carbon footprints (PCFs).
A Python implementation of the WBCSD PACT Methodology, designed to streamline the calculation and reporting of product carbon footprints (PCFs).

**Documentation**

You can view the docs here: http://pathfinder-framework.readthedocs.io/


**About the Pathfinder Framework**
**About the PACT Methodology**

The Pathfinder Framework, developed by the World Business Council for Sustainable Development (WBCSD), provides a standardized methodology for calculating PCFs. This framework aims to increase consistency and transparency in carbon accounting across various industries. Learn more about the framework on the Pathfinder website: [https://www.carbon-transparency.com/2/](https://www.carbon-transparency.com/2/).
The PACT Methodology, developed by the World Business Council for Sustainable Development (WBCSD), provides a standardized methodology for calculating PCFs. This methodlogy aims to increase consistency and transparency in carbon accounting across various industries. Learn more about the framework on the Pathfinder website: [https://www.carbon-transparency.com/2/](https://www.carbon-transparency.com/2/).

**About ZeroTwentyFifty**

The pathfinder_framework library is developed and maintained by ZeroTwentyFifty. Visit our website https://www.zerotwentyfifty.com to learn more about our work.
The pact_methodology library is developed and maintained by ZeroTwentyFifty. Visit our website https://www.zerotwentyfifty.com to learn more about our work.

At our core, we are driven by a powerful purpose - to empower organizations to share vital carbon footprint data in the global battle against climate change. Our mission is crystal clear: we are dedicated to providing solutions that facilitate the sharing of this essential information. In a world where the urgency of combating climate change is undeniable, we stand resolute in our commitment to making a difference.

**Key Features**

* **Data Structures:** Represent core Pathfinder Framework concepts (e.g., products, processes, emissions factors) as Python objects for easy manipulation.
* **Data Structures:** Represent core PACT Methodology concepts (e.g., products, processes, emissions factors) as Python objects for easy manipulation.
* **Data Exchange:** Facilitate data sharing along the value chain through standardized input/output formats.

**Installation**
Expand All @@ -35,7 +35,7 @@ Use code with caution.

**Contributing**

We welcome contributions to improve and extend the pathfinder_framework library. Please follow these guidelines:
We welcome contributions to improve and extend the pact_methodology library. Please follow these guidelines:

Open an issue to discuss proposed changes before submitting a pull request.
Ensure code adheres to PEP 8 style guidelines.
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "pathfinder-framework"
name = "pact-methodology"
version = "0.1.0"
description = ""
authors = ["JohnVonNeumann <louis@zerotwentyfifty.com>"]
Expand Down

0 comments on commit bbaa135

Please sign in to comment.