{ "info": { "author": "Charles Thomas", "author_email": "ch@rlesthom.as", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python :: 2.7" ], "description": "======\nmagpie\n======\n\n.. image:: https://dl.dropboxusercontent.com/u/402325/dontdelete/magpie.jpg\n\nmagpie: [ma]rkdown, [g]it, [pie]thon\n\nGit-backed Evernote replacement\n\nQuickstart\n==========\nPre-requisites\n--------------\n\n(outside of PyPI):\n\n* Python 2.7\n* Pip/Easy Install\n* Git\n* `libmagic`_ (OS X specific issue; it's already installed on most Linux\n distros)\n* cygwin (Windows only requirement; see `issue #4`_)\n\nInstalling magpie\n-----------------\nIf you're a Python person, and you are using virtual environments, just::\n\n pip install magpie\n\nIf you don't know what Python virtual environments are::\n\n sudo pip install magpie\n\nSetup Git Repo\n--------------\n\ngit init\n~~~~~~~~\nLocally::\n\n mkdir -p /path/to/notes/repo/\n cd /path/to/notes/repo/\n git init\n\nOn `Github`_\n\nOn `Bitbucket`_\n\ngit config\n~~~~~~~~~~\nDepending on what your environment is like, you may get a nasty error the first\ntime you try to do something useful. This happened to me when I setup magpie to\nwork with supervisor. In order to resolve this, I had to set the ``user.name``\nand ``user.email`` fields in git config. The error message on the magpie page\nwill tell you the syntax.\n\nLaunch magpie\n-------------\nIn a Python virtualenv::\n\n magpie\n\nIf you installed magpie with ``sudo``::\n\n sudo magpie\n\nConnect\n-------\nIn browser, go to http://localhost:8080\n\nConfigure\n---------\n\nOn the main page, there should be a link to configure magpie. (Alternatively,\nhttp://localhost:8080/config)\n\nEnter as much info here as you want. Username / Password are not required, but\nrecommended. The only required field is repo. The path from \"Init Git Repo\"\nabove should be entered here.\n\nHome Dir Config\n~~~~~~~~~~~~~~~\nAs of version 0.0.4, if you have a \".magpie\" directory in your home directory,\nyou can store config files there, instead of the default path. You'll need to\nmake this directory after installing magpie and before running it.\nAlternatively, you can create the directory and move the config files there\nmanually.\n\nUseful Links\n============\n\n* `magpie documentation`_\n* `magpie on Github`_\n* `magpie in PyPI`_\n* `magpie blog`_\n* `magpie mailing list`_\n* `Contributing`_\n* `To Do`_\n\nWhat is magpie?\n===============\nI *love* `Evernote`_, but I no longer trust my data to cloud providers. Magpie\nis an attempt to make a reasonably sufficient Evernote replacement where the\nusers control their data.\n\nBasically, magpie is just a web tool for managing text files in a git repo. In\nit, you can create notebooks (which are just folders); create, edit, and delete\nnotes (which are just files). That's pretty much it. However, when you make any\nof these changes, they are automatically committed to git.\n\nDemo\n----\n`A demo of magpie is available here`_\n\n(If you make changes and they disappear, it's because the demo resets itself\nevery 15 minutes.)\n\nWhat isn't magpie?\n==================\n\n* Complete (see `contributing`_)\n\n* Secure (magpie is only as safe as you make it. If your git repo is hosted on\n a public server, people will be able to read your notes. If you run it on an\n open network, people may be able to access your notes. Etc.)\n\n* Shiny (This is a side project written and maintained - so far - by a single\n person. It's never going to be as good or as useable as Evernote.)\n\nFeatures\n========\n\n* Markdown & HTML notes are rendered on the page\n\n* Uses git as a backend\n\n * Easy backups (if you know git): clone once, then push/pull to backup notes\n\n * track history, etc, just like with git (using git, not via magpie's web\n interface ... yet?)\n\n* Render \"[ ]\" and \"[x]\" as check boxes. Clicking them changes and saves the\n note.\n\n* Email yourself notes (see `emailing notes`_)\n\n* Scrape PDFs to make them searchable in magpie (see `pdf_scraper`_)\n\nImage Attribution\n=================\nLogo/favicon courtesy of `Kieran Palmer`_, as licensed under CC BY-SA 2.0 Generic.\n\n.. _libmagic: https://pypi.python.org/pypi/filemagic/1.6\n.. _issue #4: https://github.com/charlesthomas/magpie/issues/4\n.. _Github: https://help.github.com/articles/create-a-repo\n.. _Bitbucket: https://confluence.atlassian.com/display/BITBUCKET/Create+an+Account+and+a+Git+Repo\n.. _magpie documentation: https://magpie-notes.readthedocs.org/en/latest/\n.. _magpie on Github: https://github.com/charlesthomas/magpie/\n.. _magpie in PyPI: https://pypi.python.org/pypi/magpie/\n.. _magpie blog: http://magpie-notes.tumblr.com\n.. _magpie mailing list: https://groups.google.com/forum/#!forum/magpie-notes\n.. _Contributing: https://github.com/charlesthomas/magpie/blob/master/docs/contributing.rst\n.. _To Do: https://github.com/charlesthomas/magpie/blob/master/todo.md\n.. _Evernote: https://evernote.com\n.. _A demo of magpie is available here: http://magpie.sknkwrks.net/\n.. _emailing notes: https://magpie-notes.readthedocs.org/en/latest/utils/emailing_notes.html\n.. _pdf_scraper: https://magpie-notes.readthedocs.org/en/latest/utils/pdf_scraper.html\n.. _Kieran Palmer: http://www.kpword.net", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/charlesthomas/magpie", "keywords": null, "license": "The MIT License (MIT)\n\nCopyright (c) 2014 Charles Thomas\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "magpie", "package_url": "https://pypi.org/project/magpie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/magpie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/charlesthomas/magpie" }, "release_url": "https://pypi.org/project/magpie/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "magpie: [ma]rkdown, [g]it, [pie]thon", "version": "0.1.0" }, "last_serial": 1159218, "releases": { "0.0.0": [], "0.0.1": [ { "comment_text": "", "digests": { "md5": "103b361e678badf702653f78f11945f4", "sha256": "d4ba50161e5dabfd0a11dcf10938035733e900170db8fcc339b9fd999a9de350" }, "downloads": -1, "filename": "magpie-0.0.1.tar.gz", "has_sig": false, "md5_digest": "103b361e678badf702653f78f11945f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55878, "upload_time": "2014-06-10T19:23:15", "url": "https://files.pythonhosted.org/packages/57/69/ba17f068e0e4d482a670cad4ce2bd59840224ddb36bd59207ec817121df5/magpie-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ca6ed3cb758ffef68980dd695b12dce9", "sha256": "97283db97fa2dcb7cfa93bdf90daa4eacb5ce2cf265fe366411ef14c82461f9c" }, "downloads": -1, "filename": "magpie-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ca6ed3cb758ffef68980dd695b12dce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55995, "upload_time": "2014-06-11T16:44:47", "url": "https://files.pythonhosted.org/packages/6a/a2/bcad6175786374bf1947eff8f1b6b26aef786afe3664765066ed3b00f013/magpie-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "b8285772d94546680d40c09e1d85cc41", "sha256": "3a94900b7b4c7eb3ec86579459c8df0588c380c65346f620cef80b1bf5d0316f" }, "downloads": -1, "filename": "magpie-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b8285772d94546680d40c09e1d85cc41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56019, "upload_time": "2014-06-11T18:58:42", "url": "https://files.pythonhosted.org/packages/4f/a9/c5cc2607ef9a24011eea29e83fa044aadf178f9ba714df1cb1f51c02d8cb/magpie-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "4f02ab22850cd3110aa18a2e2ca89869", "sha256": "30c25bf145e46e24e8f41b7d4cdc150b753c84ce104e1994cda00382816985db" }, "downloads": -1, "filename": "magpie-0.0.4.tar.gz", "has_sig": false, "md5_digest": "4f02ab22850cd3110aa18a2e2ca89869", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57073, "upload_time": "2014-06-16T15:57:31", "url": "https://files.pythonhosted.org/packages/27/3c/b0aef78d037a0a030c29384d46f3d3c7eb566d61212b2adcd67599bd2b2b/magpie-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "2a848f611f9cfd1bc3aa54c830d71368", "sha256": "97506ef78b5b35ee9bdf8f7e45034c8de6507fb5b957963e895753eef9c347a1" }, "downloads": -1, "filename": "magpie-0.0.5.tar.gz", "has_sig": false, "md5_digest": "2a848f611f9cfd1bc3aa54c830d71368", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57093, "upload_time": "2014-06-18T19:35:44", "url": "https://files.pythonhosted.org/packages/ad/86/8a0df9ea94e121f3fdea0a2667679bf38915dbd7a39f2345699f2d2e5fb8/magpie-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "6a64dc457996dee509c8401975b78573", "sha256": "baacab4d2af11e7e992d12dd1cb9d476dc9e6bf50179acbc9e9c2d1db3f550d2" }, "downloads": -1, "filename": "magpie-0.0.6.tar.gz", "has_sig": false, "md5_digest": "6a64dc457996dee509c8401975b78573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54406, "upload_time": "2014-06-26T23:29:30", "url": "https://files.pythonhosted.org/packages/74/41/90acd7148e8ecc91fe8f65444c174797d645411e6cc950a881533bb1bc33/magpie-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "006bc051b17f11f49990c9b652c17259", "sha256": "a7a436e5620e0a38cebffa9493e20e5b17125a44bcc293f4f700fee9dbc62661" }, "downloads": -1, "filename": "magpie-0.0.7.tar.gz", "has_sig": false, "md5_digest": "006bc051b17f11f49990c9b652c17259", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55123, "upload_time": "2014-06-29T20:47:07", "url": "https://files.pythonhosted.org/packages/28/58/cdbb131ce30cfa0bd8f6cd2d28ad090bd864264091cc567ef4728ef75917/magpie-0.0.7.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "28e8c72b0a2cc73639822f99aceeaf32", "sha256": "0d4be7981a9a31d866e98a5156ca37dc0dba41c32088d2198171fe8dcc444c03" }, "downloads": -1, "filename": "magpie-0.1.0.tar.gz", "has_sig": false, "md5_digest": "28e8c72b0a2cc73639822f99aceeaf32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56523, "upload_time": "2014-07-16T01:30:04", "url": "https://files.pythonhosted.org/packages/66/6f/2f475c190350684bf5ffe6aa6886db0768f1693ff4b43dffa527586cc32a/magpie-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "28e8c72b0a2cc73639822f99aceeaf32", "sha256": "0d4be7981a9a31d866e98a5156ca37dc0dba41c32088d2198171fe8dcc444c03" }, "downloads": -1, "filename": "magpie-0.1.0.tar.gz", "has_sig": false, "md5_digest": "28e8c72b0a2cc73639822f99aceeaf32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56523, "upload_time": "2014-07-16T01:30:04", "url": "https://files.pythonhosted.org/packages/66/6f/2f475c190350684bf5ffe6aa6886db0768f1693ff4b43dffa527586cc32a/magpie-0.1.0.tar.gz" } ] }