My first package!
Project description
Don't use this, it's just the walktrough of this great course:
https://udemy.com/course/python-packaging/learn/lecture/49237879
justin_furuness
If you like the repo, it would be awesome if you could add a star to it! It really helps out the visibility. Also for any questions at all we'd love to hear from you at jfuruness@gmail.com
Package Description
Prints my name, and it my first package!
Usage
from a script:
from justin_furuness import Justin
Justin().print_name()
From the command line:
justin_furuness
Installation
Install python and pip if you have not already.
Then run:
pip3 install pip --upgrade
pip3 install wheel
For production:
pip3 install justin_furuness
This will install the package and all of it's python dependencies.
If you want to install the project for development:
git clone https://github.com/jfuruness/justin_furuness.git
cd justin_furuness
pip3 install -e .[dev]
To test the development package: Testing
Development/Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Test it
- Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Ensure github actions are passing tests
- Email me at jfuruness@gmail.com if it's been a while and I haven't seen it
License
BSD License (see license file)
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 rabe_demo-0.1.4.tar.gz.
File metadata
- Download URL: rabe_demo-0.1.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c0659072bc0fcc5f72da0ce85a953c6f94d8835006b25cd78b70bc8bd325888
|
|
| MD5 |
6ec502c1d337d54c1cd68e4a6e949f9d
|
|
| BLAKE2b-256 |
185aeadcfc01fbe9d2ddf5eb5c5d612fdf1a91dd6036ec987f7fb1c9af33a647
|
File details
Details for the file rabe_demo-0.1.4-py3-none-any.whl.
File metadata
- Download URL: rabe_demo-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4dfb989e09b53f03f5979904e0e2d2901eb95b943989d9c5f4978498ea67d39
|
|
| MD5 |
7c8210bcd8a81eb19e1baa9b940b34db
|
|
| BLAKE2b-256 |
b5892ac509b6008e2ac75056dfce1adddfc788d61c740e92d249fc6807c1a54e
|