My unique package
Project description
Python Packaging Example
If you like the repo, it would be awesome if you could add a star to it! It really helps out the visibility.
Package Description
Prints my name, and it my first package!
Usage
from a script:
from acd_unique_package import Acd
Acd().print_name()
From the command line:
acd_unique_package
Installation
Install python and pip if you have not already.
Then run:
pip3 install pip --upgrade
pip3 install wheel
For production:
pip3 install acd_unique_package
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/aykcandem/acd_unique_package.git
cd acd_unique_package
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 test@gmail.com if it's been a while and I haven't seen it
License
BSD License (see license file)
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
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 acd_unique_package-0.3.3.tar.gz.
File metadata
- Download URL: acd_unique_package-0.3.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c39feef74b01821d418e7c138a05cc94963c7bd227e20307cbc9179635196fc0
|
|
| MD5 |
3db9ee3cef9ddc4699eb0bb2da2762ed
|
|
| BLAKE2b-256 |
f525c864536ee6bad4737d3c54e11720ae9ea1a1143b9fdebd2d4bd35a54ba60
|
File details
Details for the file acd_unique_package-0.3.3-py3-none-any.whl.
File metadata
- Download URL: acd_unique_package-0.3.3-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7da0651d8554760d052658713b9cb51d4c9b55fa323a87f911a6d109fd6b529
|
|
| MD5 |
11243bb64ddd9d988711df357db461c4
|
|
| BLAKE2b-256 |
68d29db39916471e2534da694f504bf8ca2f1fe0213cf528d17439222acf9db0
|