{ "info": { "author": "Vinicius K. Ruoso", "author_email": "vinicius.ruoso@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Office/Business :: Financial :: Investment", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "tesouro-direto\n==============\n\n|pypi| |travis| |license|\n\nSet of tools to allow automated information recovery from your\n\"Tesouro Direto\" account.\n\n.. contents::\n :local:\n\n.. |pypi| image:: https://img.shields.io/pypi/v/tesouro-direto.svg?style=flat-square\n :target: https://pypi.python.org/pypi/tesouro-direto\n\n.. |travis| image:: https://img.shields.io/travis/vkruoso/tesouro-direto.svg?style=flat-square\n :target: https://travis-ci.org/vkruoso/tesouro-direto\n :alt: Build Status\n\n.. |license| image:: https://img.shields.io/dub/l/vibe-d.svg?style=flat-square\n\n\nInstallation\n------------\n\nTo install the tool the easiest way is to use pip::\n\n pip install tesouro-direto\n\n\nConfiguration\n-------------\n\nHere is a sample configuration file:\n\n.. code-block:: YAML\n\n # The credentials to access the tesourodireto.bmfbovespa.com.br website.\n # This is necessary to the tool to get your information and send it to you.\n bmfbovespa:\n cpf: \"00000000000\"\n password: \"secret\"\n\n # SMTP settings for email sending. If port is not specified, the default\n # value is 25. Provide the username and password if necessary.\n smtp:\n server: \"mail.mydomain.com\"\n port: 587\n username: \"user\"\n password: \"secret\"\n\n from: \"me@mydomain.com\"\n to: \"you@yourdomain.com\"\n\n\nAvailable tools\n---------------\n\nThe main goal of this module is to generate an email that keeps you updated\nregarding your titles. It also aims to provide some numbers that you can\nuse to have a better idea of how your money is working for you.\n\n\nEmail Report\n++++++++++++\n\nThe email report allows you to have very in depth view of your titles. It\nlists them based on the brokerage and them on the titles you have.\n\nBesides that it will provide the following information:\n\n* Summaries of all your titles;\n* Calculations about your title current situation.\n\nHere is a sample email screenshot:\n(todo)\n\n\nConfiguring Crontab\n^^^^^^^^^^^^^^^^^^^\n\nYou can configure `crontab` to call the program above. This way you can have\na automated email at the time and periodicity that you like.\n\n\nWork Days Calculation\n^^^^^^^^^^^^^^^^^^^^^\n\nThere is a simple module that can calculate the amount of work days between\ntwo dates based on Brazilian national holidays. You can use it in your\nprogram if you like by importing the module.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vkruoso/tesouro-direto", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "tesouro-direto", "package_url": "https://pypi.org/project/tesouro-direto/", "platform": "any", "project_url": "https://pypi.org/project/tesouro-direto/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/vkruoso/tesouro-direto" }, "release_url": "https://pypi.org/project/tesouro-direto/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Tools to manage 'Tesouro Direto' information.", "version": "0.1.0" }, "last_serial": 1670231, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "987d60f282d05b93142ab0084d4e9f4f", "sha256": "2864d971e0819d29907f3b7328d57320d6a328dcb9b3d325184ac82856a481a2" }, "downloads": -1, "filename": "tesouro-direto-0.1.0.tar.gz", "has_sig": false, "md5_digest": "987d60f282d05b93142ab0084d4e9f4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12184, "upload_time": "2015-08-09T13:22:55", "url": "https://files.pythonhosted.org/packages/0d/9a/15a04f1c774466a582b0e1782128dae2ce9b0474fe931429ba363bc505c3/tesouro-direto-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "987d60f282d05b93142ab0084d4e9f4f", "sha256": "2864d971e0819d29907f3b7328d57320d6a328dcb9b3d325184ac82856a481a2" }, "downloads": -1, "filename": "tesouro-direto-0.1.0.tar.gz", "has_sig": false, "md5_digest": "987d60f282d05b93142ab0084d4e9f4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12184, "upload_time": "2015-08-09T13:22:55", "url": "https://files.pythonhosted.org/packages/0d/9a/15a04f1c774466a582b0e1782128dae2ce9b0474fe931429ba363bc505c3/tesouro-direto-0.1.0.tar.gz" } ] }