Python client and tools for the Romanian National Agency of Fiscal Administration (ANAF) API endpoints
Project description
NGO Hub
The anaf package provides tools for working with the Romanian National Agency of Fiscal Administration (ANAF) API endpoints.
A Simple Example | Feedback | License | About Code for Romania
A Simple Example
from anaf import CultEntitiesRegister
test_registration_number = "12345678"
register = CultEntitiesRegister()
if register.contains(test_registration_number):
print("The organization is present in the register")
else:
print("The organization is absent from the register")
Development
Local development
- Clone the repository
- Create a virtual environment using python 3.13 or higher and activate it
python3 -m venv venv && source venv/bin/activate
- Install the dependencies
pip install -r requirements/dev.txt
And you're ready to go.
Running the tests
To run the tests, we use tox, to check for different environments and run multiple checks and configurations.
To run the tests, run the following command:
tox
Updating the requirements
To update the requirements, you can run the following command:
tox -e update-requirements
Creating a new release
- Update the version in the
pyproject.tomlfile - Create a new tag with the version and push it
- Update the
CHANGELOG.mdfile with the new changes
The GitHub Actions will take care of the rest.
Feedback
- Request a new feature on GitHub.
- Vote for popular feature requests.
- File a bug in GitHub Issues.
- Email us with other feedback contact@code4.ro
License
This project is licensed under the MPL 2.0 License – see the LICENSE file for details
About Code for Romania
Started in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of around 2.000 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects visit our site or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.
Last, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread across 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, you can do it here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anaf-0.0.1.tar.gz.
File metadata
- Download URL: anaf-0.0.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a33e6e5535a1e0b1e3d1c25a7fa85470909c0b8c82156b5fbe5ba8e8c38b7361
|
|
| MD5 |
c9e6f9bff571d264a44c424d26e5e5b3
|
|
| BLAKE2b-256 |
42cb5e85edba6c14c2305e4f3b60192a16fb956abac45eca5bf0ba9621d395eb
|
File details
Details for the file anaf-0.0.1-py3-none-any.whl.
File metadata
- Download URL: anaf-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4007c94830b7f6366f2e58d3819c5d9e5e5896b5ba105e4e064b728924549f88
|
|
| MD5 |
39184c5991fd5d9d29a117f64ea4deac
|
|
| BLAKE2b-256 |
6f296e43accdaff731d4befae9edb37673900abc0b5fa397c5aa9fbc1a189518
|