New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

finolog-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finolog-sdk

Wrapper for working with Finolog service API

  • 1.0.6.5
  • PyPI
  • Socket score

Maintainers
1

Finolog Python API

Wrapper for working with Finolog service API

N|Solid

Installation

You can install or upgrade package with:

$ pip install finolog-sdk --upgrade

Or you can install from source with:

$ git clone https://github.com/RTHeLL/finolog-sdk
$ cd finolog-sdk
$ python setup.py install

...or install from source buth with pip

$ pip install git+https://github.com/RTHeLL/finolog-sdk

Example

from finolog.client import FinologClient 


def main():
    client = FinologClient(api_token='YOUR TOKEN', biz_id=123)
    contractors = client.contractor.get_contractors()
    documents = client.document.get_documents()
    print(
        f'Documents: {documents}\n'
        f'Contractors: {contractors}'
    )


main()

Bugs

If you have any problems, please create Issues here

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc