notionlib


Namenotionlib JSON
Version 0.3.dev0 PyPI version JSON
download
home_pagehttps://github.com/jdhp/notion-lib
SummaryAn unofficial Python 3 client for the Notion.so API
upload_time2023-06-04 22:15:07
maintainerJérémie DECOCK
docs_urlNone
authorJérémie DECOCK
requires_python>=3.6
license
keywords gitlab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========================
Python Client for Notion.so
===========================

Copyright (c) 2022 Jérémie DECOCK (www.jdhp.org)

* Web site: http://www.jdhp.org/software_en.html#notionlib
* Online documentation: http://notionlib.readthedocs.org
* Examples: http://notionlib.readthedocs.org/gallery/

* Notebooks: https://github.com/jdhp/notion-lib-notebooks
* Source code: https://github.com/jdhp/notion-lib
* Issue tracker: https://github.com/jdhp/notion-lib/issues
* Python Client for Notion.so on PyPI: https://pypi.org/project/notionlib
* Python Client for Notion.so on Anaconda Cloud: https://anaconda.org/jdhp/notionlib


Description
===========

An unofficial Python 3 client for Notion.so API

Note:

    This project is still in beta stage, so the API is not finalized yet.


Dependencies
============

*  Python >= 3.0

.. _install:

Installation
============

Gnu/Linux
---------

You can install, upgrade, uninstall Python Client for Notion.so with these commands (in a
terminal)::

    pip install --pre notionlib
    pip install --upgrade notionlib
    pip uninstall notionlib

Or, if you have downloaded the Python Client for Notion.so source code::

    python3 setup.py install

.. There's also a package for Debian/Ubuntu::
.. 
..     sudo apt-get install notionlib

Windows
-------

.. Note:
.. 
..     The following installation procedure has been tested to work with Python
..     3.4 under Windows 7.
..     It should also work with recent Windows systems.

You can install, upgrade, uninstall Python Client for Notion.so with these commands (in a
`command prompt`_)::

    py -m pip install --pre notionlib
    py -m pip install --upgrade notionlib
    py -m pip uninstall notionlib

Or, if you have downloaded the Python Client for Notion.so source code::

    py setup.py install

MacOSX
-------

.. Note:
.. 
..     The following installation procedure has been tested to work with Python
..     3.5 under MacOSX 10.9 (*Mavericks*).
..     It should also work with recent MacOSX systems.

You can install, upgrade, uninstall Python Client for Notion.so with these commands (in a
terminal)::

    pip install --pre notionlib
    pip install --upgrade notionlib
    pip uninstall notionlib

Or, if you have downloaded the Python Client for Notion.so source code::

    python3 setup.py install


Documentation
=============

* Online documentation: http://notionlib.readthedocs.org
* API documentation: http://notionlib.readthedocs.org/en/latest/api.html


Example usage
=============

TODO


Bug reports
===========

To search for bugs or report them, please use the Python Client for Notion.so Bug Tracker at:

    https://github.com/jdhp/notion-lib/issues


License
=======

This project is provided under the terms and conditions of the `MIT License`_.


.. _MIT License: http://opensource.org/licenses/MIT
.. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jdhp/notion-lib",
    "name": "notionlib",
    "maintainer": "J\u00e9r\u00e9mie DECOCK",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "jd.jdhp@gmail.com",
    "keywords": "Gitlab",
    "author": "J\u00e9r\u00e9mie DECOCK",
    "author_email": "jd.jdhp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/83/e7/1fc8c4961f47b511f2cc23803f73f65cd5ab065e8a913871bc9237c415dd/notionlib-0.3.dev0.tar.gz",
    "platform": null,
    "description": "===========================\nPython Client for Notion.so\n===========================\n\nCopyright (c) 2022 J\u00e9r\u00e9mie DECOCK (www.jdhp.org)\n\n* Web site: http://www.jdhp.org/software_en.html#notionlib\n* Online documentation: http://notionlib.readthedocs.org\n* Examples: http://notionlib.readthedocs.org/gallery/\n\n* Notebooks: https://github.com/jdhp/notion-lib-notebooks\n* Source code: https://github.com/jdhp/notion-lib\n* Issue tracker: https://github.com/jdhp/notion-lib/issues\n* Python Client for Notion.so on PyPI: https://pypi.org/project/notionlib\n* Python Client for Notion.so on Anaconda Cloud: https://anaconda.org/jdhp/notionlib\n\n\nDescription\n===========\n\nAn unofficial Python 3 client for Notion.so API\n\nNote:\n\n    This project is still in beta stage, so the API is not finalized yet.\n\n\nDependencies\n============\n\n*  Python >= 3.0\n\n.. _install:\n\nInstallation\n============\n\nGnu/Linux\n---------\n\nYou can install, upgrade, uninstall Python Client for Notion.so with these commands (in a\nterminal)::\n\n    pip install --pre notionlib\n    pip install --upgrade notionlib\n    pip uninstall notionlib\n\nOr, if you have downloaded the Python Client for Notion.so source code::\n\n    python3 setup.py install\n\n.. There's also a package for Debian/Ubuntu::\n.. \n..     sudo apt-get install notionlib\n\nWindows\n-------\n\n.. Note:\n.. \n..     The following installation procedure has been tested to work with Python\n..     3.4 under Windows 7.\n..     It should also work with recent Windows systems.\n\nYou can install, upgrade, uninstall Python Client for Notion.so with these commands (in a\n`command prompt`_)::\n\n    py -m pip install --pre notionlib\n    py -m pip install --upgrade notionlib\n    py -m pip uninstall notionlib\n\nOr, if you have downloaded the Python Client for Notion.so source code::\n\n    py setup.py install\n\nMacOSX\n-------\n\n.. Note:\n.. \n..     The following installation procedure has been tested to work with Python\n..     3.5 under MacOSX 10.9 (*Mavericks*).\n..     It should also work with recent MacOSX systems.\n\nYou can install, upgrade, uninstall Python Client for Notion.so with these commands (in a\nterminal)::\n\n    pip install --pre notionlib\n    pip install --upgrade notionlib\n    pip uninstall notionlib\n\nOr, if you have downloaded the Python Client for Notion.so source code::\n\n    python3 setup.py install\n\n\nDocumentation\n=============\n\n* Online documentation: http://notionlib.readthedocs.org\n* API documentation: http://notionlib.readthedocs.org/en/latest/api.html\n\n\nExample usage\n=============\n\nTODO\n\n\nBug reports\n===========\n\nTo search for bugs or report them, please use the Python Client for Notion.so Bug Tracker at:\n\n    https://github.com/jdhp/notion-lib/issues\n\n\nLicense\n=======\n\nThis project is provided under the terms and conditions of the `MIT License`_.\n\n\n.. _MIT License: http://opensource.org/licenses/MIT\n.. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An unofficial Python 3 client for the Notion.so API",
    "version": "0.3.dev0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jdhp/notion-lib/issues",
        "Homepage": "https://github.com/jdhp/notion-lib"
    },
    "split_keywords": [
        "gitlab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93b56ce935d0194c1ca2ba83de2bb8f398643995c7b34e5fcc3107b5023eaeb6",
                "md5": "8e71fa78079c9b001af0afd387beda64",
                "sha256": "2deed69f35a057b0ec84481ed16718b6d3de1b6dadf12b5370edd7e657d4e251"
            },
            "downloads": -1,
            "filename": "notionlib-0.3.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e71fa78079c9b001af0afd387beda64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8164,
            "upload_time": "2023-06-04T22:15:03",
            "upload_time_iso_8601": "2023-06-04T22:15:03.207543Z",
            "url": "https://files.pythonhosted.org/packages/93/b5/6ce935d0194c1ca2ba83de2bb8f398643995c7b34e5fcc3107b5023eaeb6/notionlib-0.3.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e71fc8c4961f47b511f2cc23803f73f65cd5ab065e8a913871bc9237c415dd",
                "md5": "87f0990acc15fa60d3a65a9b35c40996",
                "sha256": "528cc9e1691954529efa7cde7b9790fe3b5a884adf61e8601e5f6503531bbc36"
            },
            "downloads": -1,
            "filename": "notionlib-0.3.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "87f0990acc15fa60d3a65a9b35c40996",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 20607,
            "upload_time": "2023-06-04T22:15:07",
            "upload_time_iso_8601": "2023-06-04T22:15:07.787704Z",
            "url": "https://files.pythonhosted.org/packages/83/e7/1fc8c4961f47b511f2cc23803f73f65cd5ab065e8a913871bc9237c415dd/notionlib-0.3.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-04 22:15:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jdhp",
    "github_project": "notion-lib",
    "github_not_found": true,
    "lcname": "notionlib"
}
        
Elapsed time: 0.08473s