No project description provided
Project description
Lab 1: Repos, Git, and packages
This repository represents the bare minimum required to install this package.
Key Files
| File | Purpose |
|---|---|
| setup.py | Contains all the metadata and how to build the code artifact. Setup.py usually contains the author, email, name and version of the package. A full list of what can be saved in a setup.py is available here |
| requirements.txt | The external dependencies. In order for this project to run, it needs to download OTHER projects and use them. |
| README.md | This project description document |
| src dir | The directory labeled "src" contains all the Python modules. This setup.py will iterate this file to find the modules |
| scripts dir | The directory labeled "scripts" contains all command-line executable programs provided by the project |
PyPi
This project has been published to PyPi as an example. This can be found here.
Installation
Installing this project from pypi is done with this command
pip install nj_lab01
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nj_lab01-1.3.tar.gz
(2.4 kB
view details)
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 nj_lab01-1.3.tar.gz.
File metadata
- Download URL: nj_lab01-1.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2975cd4effb5a90d768818787087b69a2c51c53b159f58a917fb11dda8a75e6f
|
|
| MD5 |
86468467206c4bc8ef08556e1df66c01
|
|
| BLAKE2b-256 |
889f2120244232865bc3ca473e344fc5b7543a50d562b063aae1cc39cff2b657
|
File details
Details for the file nj_lab01-1.3-py3-none-any.whl.
File metadata
- Download URL: nj_lab01-1.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f65d7d9906fbc6e4b0e0d085ef70036e920fca46a6701ccb4eb9bea575dc9766
|
|
| MD5 |
ab3b94db156c1cb50cc7703970e293eb
|
|
| BLAKE2b-256 |
404cbea3e77ca10be2e881047a27c5e344ac944db990bfa91907489ba2164ad0
|