Create and manage bundle packages.
Project description
- Version:
- 1.0.0
Synopsis
A bundle consists of several packages, and can be used as a shortcut in applications and libraries requirements lists.
Bundles are used to follow a common group of packages, or a package with an optional extension feature.
This distribution lets you create bundles, and may also be able to manage installed bundles in the future.
Usage
You can create and upload a bundle to PyPI:
>>> b = Bundle("mybundle", description="Cool bundle", version="1.0.0", requires=["pkg1", "pkg2>1.3", "pkg3"], author="George Costanza", author_email="george@vandelay.com", url="http://vandelay.com", license="BSD") >>> b.upload()
Note that this requires a .pypirc containing your PyPI login information.
Installation
You can install Bundle either via the Python Package Index (PyPI) or from source.
To install using pip,:
$ pip install bundle
To install using easy_install,:
$ easy_install bundle
If you have downloaded a source tarball you can install it by doing the following,:
$ python setup.py build # python setup.py install # as root
Getting Help
Bug tracker
If you have any suggestions, bug reports or annoyances please report them to our issue tracker at http://github.com/ask/bundle/issues/
Contributing
Development of Bundle happens at Github: http://github.com/ask/bundle
You are highly encouraged to participate in the development. If you don’t like Github (for some reason) you’re welcome to send regular patches.
License
This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.
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
File details
Details for the file bundle-1.0.0.tar.gz
.
File metadata
- Download URL: bundle-1.0.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7949af91247314b2b2b41b0de5658edc5fe7c8578ede5ad844a3dcd18a208177 |
|
MD5 | c283369fffc7ae9a8e62da3be24fd7bd |
|
BLAKE2b-256 | 60f1535b32109411f323fee69d5b885119c678313fe1ca8bb1f4c4b914b06844 |