Metadata-Version: 2.1
Name: intake_sdmx
Version: 0.2.0
Summary: intake plugin for SDMX data sources
Home-page: https://github.com/dr-leo/pandasdmx
Keywords: statistics, SDMX, intake, data, economics, science, plot
Author: dr-leo
Author-email: fhaxbox66@gmail.com
Requires-Python: >=3.7.8,<4
Description-Content-Type: text/x-rst
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pandasdmx[cache] >= 1.7.0
Requires-Dist: intake >= 0.6.5
Requires-Dist: sphinx >= 3.4 ; extra == "doc"
Requires-Dist: IPython ; extra == "doc"
Requires-Dist: pytest >= 5 ; extra == "test"
Project-URL: Documentation, https://intake_sdmx.readthedocs.io/
Provides-Extra: doc
Provides-Extra: test

intake_sdmx: an intake plugin for SDMX data sources
======================================================

(c) 2021 Dr. Leo

Useful links:

* `Source code @ Github <https://github.com/dr-leo/intake_sdmx/>`_ —
* `intake_sdmx documentation <https://intake_sdmx.readthedocs.io/>`_

**intake_sdmx** is an `Apache 2.0-licensed <LICENSE>`_ 
`intake <http://intake.readthedocs.io>`_ plugin for SDMX-compliant data sources
such as BIS, ECB, ESTAT, INSEE, ILO, UN, UNICEF, World Bank and more. 
**intake_sdmx** leverages `pandaSDMX <http://pandasdmx.readthedocs.io>`_.
  
  
License
-------

Copyright 2021, Dr. Leo

Licensed under the Apache License, Version 2.0 (the “License”); you may not use
these files except in compliance with the License. You may obtain a copy of the
License:

- from the file LICENSE included with the source code, or
- at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.


