Skip to main content

API para obtenção dos dados da SELIC.

Project description

selic_api

API para obter a taxa SELIC acumulada para fins de cálculo da atualização monetária para os tributos da Prefeitura de Belo Horizonte.

Publishing a new version on PyPI

To publish a new version of a Poetry package to PyPI, follow these steps:

  1. Update the version number of your package in your project's pyproject.toml file. This should be done according to the Semantic Versioning guidelines.
  2. Build the distribution files for the new version of your package by running the following command in your project's root directory:

poetry build

This will create a dist directory with the distribution files for your package.

  1. Check that the generated distribution files are correct by running the following command:

poetry check

This will perform several checks on the generated distribution files and report any issues.

  1. Publish the new version of your package to PyPI by running the following command:

poetry publish

This will upload the distribution files to PyPI and make the new version of your package available for installation.

Note that you will need to have a PyPI account and be logged in to it for this step to work.

Also, if this is the first time you are publishing your package to PyPI, you will need to create a new release on GitHub (or other version control system you use) and tag it with the new version number before running the poetry publish command. This is because PyPI requires that the source code for each release be available online.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

selic_api-0.0.6.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

selic_api-0.0.6-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page