Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Aspose.Finance for Python via .NET is a scalable and feature-rich API to process finance-related formats, such as, XBRL iXBRL and OFX, using Python. API offers XBRL,iXBRL,OFX file creation, manipulation and conversion.
Product Page <https://products.aspose.com/finance/python-net>
_ | Docs <https://docs.aspose.com/finance/python-net/>
_ | Demos <https://products.aspose.app/finance/family/>
_ | Blog <https://blog.aspose.com/category/finance/>
_ | Code Samples <https://github.com/aspose-finance/Aspose.Finance-for-Python-via-.NET>
_ | Free Support <https://forum.aspose.com/c/finance>
_ | Temporary License <https://purchase.aspose.com/temporary-license>
_ | EULA <https://company.aspose.com/legal/eula>
_
Try our free online apps <https://products.aspose.app/finance/family>
_ demonstrating some of the most popular Aspose.Finance functionality.
Aspose.Finance for Python via .NET is a a scalable and feature-rich API to process finance-related formats, such as XBRL iXBRL and OFX, using Python. API offers XBRL, iXBRL, OFX file creation, manipulation and conversion. It allows you to open files and manipulate XBRL/iXBRL, OFX, and then export to XBRL,OFX file formats.
Aspose.Finance offers a wide arrange of features for creating, reading, manipulating and saving xbrl,ixbrl,ofx files:
Aspose.Finance for Python via .NET is designed to perform equally well on the server or client-side.
Aspose.Finance for Python supports a wide range of formats for loading and saving documents <https://docs.aspose.com/finance/python-net/supported-file-formats/>
_, some of them are listed below:
XBRL: XBRL iXBRL, XLSX OFX: OFX, OFX Version 1
.. code-block:: python
from aspose.finance.xbrl import * document = XbrlDocument() xbrlInstances = document.xbrl_instances xbrlInstance = xbrlInstances[xbrlInstances.add()] document.save(os.path.join(outputDir, "CreateXbrlFile.xbrl"))
.. code-block:: python
from aspose.finance.xbrl import * document = XbrlDocument(os.path.join(sourceDir, "IdScopeContextPeriodStartAfterEnd.xml"))
saveOptions = SaveOptions() saveOptions.save_format = SaveFormat.XLSX
document.save(os.path.join(outputDir, "ConvertXbrlToXlsx_out.xlsx"), saveOptions)
.. code-block:: python
from aspose.finance.ofx import * document = OfxRequestDocument(os.path.join(sourceDir, "bankTransactionReq.sgml")) document.save(os.path.join(outputDir, "ConvertOfxRequestFileToOfxRequestV2.xml"), OfxVersionEnum.V2X)
Product Page <https://products.aspose.com/finance/python-net>
_ | Docs <https://docs.aspose.com/finance/python-net/>
_ | Demos <https://products.aspose.app/finance/family/>
_ | Blog <https://blog.aspose.com/category/finance/>
_ | Code Samples <https://github.com/aspose-finance/Aspose.Finance-for-Python-via-.NET>
_ | Free Support <https://forum.aspose.com/c/finance>
_ | Temporary License <https://purchase.aspose.com/temporary-license>
_ | EULA <https://company.aspose.com/legal/eula>
_
FAQs
Aspose.Finance for Python via .NET is a scalable and feature-rich API to process finance-related formats, such as, XBRL iXBRL and OFX, using Python. API offers XBRL,iXBRL,OFX file creation, manipulation and conversion.
We found that aspose-finance demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.