Skip to content

Add setup.py example to installing packages section#2079

Closed
EHESPO wants to merge 1 commit into
pypa:mainfrom
EHESPO:patch-1
Closed

Add setup.py example to installing packages section#2079
EHESPO wants to merge 1 commit into
pypa:mainfrom
EHESPO:patch-1

Conversation

@EHESPO

@EHESPO EHESPO commented Jun 27, 2026

Copy link
Copy Markdown

Added example setup.py for package installation.

<title>EHEPS · Green Data Centers · Environmental Protection</title> Jump to Content
<!-- Navigation -->
<header class="site-header" role="banner">
    <div class="container header-grid">
        <div class="logo">
            <img src="assets/images/eheps-logo-green.svg" alt="EHEPS Green Data Centers Logo" width="140" height="44" />
            <span class="logo-tag">🌱 Green</span>
        </div>
        <nav aria-label="Main navigation">
            <ul class="nav-list">
                <li><a href="#impact">Environmental Impact</a></li>
                <li><a href="#sustainability">Sustainability</a></li>
                <li><a href="#renewable">Renewable Energy</a></li>
                <li><a href="#water">Water Stewardship</a></li>
                <li><a href="#circular">Circular Economy</a></li>
            </ul>
        </nav>
        <div class="header-actions">
            <a href="#contact" class="btn btn-outline">🌍 Get Involved</a>
        </div>
    </div>
</header>

<main id="main-content">
    <!-- Hero Section -->
    <section class="hero" aria-labelledby="hero-title">
        <div class="container">
            <div class="hero-content">
                <span class="hero-badge">🌿 2025 Environmental Commitment</span>
                <h1 id="hero-title">Data Centers That Protect Our Planet</h1>
                <p>
                    We're redefining the data center industry with a radical commitment 
                    to environmental protection — achieving net-zero carbon, restoring 
                    ecosystems, and building a sustainable digital future for generations.
                </p>
                <div class="hero-stats">
                    <div class="stat">
                        <span class="stat-number">100%</span>
                        <span class="stat-label">Renewable Energy</span>
                    </div>
                    <div class="stat">
                        <span class="stat-number">0</span>
                        <span class="stat-label">Net Carbon Emissions</span>
                    </div>
                    <div class="stat">
                        <span class="stat-number">50%</span>
                        <span class="stat-label">Water Reduction</span>
                    </div>
                </div>
                <div class="hero-actions">
                    <a href="#impact" class="btn btn-primary">See Our Impact</a>
                    <a href="#renewable" class="btn btn-secondary">Clean Energy</a>
                </div>
            </div>
            <figure class="hero-media">
                <img
                    src="assets/images/solar-farm-aerial.webp"
                    alt="Aerial view of solar farm powering data center"
                    width="800" height="500"
                    loading="eager"
                />
                <figcaption>Our 200MW solar farm in Oklahoma — powering 100% renewable operations</figcaption>
            </figure>
        </div>
    </section>

    <!-- Mission Statement -->
    <section class="mission" aria-labelledby="mission-title">
        <div class="container">
            <div class="mission-badge">🌎 Our Promise</div>
            <h2 id="mission-title">Environmental Protection at Every Level</h2>
            <p>
                We believe that digital infrastructure must be a force for environmental 
                good. From renewable energy procurement to e-waste elimination, water 
                restoration to biodiversity protection — we're building data centers 
                that give back more than they take.
            </p>
            <div class="mission-counters">
                <div>
                    <span class="counter">2.4M</span>
                    <label>Metric Tons CO₂ Avoided</label>
                </div>
                <div>
                    <span class="counter">3.2B</span>
                    <label>Gallons Water Restored</label>
                </div>
                <div>
                    <span class="counter">85%</span>
                    <label>Zero Waste to Landfill</label>
                </div>
                <div>
                    <span class="counter">12+</span>
                    <label>Ecosystem Restoration Projects</label>
                </div>
            </div>
        </div>
    </section>

    <!-- Environmental Impact Section -->
    <section id="impact" class="impact" aria-labelledby="impact-title">
        <div class="container">
            <span class="section-tag">📊 Environmental Impact</span>
            <h2 id="impact-title">Leading the Industry in Environmental Protection</h2>
            <p class="section-subtitle">
                Our data centers are designed to minimize environmental footprint while 
                maximizing positive impact on local ecosystems and communities.
            </p>

            <div class="impact-grid">
                <article class="impact-card">
                    <div class="impact-icon">⚡</div>
                    <h3>Energy Efficiency</h3>
                    <div class="impact-metric">
                        <span class="metric-value">1.12</span>
                        <span class="metric-unit">PUE</span>
                    </div>
                    <p>Industry-leading power usage effectiveness — 30% more efficient than traditional data centers.</p>
                    <div class="progress-bar">
                        <div class="progress-fill" style="width: 85%;"></div>
                    </div>
                    <span class="progress-label">85% energy efficiency improvement</span>
                </article>

                <article class="impact-card">
                    <div class="impact-icon">💧</div>
                    <h3>Water Stewardship</h3>
                    <div class="impact-metric">
                        <span class="metric-value">0.4</span>
                        <span class="metric-unit">L/kWh</span>
                    </div>
                    <p>Water usage effectiveness — 60% less water than industry average with advanced cooling systems.</p>
                    <div class="progress-bar">
                        <div class="progress-fill" style="width: 75%;"></div>
                    </div>
                    <span class="progress-label">75% water recycling rate</span>
                </article>

                <article class="impact-card">
                    <div class="impact-icon">♻️</div>
                    <h3>Circular Economy</h3>
                    <div class="impact-metric">
                        <span class="metric-value">98%</span>
                        <span class="metric-unit">Recycled</span>
                    </div>
                    <p>E-waste diversion through component reuse, refurbishment, and responsible recycling programs.</p>
                    <div class="progress-bar">
                        <div class="progress-fill" style="width: 98%;"></div>
                    </div>
                    <span class="progress-label">98% waste diversion rate</span>
                </article>

                <article class="impact-card">
                    <div class="impact-icon">🌳</div>
                    <h3>Biodiversity</h3>
                    <div class="impact-metric">
                        <span class="metric-value">500+</span>
                        <span class="metric-unit">Acres</span>
                    </div>
                    <p>Protected and restored habitats around our data center campuses, supporting local wildlife.</p>
                    <div class="progress-bar">
                        <div class="progress-fill" style="width: 70%;"></div>
                    </div>
                    <span class="progress-label">70% increase in native species</span>
                </article>
            </div>
        </div>
    </section>

    <!-- Sustainability Section -->
    <section id="sustainability" class="sustainability" aria-labelledby="sustainability-title">
        <div class="container">
            <div class="sustainability-grid">
                <div class="sustainability-text">
                    <span class="section-tag">🌱 Sustainability</span>
                    <h2 id="sustainability-title">
                        Building a Net-Zero Future
                    </h2>
                    <p>
                        We're on track to achieve <strong>net-zero carbon emissions</strong> 
                        across all operations by 2028 — five years ahead of industry targets.
                        Our integrated approach combines renewable energy, carbon capture, 
                        and nature-based solutions.
                    </p>
                    <ul class="sustainability-list">
                        <li>✅ 100% renewable energy procurement</li>
                        <li>✅ On-site solar and wind generation</li>
                        <li>✅ Carbon offset through verified forest restoration</li>
                        <li>✅ Smart grid integration for grid stability</li>
                    </ul>
                    <a href="#renewable" class="btn btn-primary">
                        Explore Our Renewable Strategy →
                    </a>
                </div>
                <figure class="sustainability-media">
                    <img
                        src="assets/images/wind-turbines-data-center.webp"
                        alt="Wind turbines alongside data center campus"
                        width="640" height="400"
                        loading="lazy"
                    />
                    <figcaption>
                        Our hybrid renewable energy system combines solar and wind power 
                        for 24/7 clean energy coverage.
                    </figcaption>
                </figure>
            </div>
        </div>
    </section>

    <!-- Renewable Energy Section -->
    <section id="renewable" class="renewable" aria-labelledby="renewable-title">
        <div class="container">
            <span class="section-tag">☀️ Clean Energy</span>
            <h2 id="renewable-title">Powering the Digital Economy with Renewable Energy</h2>
            <p class="section-subtitle">
                We're investing in large-scale renewable energy projects that not only 
                power our data centers but also contribute clean energy to local grids.
            </p>

            <div class="renewable-grid">
                <div class="renewable-card">
                    <div class="renewable-icon">☀️</div>
                    <h3>Solar</h3>
                    <div class="renewable-stats">
                        <span class="stat-big">350 MW</span>
                        <span>Solar Capacity</span>
                    </div>
                    <p>Solar farms in Denmark, Oklahoma, and Chile power our operations with clean, abundant energy.</p>
                </div>

                <div class="renewable-card">
                    <div class="renewable-icon">💨</div>
                    <h3>Wind</h3>
                    <div class="renewable-stats">
                        <span class="stat-big">280 MW</span>
                        <span>Wind Capacity</span>
                    </div>
                    <p>Offshore and onshore wind projects in Europe and North America complement our solar portfolio.</p>
                </div>

                <div class="renewable-card">
                    <div class="renewable-icon">💧</div>
                    <h3>Hydro</h3>
                    <div class="renewable-stats">
                        <span class="stat-big">150 MW</span>
                        <span>Hydro Capacity</span>
                    </div>
                    <p>Strategic partnerships with hydroelectric facilities ensure reliable clean power in all regions.</p>
                </div>

                <div class="renewable-card">
                    <div class="renewable-icon">🔋</div>
                    <h3>Storage</h3>
                    <div class="renewable-stats">
                        <span class="stat-big">200 MWh</span>
                        <span>Battery Storage</span>
                    </div>
                    <p>Advanced battery systems provide grid stability and enable 24/7 renewable operations.</p>
                </div>
            </div>

            <div class="renewable-cta">
                <a href="#" class="btn btn-primary">View Our Energy Portfolio</a>
                <a href="#" class="btn btn-outline">Download Energy Report</a>
            </div>
        </div>
    </section>

    <!-- Water Stewardship -->
    <section id="water" class="water" aria-labelledby="water-title">
        <div class="container">
            <div class="water-grid">
                <figure class="water-media">
                    <img
                        src="assets/images/water-reclamation-facility.webp"
                        alt="Water reclamation facility at data center"
                        width="640" height="400"
                        loading="lazy"
                    />
                    <figcaption>
                        Our advanced water reclamation system treats and recycles 75% of 
                        all water used in cooling operations.
                    </figcaption>
                </figure>
                <div class="water-text">
                    <span class="section-tag">💧 Water Stewardship</span>
                    <h2 id="water-title">Protecting Our Most Precious Resource</h2>
                    <p>
                        We're reimagining water use in data centers through innovative 
                        cooling technologies, water recycling, and ecosystem restoration 
                        programs.
                    </p>
                    <div class="water-features">
                        <div>
                            <span class="feature-icon">🔄</span>
                            <span>Closed-loop cooling systems</span>
                        </div>
                        <div>
                            <span class="feature-icon">🌊</span>
                            <span>Aquifer recharge programs</span>
                        </div>
                        <div>
                            <span class="feature-icon">🌿</span>
                            <span>Wetland restoration projects</span>
                        </div>
                        <div>
                            <span class="feature-icon">📊</span>
                            <span>Real-time water monitoring</span>
                        </div>
                    </div>
                    <a href="#" class="btn btn-primary">Learn About Our Water Initiatives</a>
                </div>
            </div>
        </div>
    </section>

    <!-- Circular Economy -->
    <section id="circular" class="circular" aria-labelledby="circular-title">
        <div class="container">
            <span class="section-tag">♻️ Circular Economy</span>
            <h2 id="circular-title">Zero Waste, Full Circularity</h2>
            <p class="section-subtitle">
                We design for circularity — from server components to building materials — 
                ensuring every resource is valued and reused.
            </p>

            <div class="circular-grid">
                <div class="circular-card">
                    <div class="circular-icon">🖥️</div>
                    <h3>Server Lifecycle</h3>
                    <ul>
                        <li>Design for disassembly</li>
                        <li>Component reuse programs</li>
                        <li>Responsible e-waste recycling</li>
                    </ul>
                </div>

                <div class="circular-card">
                    <div class="circular-icon">🏗️</div>
                    <h3>Sustainable Materials</h3>
                    <ul>
                        <li>Recycled steel and aluminum</li>
                        <li>Low-carbon concrete</li>
                        <li>Green building certification</li>
                    </ul>
                </div>

                <div class="circular-card">
                    <div class="circular-icon">🔧</div>
                    <h3>Repair & Refurbish</h3>
                    <ul>
                        <li>On-site repair centers</li>
                        <li>Refurbishment programs</li>
                        <li>Donation to schools and NGOs</li>
                    </ul>
                </div>

                <div class="circular-card">
                    <div class="circular-icon">📦</div>
                    <h3>Packaging Innovation</h3>
                    <ul>
                        <li>Zero-plastic packaging</li>
                        <li>Reusable shipping containers</li>
                        <li>Biodegradable materials</li>
                    </ul>
                </div>
            </div>
        </div>
    </section>

    <!-- Community Engagement -->
    <section class="community" aria-labelledby="community-title">
        <div class="container">
            <h2 id="community-title">🌍 Environmental Justice & Community Engagement</h2>
            <p class="section-subtitle">
                We work closely with local communities to ensure our environmental 
                initiatives benefit everyone — especially those most affected by 
                climate change.
            </p>

            <div class="community-grid">
                <article class="community-card">
                    <img
                        src="assets/images/community-solar-workshop.webp"
                        alt="Community solar workshop"
                        width="320" height="200"
                        loading="lazy"
                    />
                    <h3>Solar Workforce Training</h3>
                    <p>Free solar installation training for local residents, creating green jobs and economic opportunity.</p>
                    <a href="#">Learn more →</a>
                </article>

                <article class="community-card">
                    <img
                        src="assets/images/water-conservation-program.webp"
                        alt="Water conservation program"
                        width="320" height="200"
                        loading="lazy"
                    />
                    <h3>Water Conservation Education</h3>
                    <p>Community programs teaching water conservation techniques and providing resources to reduce usage.</p>
                    <a href="#">Learn more →</a>
                </article>

                <article class="community-card">
                    <img
                        src="assets/images/reforestation-project.webp"
                        alt="Reforestation project"
                        width="320" height="200"
                        loading="lazy"
                    />
                    <h3>Reforestation & Restoration</h3>
                    <p>Partnering with local organizations to plant native trees and restore damaged ecosystems.</p>
                    <a href="#">Learn more →</a>
                </article>
            </div>
        </div>
    </section>

    <!-- Latest News -->
    <section class="news" aria-labelledby="news-title">
        <div class="container">
            <h2 id="news-title">📰 Environmental News & Updates</h2>
            <div class="news-grid">
                <article class="news-card">
                    <span class="news-tag">New Report</span>
                    <h3>2025 Environmental Protection Report Released</h3>
                    <p>Our annual sustainability report shows 40% reduction in carbon intensity.</p>
                    <a href="#" class="btn btn-outline">Read Report</a>
                </article>

                <article class="news-card">
                    <span class="news-tag">Innovation</span>
                    <h3>AI-Powered Energy Optimization</h3>
                    <p>Machine learning reduces energy consumption by 25% across all data centers.</p>
                    <a href="#" class="btn btn-outline">Read More</a>
                </article>

                <article class="news-card">
                    <span class="news-tag">Partnership</span>
                    <h3>Major Ocean Conservation Partnership</h3>
                    <p>New initiative to protect marine ecosystems and reduce ocean plastic.</p>
                    <a href="#" class="btn btn-outline">Read More</a>
                </article>
            </div>
            <div class="news-cta">
                <a href="#" class="btn btn-primary">View All Environmental News</a>
            </div>
        </div>
    </section>
</main>

<!-- Footer -->
<footer class="site-footer" role="contentinfo">
    <div class="container">
        <div class="footer-grid">
            <div class="footer-brand">
                <img src="assets/images/eheps-logo-green-white.svg" alt="EHEPS Green Data Centers" width="140" height="44" />
                <p>Building data centers that protect our planet.</p>
                <div class="footer-social">
                    <a href="#" aria-label="LinkedIn">🔗</a>
                    <a href="#" aria-label="Twitter">🐦</a>
                    <a href="#" aria-label="GitHub">🐙</a>
                </div>
                <p class="footer-email">
                    <a href="mailto:executive@eheps.com">executive@eheps.com</a> ·
                    <a href="mailto:Ewaz.2010@gmail.com">Ewaz.2010@gmail.com</a>
                </p>
            </div>
            <div class="footer-links">
                <h4>Environmental</h4>
                <ul>
                    <li><a href="#impact">Impact Report</a></li>
                    <li><a href="#sustainability">Sustainability</a></li>
                    <li><a href="#renewable">Renewable Energy</a></li>
                    <li><a href="#water">Water Stewardship</a></li>
                </ul>
            </div>
            <div class="footer-links">
                <h4>Get Involved</h4>
                <ul>
                    <li><a href="#">Careers in Green Tech</a></li>
                    <li><a href="#">Supplier Sustainability</a></li>
                    <li><a href="#">Community Programs</a></li>
                    <li><a href="#">Volunteer Opportunities</a></li>
                </ul>
            </div>
            <div class="footer-links">
                <h4>Resources</h4>
                <ul>
                    <li><a href="#">Environmental Reports</a></li>
                    <li><a href="#">Sustainability FAQs</a></li>
                    <li><a href="#">Green Tech Blog</a></li>
                    <li><a href="#">Photo Gallery</a></li>
                </ul>
            </div>
        </div>
        <div class="footer-bottom">
            <p>&copy; 2026 EHEPS Green Data Centers. All rights reserved.</p>
            <ul class="footer-legal">
                <li><a href="#">Privacy</a></li>
                <li><a href="#">Terms</a></li>
                <li><a href="#">Environmental Policy</a></li>
                <li><a href="#">Accessibility</a></li>
            </ul>
        </div>
    </div>
</footer>

<script src="js/main.js" defer></script>

📚 Documentation preview 📚: https://python-packaging-user-guide--2079.org.readthedocs.build/en/2079/

Added example setup.py for package installation.
@pypa pypa locked as spam and limited conversation to collaborators Jun 27, 2026
@webknjaz webknjaz closed this Jun 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants