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
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
-
Clone the repository
git clone git@github.com:tedtasman/psu-python.git cd ./psu-python
-
Create a virtual environment
- MacOS / Linux:
python3 -m venv .venv source ./.venv/bin/activate
- Windows Powershell
python -m venv .venv .\.venv\Scripts\activate
- MacOS / Linux:
-
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file psu_python-0.2.0.tar.gz.
File metadata
- Download URL: psu_python-0.2.0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82c90f1450452eae21ef2b20b51ce40482d651b948d0c738df2380d5808b968f
|
|
| MD5 |
e106bfccc49ef963f7a5c63fded16bda
|
|
| BLAKE2b-256 |
d44fac48317f539735f9370d8ed59ea4a57ce5450a9b973f4b9000a5932fc962
|
File details
Details for the file psu_python-0.2.0-py3-none-any.whl.
File metadata
- Download URL: psu_python-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3be061e5ed7f257cbb0c26130f0274387f2a5ff49c4ceeffe8d7aabf098b0b2f
|
|
| MD5 |
b26cafbb65f42accdff6419d867dd9bc
|
|
| BLAKE2b-256 |
6094c892008beb7d3abd47a571a141effc20cb1c99651238b3e8d290317cb310
|