{ "info": { "author": "Stijn Debrouwere", "author_email": "stijn@debrouwere.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Versioned v0.1\n==============\n\nVersioning is a user-friendly interface to a very common way of\nversioning files, which creates a snapshot on every save, using\nhardlinks, with ``latest.ext`` always referring to the latest version\nand other versions named according to when they were created.\n\nYou can use it on the command line or from Python.\n\n**Status:** unstable.\n\nUsage:\n\n::\n\n versioned (init | update) [options]\n versioned rm [options]\n versioned ls [options]\n versioned [] [options]\n\nOptions:\n\n::\n\n -s --max-size Prune old snapshots to keep the directory under a certain size.\n -n --max-snapshots Prune snapshots beyond the latest .\n -d --max-days Prune snapshots older than .\n -r --range ... List snapshots in a range. Get the latest snapshot using `head`, \n a range of older snapshots using `-5 -2`, snapshots that are\n between a certain age using `-9d -4d` and snapshots from a \n certain year, month or day using `2014`, `2014-05` and so on.\n -k --keep When adding a file from to the versioned directory, \n also keep the file in its original location.\n\nArguments: The path to either the versioned directory or the file you\nwish to start versioning. The path to the file that should be\n\nWhen initializing a versioned directory, you should refer to it with the\ndesired extension of the files that it will contain at the end.\n``example.txt`` will result in a versioned directory called ``example``\nbeing created, and all the files therein will have the ``.txt``\nextension. From then on, you can refer to your versioned directory with\nor without extension tacked on.", "description_content_type": null, "docs_url": null, "download_url": "https://www.github.com/debrouwere/versioned/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "filesystem versioning backups", "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "python-versioned", "package_url": "https://pypi.org/project/python-versioned/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-versioned/", "project_urls": { "Download": "https://www.github.com/debrouwere/versioned/tarball/master", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/python-versioned/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Version files with hardlinks.", "version": "0.1.0" }, "last_serial": 1294002, "releases": { "0.1.0": [] }, "urls": [] }