nextversion 1.0
pip install nextversion
Latest version
Released:
A Python package to generate next version string
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (LICENSE.txt)
- Author: Sho Nakatani
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
- Topic
Project description
A Python package to increments module verision numbers.
from nextversion import nextversion
nextversion('1.0a2') # => '1.0a3'
nextversion('v1.0a2') # => '1.0a3' (normalized to compatible version with PEP 386)
nextversion('foo.0.3') # => None (impossible to normalize)
If original version number does not match PEP 386 ,
Next version compatible with PEP 386 is returned if possible,
If impossible, None is returned.
Install
Install from PyPI
$ pip install nextversion
Install from Github repo
$ git clone https://github.com/laysakura/nextversion.git
$ cd nextversion
$ ./setup.py install
See also
Version::Next CPAN module
Author
Sho Nakatani <lay.sakura@gmail.com>, a.k.a. @laysakura
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (LICENSE.txt)
- Author: Sho Nakatani
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
- Topic
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
File details
Details for the file nextversion-1.0.zip
.
File metadata
- Download URL: nextversion-1.0.zip
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28b64e35bcf2b6a6565379013bdbfc074232ca47e1b1c60a82c9341cb2e37579 |
|
MD5 | 2e5b56afa5b3e0cf2a92a2327ec21578 |
|
BLAKE2b-256 | 0a07cc68b6dc5bc6d9283a79eb7eee0618a9147dd47c5b0b4ebffe36c799276e |