Feedback QQ Group (Click to join): 323397913
- Eighteen years of ERP development experience, ten years of cloud development experience, fifteen years of stock and futures investment experience, and ten years of investment analysis platform development experience.
- Not highly technical but understands business and excels at solving practical problems in production and operations.
- Gradually open-sourcing projects that have been optimized over many years and are continuously running stably.
- Provides the same functionality as the TypeScript version, easily usable in Python projects.
- Stable: Optimized through years of operation.
- Fast development: A few lines of code can handle common operations.
- Efficient: Designed for high-performance information processing.
- Easy to extend: Modular design for easy addition of new features.
- Cross-platform: Runs on various operating systems.
- Easy debugging: Configurable logging and error tracking.
- Easy to learn: Simple API design, easy to get started with.
- Easy maintenance: Includes comprehensive error handling and reporting mechanisms.
- Continuous updates: Constantly optimized and updated based on real project needs.
- SAAS-ready: Supports multi-tenancy and data isolation.
Suitable for Python 3.x projects
pip install upinfopy
See the API documentation for details.
See the API documentation for details.
from upinfopy import UpinfoPy
# Create UpinfoPy instance
up = UpinfoPy()
# Use methods
result = up.some_method()
print(result)For more examples, see the documentation link.
You can check the test/ directory for more usage examples.