Projects
Set of libraries (being continually developed and improved) written in Python useful for Python developers.
Features
1. Libraries to handle database operations
** Support for SQLite db operations
** Handles MongoDB operations
2. Libraries for http requests
** GET/POST requests to a defined URL
** Rest style GET/POST/PUT/DELETE request handle
3. Libraries to support Windows operations
** Handles Virtual Machine (start/pause/remove)
** Windows Services (start/stop)
** Registry operations for Windows (add/retrieve/delete keys)
4. Utility libraries
** Works with Date, Time, Calender operations
** Mathematical operations (lcm, gcd, isPrime, fibonacci…)
** Convert Rows to Columns
** Archive operations (zlib)
** FileSystem Operations
5. Security
** Performs cryptographic operations (md5/sha/hmac signatures)
6. Logging mechanisms
PyRebootOps schedules file move, rename and delete operations on locked files to be executed on the next system restart. Scheduled operations can be viewed and reset by the user. The utility also help the users in rebooting their system.
Features
- Schedule – Move, Rename, Delete operations on locked files using PyRebootOps
- View and Reset scheduled operations.
- Restart the user system
Framework to create RESTful web service in Python
Features
- Framework to create RESTful web service
- Written in tornado web framework
- Uses XML as input where required repository and resources are listed
- Support for working with SQLite Databases