Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
litex.regon serves as a user-friendly interface for the Polish REGON database by providing a straightforward, Python-based wrapper. To utilize its SOAP API, users must obtain a user key from the administrators of REGON. The REGONAPI requires just one argument, which is the service URL provided by these administrators. Once logged in, users can initiate queries against the database. Queries can be made using a single REGON number (which can be either 9 or 14 digits), a single 10-digit KRS number, or a single NIP (which consists of a 10-digit string). Furthermore, users can query collections of REGONs, KRSs, or NIPs, ensuring that all items in a collection conform to the respective length requirements. The method only processes one parameter at a time, prioritizing the first one provided from the list. Additionally, users can request a more comprehensive report by including the detailed=True parameter, which prompts the search method to return a default detailed report. If a user is familiar with the REGON of a specific business entity and the name of the detailed report, they can retrieve the complete report directly, enhancing the accessibility of information within the database. This feature makes litex.regon a valuable tool for anyone needing detailed insights into Polish business entities.
Description
tox is designed to streamline and automate the testing process in Python. This tool is a key component of a broader initiative to simplify the packaging, testing, and deployment workflow for Python applications. Serving as a universal virtualenv management tool and a test command-line interface, tox allows developers to verify that their packages can be installed correctly across multiple Python versions and interpreters. It facilitates running tests in each environment, configuring the preferred testing tools, and integrating seamlessly with continuous integration servers, which significantly minimizes redundant code and merges CI with shell-based testing. To get started, you can install tox by executing `pip install tox`. Next, create a `tox.ini` file adjacent to your `setup.py` file, detailing essential information about your project and the various test environments you plan to utilize. Alternatively, you can generate a `tox.ini` file automatically by running `tox-quickstart`, which will guide you through a series of straightforward questions. After setting up, be sure to install and validate your project with both Python 2.7 and Python 3.6 to ensure compatibility. This thorough approach helps maintain the reliability and functionality of your Python software across different versions.
API Access
Has API
API Access
Has API
Integrations
Python
Pricing Details
Free
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
regon
Country
Poland
Website
github.com/mwegrzynek/litex.regon
Vendor Details
Company Name
tox
Website
tox.wiki/en/latest/