mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-01 22:13:01 +00:00
first commit
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,29 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2019,
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@ -0,0 +1,16 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: matplotlib-inline
|
||||
Version: 0.1.3
|
||||
Summary: Inline Matplotlib backend for Jupyter
|
||||
Home-page: https://github.com/ipython/matplotlib-inline
|
||||
Author: IPython Development Team
|
||||
Author-email: ipython-dev@scipy.org
|
||||
License: BSD 3-Clause
|
||||
Keywords: python,ipython,matplotlib,jupyter
|
||||
Platform: UNKNOWN
|
||||
Requires-Python: >=3.5
|
||||
License-File: LICENSE
|
||||
Requires-Dist: traitlets
|
||||
|
||||
UNKNOWN
|
||||
|
@ -0,0 +1,12 @@
|
||||
matplotlib_inline-0.1.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
matplotlib_inline-0.1.3.dist-info/LICENSE,sha256=h2fqUE4sy0ktz8FSdrSTz4ihIMdpW1sqJxuAGCM1O8M,1507
|
||||
matplotlib_inline-0.1.3.dist-info/METADATA,sha256=XZvyM7BthRAOhooudocjGItvQurftlczDLKYx4yLVCk,397
|
||||
matplotlib_inline-0.1.3.dist-info/RECORD,,
|
||||
matplotlib_inline-0.1.3.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
||||
matplotlib_inline-0.1.3.dist-info/top_level.txt,sha256=0ViJqRtJZLIS7IfjHrUgYI6RIvWY0cfk1OjAlp40Zsw,18
|
||||
matplotlib_inline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
matplotlib_inline/__pycache__/__init__.cpython-310.pyc,,
|
||||
matplotlib_inline/__pycache__/backend_inline.cpython-310.pyc,,
|
||||
matplotlib_inline/__pycache__/config.cpython-310.pyc,,
|
||||
matplotlib_inline/backend_inline.py,sha256=CdMrQiXft5wnwfwXX9-Cih0UVJxoKy1VoJTY80SdInA,11115
|
||||
matplotlib_inline/config.py,sha256=FThQfCxBdfaSEGIc834ndjezAc8tedNQ6gjDaDKb3mo,3993
|
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.37.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1 @@
|
||||
matplotlib_inline
|
Reference in New Issue
Block a user