Metadata-Version: 1.1
Name: insynsregistret
Version: 0.0.2.3
Summary: A client for the Swedish insynsregistret
Home-page: https://github.com/djonsson/insynsregistret
Author: Daniel Jonsson
Author-email: wd.jonsson@gmail.com
License: Copyright (c) 2016 Daniel Jonsson.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the <organization>. The name of the
<organization> may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Description: ===============
        Insynsregistret
        ===============
        
        .. image:: https://api.travis-ci.org/djonsson/insynsregistret.svg?branch=master
            :target: https://travis-ci.org/djonsson/insynsregistret
        
        .. image:: https://codecov.io/gh/djonsson/insynsregistret/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/djonsson/insynsregistret
        
        .. image:: https://badge.fury.io/py/insynsregistret.svg
            :target: https://badge.fury.io/py/insynsregistret
        
        Introduction
        ------------
        `Insynsregistret <http://insynsok.fi.se>`_  is a Swedish financial registry maintained by the `Swedish Finansinspektionen <http://www.fi.se>`_ (FI). It contains
        information regarding insider trading on the Stockholm Stock Exchange (OMX) which is the largest financial market in Sweden.
        
        All insider trading is reported to FI, which publishes the data to this public database. This python library makes it easier to automate data extraction from Insynsregistret.
        
        Please note that this library currently is under development. See the tests for usage instructions.
        
        Usage
        -----
        ::
        
            #Sets up environment and installs dependencies
            $ make env
        
            #Activate the environment
            $ . env/bin/activate
        
            #Shows the list of commands available
            $ make help
        
              env         create a development environment using virtualenv
              deps        install dependencies
              clean       remove unwanted stuff
              lint        check style with flake8
              test        run all your tests using nose
              production  run test suite and do a release
              release     package and upload a release
              sdist       package
        
        
        License
        -------
        Insynsregistret is BSD licensed, so feel free to use it as you like.
Keywords: insynsregustret,insider trading,finansinspektionen,omx
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
