{
"info": {
"author": "win32gg",
"author_email": "gregor.jouet@laposte.net",
"bugtrack_url": null,
"classifiers": [],
"description": "\n# Simple Python Versioning Manager\n\nWhen working on a simpe python project, you don't want to handle the setup.py, Makefile if any, and all the release pipeline. Spvm aims to that part for you.\n\n## Installation\nspvm is on pypi.org and can be installed with a \n```\npip install spvm\n```\n\n## Requirements\n- python 3\n- docker*\n- a pypi.org account*\n- a repo for your project (github for instance)\n\n(*: no necessary but available)\n\n## Quickstart\nThe spvm syntax tries to be simmilar to git and npm:\n- To initialize a spvm project use `` spvm init ``\n- You can run `` spvm major/minor/patch`` to update the verison of your project\n- Use ``spvm test`` to launch the tests on your project\n- Use ``spvm repair`` to run autopep8 on your project to make it pep8 compliant\n- Use ``spvm -s update`` to update the project's dependencies and check their signatures when available\n