
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
A python async wrapper for the currency-api API
py -m pip install -U currency-api-py
:: latest (unstable)
py -m pip install git+https://github.com/Marseel-E/currency-api-py
import asyncio
from currencyApi import CurrencyApi
async def main():
async with CurrencyApi() as session:
data = await session.convert("eur", "usd")
print(data)
if __name__ = '__main__':
asyncio.run(main())
# Output (2022-04-30)
>>> 1.054463
FAQs
A python async wrapper for the currency-api API
We found that currency-api-py demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.