METADATA 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. Metadata-Version: 2.4
  2. Name: jupyter_server
  3. Version: 2.17.0
  4. Summary: The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
  5. Project-URL: Homepage, https://jupyter-server.readthedocs.io
  6. Project-URL: Documentation, https://jupyter-server.readthedocs.io
  7. Project-URL: Funding, https://jupyter.org/about#donate
  8. Project-URL: Source, https://github.com/jupyter-server/jupyter_server
  9. Project-URL: Tracker, https://github.com/jupyter-server/jupyter_server/issues
  10. Author-email: Jupyter Development Team <jupyter@googlegroups.com>
  11. License: BSD 3-Clause License
  12. - Copyright (c) 2001-2015, IPython Development Team
  13. - Copyright (c) 2015-, Jupyter Development Team
  14. All rights reserved.
  15. Redistribution and use in source and binary forms, with or without
  16. modification, are permitted provided that the following conditions are met:
  17. 1. Redistributions of source code must retain the above copyright notice, this
  18. list of conditions and the following disclaimer.
  19. 2. Redistributions in binary form must reproduce the above copyright notice,
  20. this list of conditions and the following disclaimer in the documentation
  21. and/or other materials provided with the distribution.
  22. 3. Neither the name of the copyright holder nor the names of its
  23. contributors may be used to endorse or promote products derived from
  24. this software without specific prior written permission.
  25. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  26. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  27. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  28. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  29. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  30. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  31. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  32. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  33. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  34. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  35. License-File: LICENSE
  36. Keywords: ipython,jupyter
  37. Classifier: Development Status :: 5 - Production/Stable
  38. Classifier: Framework :: Jupyter
  39. Classifier: Intended Audience :: Developers
  40. Classifier: Intended Audience :: Science/Research
  41. Classifier: Intended Audience :: System Administrators
  42. Classifier: License :: OSI Approved :: BSD License
  43. Classifier: Programming Language :: Python
  44. Classifier: Programming Language :: Python :: 3
  45. Classifier: Programming Language :: Python :: 3 :: Only
  46. Requires-Python: >=3.9
  47. Requires-Dist: anyio>=3.1.0
  48. Requires-Dist: argon2-cffi>=21.1
  49. Requires-Dist: jinja2>=3.0.3
  50. Requires-Dist: jupyter-client>=7.4.4
  51. Requires-Dist: jupyter-core!=5.0.*,>=4.12
  52. Requires-Dist: jupyter-events>=0.11.0
  53. Requires-Dist: jupyter-server-terminals>=0.4.4
  54. Requires-Dist: nbconvert>=6.4.4
  55. Requires-Dist: nbformat>=5.3.0
  56. Requires-Dist: overrides>=5.0; python_version < '3.12'
  57. Requires-Dist: packaging>=22.0
  58. Requires-Dist: prometheus-client>=0.9
  59. Requires-Dist: pywinpty>=2.0.1; os_name == 'nt'
  60. Requires-Dist: pyzmq>=24
  61. Requires-Dist: send2trash>=1.8.2
  62. Requires-Dist: terminado>=0.8.3
  63. Requires-Dist: tornado>=6.2.0
  64. Requires-Dist: traitlets>=5.6.0
  65. Requires-Dist: websocket-client>=1.7
  66. Provides-Extra: docs
  67. Requires-Dist: ipykernel; extra == 'docs'
  68. Requires-Dist: jinja2; extra == 'docs'
  69. Requires-Dist: jupyter-client; extra == 'docs'
  70. Requires-Dist: myst-parser; extra == 'docs'
  71. Requires-Dist: nbformat; extra == 'docs'
  72. Requires-Dist: prometheus-client; extra == 'docs'
  73. Requires-Dist: pydata-sphinx-theme; extra == 'docs'
  74. Requires-Dist: send2trash; extra == 'docs'
  75. Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
  76. Requires-Dist: sphinxcontrib-github-alt; extra == 'docs'
  77. Requires-Dist: sphinxcontrib-openapi>=0.8.0; extra == 'docs'
  78. Requires-Dist: sphinxcontrib-spelling; extra == 'docs'
  79. Requires-Dist: sphinxemoji; extra == 'docs'
  80. Requires-Dist: tornado; extra == 'docs'
  81. Requires-Dist: typing-extensions; extra == 'docs'
  82. Provides-Extra: test
  83. Requires-Dist: flaky; extra == 'test'
  84. Requires-Dist: ipykernel; extra == 'test'
  85. Requires-Dist: pre-commit; extra == 'test'
  86. Requires-Dist: pytest-console-scripts; extra == 'test'
  87. Requires-Dist: pytest-jupyter[server]>=0.7; extra == 'test'
  88. Requires-Dist: pytest-timeout; extra == 'test'
  89. Requires-Dist: pytest<9,>=7.0; extra == 'test'
  90. Requires-Dist: requests; extra == 'test'
  91. Description-Content-Type: text/markdown
  92. # Jupyter Server
  93. [![Build Status](https://github.com/jupyter-server/jupyter_server/actions/workflows/python-tests.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/jupyter_server/actions/workflows/python-tests.yml/badge.svg?query=branch%3Amain++)
  94. [![Documentation Status](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest)
  95. The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.
  96. For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest).
  97. ## Installation and Basic usage
  98. To install the latest release locally, make sure you have
  99. [pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
  100. ```
  101. pip install jupyter_server
  102. ```
  103. Jupyter Server currently supports Python>=3.6 on Linux, OSX and Windows.
  104. ### Versioning and Branches
  105. If Jupyter Server is a dependency of your project/application, it is important that you pin it to a version that works for your application. Currently, Jupyter Server only has minor and patch versions. Different minor versions likely include API-changes while patch versions do not change API.
  106. When a new minor version is released on PyPI, a branch for that version will be created in this repository, and the version of the main branch will be bumped to the next minor version number. That way, the main branch always reflects the latest un-released version.
  107. To see the changes between releases, checkout the [CHANGELOG](https://github.com/jupyter/jupyter_server/blob/main/CHANGELOG.md).
  108. ## Usage - Running Jupyter Server
  109. ### Running in a local installation
  110. Launch with:
  111. ```
  112. jupyter server
  113. ```
  114. ### Testing
  115. See [CONTRIBUTING](https://github.com/jupyter-server/jupyter_server/blob/main/CONTRIBUTING.rst#running-tests).
  116. ## Contributing
  117. If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](CONTRIBUTING.rst).
  118. ## Team Meetings and Roadmap
  119. - When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
  120. - Where: [Jovyan Zoom](https://zoom.us/j/95228013874?pwd=Ep7HIk8t9JP6VToxt1Wj4P7K5PshC0.1)
  121. - What:
  122. - [Meeting notes](https://github.com/jupyter-server/team-compass/issues?q=is%3Aissue%20%20Meeting%20Notes%20)
  123. - [Agenda](https://hackmd.io/Wmz_wjrLRHuUbgWphjwRWw)
  124. See our tentative [roadmap here](https://github.com/jupyter/jupyter_server/issues/127).
  125. ## About the Jupyter Development Team
  126. The Jupyter Development Team is the set of all contributors to the Jupyter project.
  127. This includes all of the Jupyter subprojects.
  128. The core team that coordinates development on GitHub can be found here:
  129. https://github.com/jupyter/.
  130. ## Our Copyright Policy
  131. Jupyter uses a shared copyright model. Each contributor maintains copyright
  132. over their contributions to Jupyter. But, it is important to note that these
  133. contributions are typically only changes to the repositories. Thus, the Jupyter
  134. source code, in its entirety is not the copyright of any single person or
  135. institution. Instead, it is the collective copyright of the entire Jupyter
  136. Development Team. If individual contributors want to maintain a record of what
  137. changes/contributions they have specific copyright on, they should indicate
  138. their copyright in the commit message of the change, when they commit the
  139. change to one of the Jupyter repositories.
  140. With this in mind, the following banner should be used in any source code file
  141. to indicate the copyright and license terms:
  142. ```
  143. # Copyright (c) Jupyter Development Team.
  144. # Distributed under the terms of the Modified BSD License.
  145. ```