"""
Project description
Koji Wrapper
Helper library to work with areas of koji that are not well supported in that project’s api.
Free software: MIT license
Notes
This library only supports python 3. Some features may still work with python 2.7 but not all of the syntax and features may be compatible.
Development
There are several dependencies needed to build and work on koji_wrapper. These are a result of a dependency upstream from us in the cryptography library, which lists the packages needed if you run into problems pip installing our requirements.
koji_wrapper supports both standard python virtual environment setups and pipenv, which is integrated into our Makefile. To set up a pipenv-based development environment, you can simply run:
make dev
This will install our dev environment for the package via pipenv. It is installed with –user, so it does not affect your site-packages. Pipenv creates a unique virtualenv for us, which you can activate via:
pipenv shell
See the pipenv documentation for more detail.
Alternatively, you can use a standard python virtualenv if you prefer.
Documentation
To build the documentation on your checkout, simply run:
make docs
This is useful for verifying any documentation you have changed or added is generated correctly and looks as expected before submitting a Pull Request.
Contributions
All new code should include tests that excercise the code and prove that it works, or fixes the bug you are trying to fix. Any Pull Request without tests will not be accepted. See CONTRIBUTING.rst for more details.
Building
If you wish to build a local package for testing at any time, you can simply run:
make dist
this will build a package with a .dev extension that you can install for testing and verification.
History
0.1.0 (2018-02-22)
First release on PyPI.
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
File details
Details for the file koji_wrapper-0.4.0.tar.gz
.
File metadata
- Download URL: koji_wrapper-0.4.0.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b5209c3b83af50eb1700bc2f6e92844c12daa1bd5a972a07733062a279a6e24 |
|
MD5 | d004d18408b06b214bc03a71d11a0877 |
|
BLAKE2b-256 | 74e097b5fb9f62370e74338c5aef3ace2be0cb24c150d7e65bdcaaa78563b6c4 |
File details
Details for the file koji_wrapper-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: koji_wrapper-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d1a0bdde15f641071ff78c32157dd90bc379f886835c2b5f4871c768b25fc98 |
|
MD5 | 133103ceb71d1fbe2f97b97715897fe6 |
|
BLAKE2b-256 | 5d4afba8848a5dbc3a9f7fd700f8e1a56bd14300fec8dc7499db5c09d738aeed |