{ "info": { "author": "Xiaoyu Wei", "author_email": "xywei@pm.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Other Audience", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: POSIX", "Operating System :: POSIX :: BSD", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: SQL", "Topic :: Database", "Topic :: System :: Archiving", "Topic :: Utilities" ], "description": "Tidy\n====\n\n**NOTE: Tidy is still in its pre-alpha (development) stage.**\n\nTidy is a document manager written in Python 3. The command line\ninterface for Tidy is `tid`. See `tid --help` for usage info.\n\nGetting started\n---------------\n\nTo start managing your documents, first create a __collection__.\nA collection consists of a directory for all the files, an\n`sqlite` database for the metadata, and a collection description\nfile `collection.json`.\n\nTo create an empty new collection, run\n```bash\n$ tid init CollectionName\n```\n\nCollections\n-----------\n\nEach collection is assigned a [UUID](https://tools.ietf.org/html/rfc4122.html)\n(universally unique identifier).\n\n## Adding files\n\nTidy manages documents added to it by putting them into the `Inbox`\nand assigning a UUID for each file.\n\n```bash\n$ tid add [CollectionName] files\n```\n\nIf no collection name is given, Tidy will put the files into the\nglobal inbox at `$TIDY_HOME/Inbox`.\n\nConfigurations\n--------------\n\nTidy can be customized through a configuration file at\n`$XDG_CONFIG_HOME/tidy/config`, where `$XDG_CONFIG_HOME`\ndefaults to be `$HOME/.config`.\n\n`$TIDY_HOME` defaults to be `$HOME/.tidy`.\n\nSyncing\n-------\n\nIt is not recommended that collections be synced directly with\ncloud drives like Nextcloud or Dropbox unless you are comfortable\nwith resolving potential database conflicts manually.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tidy.readthedocs.io/", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "Tidy", "package_url": "https://pypi.org/project/Tidy/", "platform": "", "project_url": "https://pypi.org/project/Tidy/", "project_urls": { "Homepage": "https://tidy.readthedocs.io/" }, "release_url": "https://pypi.org/project/Tidy/2018.5/", "requires_dist": null, "requires_python": "", "summary": "Minimalistic document management system", "version": "2018.5" }, "last_serial": 3871956, "releases": { "2018.5": [ { "comment_text": "", "digests": { "md5": "df03e8230a349255a3a4e370ed088d49", "sha256": "67aff3e1830f3eb073ebd7fe898bfb446dc5b26e96697d415c65eafdc401633a" }, "downloads": -1, "filename": "Tidy-2018.5a.tar.gz", "has_sig": false, "md5_digest": "df03e8230a349255a3a4e370ed088d49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18089, "upload_time": "2018-05-17T11:37:03", "url": "https://files.pythonhosted.org/packages/30/92/5f2bc9d21043c9e8d422d1e3ad49b7f977936b8b5449d450e2a66d1cebbb/Tidy-2018.5a.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df03e8230a349255a3a4e370ed088d49", "sha256": "67aff3e1830f3eb073ebd7fe898bfb446dc5b26e96697d415c65eafdc401633a" }, "downloads": -1, "filename": "Tidy-2018.5a.tar.gz", "has_sig": false, "md5_digest": "df03e8230a349255a3a4e370ed088d49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18089, "upload_time": "2018-05-17T11:37:03", "url": "https://files.pythonhosted.org/packages/30/92/5f2bc9d21043c9e8d422d1e3ad49b7f977936b8b5449d450e2a66d1cebbb/Tidy-2018.5a.tar.gz" } ] }