Skip to main content

A python package for abstracting python class methods behind a fully functional layer intended for educational use in CMPSC 131 at The Pennsylvania State University

Project description

PSU Python

A python package for abstracting python class methods behind a fully functional layer. Intended for educational use in CMPSC 131 at The Pennsylvania State University. Packaged for distribution on PyPi

Usage

psu-python is packaged and available on PyPi. To use psu-python, install it with pip in your python environment:

pip install psu-python

You will now be able to import psu-python modules in your python code:

# import all functions
from psu_python import *
# or specific ones
from psu_python import to_lower, get_item

def main():
    ...

Developer Install

  1. Clone the repository

    git clone git@github.com:tedtasman/psu-python.git
    cd ./psu-python
    
  2. Create a virtual environment

    • MacOS / Linux:
      python3 -m venv .venv
      source ./.venv/bin/activate
      
    • Windows Powershell
      python -m venv .venv
      .\.venv\Scripts\activate
      
  3. Install psu-python locally in editable mode

    pip install -e .
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psu_python-0.2.3.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

psu_python-0.2.3-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file psu_python-0.2.3.tar.gz.

File metadata

  • Download URL: psu_python-0.2.3.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for psu_python-0.2.3.tar.gz
Algorithm Hash digest
SHA256 f56a9279a723cf3cdfaeffd92027f24dfd0a481b3792f08df7b0a914d685482b
MD5 5159d9e3fbe4aacc9953e14b30f2ce3a
BLAKE2b-256 3893fca5d4e051bfa7358b6cc332971bdac2b5aed296792ee31facef96e3b592

See more details on using hashes here.

File details

Details for the file psu_python-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: psu_python-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for psu_python-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3987dd124dc8988ffcac70de1c3ee454f85ef4b78a945a8a563507a558eedd40
MD5 4bb7055bb3a87f0259a8871a424a5bd5
BLAKE2b-256 ae765e77b47acdce60f0a577f3c303c5f8b9ce047189a362f9974f13959b63e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page