Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
The profpy library is a centralized repository for Rowan's various python scripts to use.
Many of Rowan's python scripts/programs utilize similar or congruent functions and classes that end up getting rewritten or even copy/pasted wherever needed. Rather than continue this trend of untracked code, profpy allows us to have overhead control over these common functions and classes. If a program or script needs to use a class or function, it can just import it from profpy rather than rewrite it. This will allow us to standardize some of our code practices moving forward.
pip3 install profpy
For details on the profpy
command line interface, read the docs.
The profpy library is organized into submodules: db
, web
, and apis
. The db
submodule makes accessing
Oracle databases with cx_Oracle and or Sql-Alchemy simpler. The apis
submodule
contains wrapper-classes for some commonly used web APIs. The web
submodule contains code for making easy,
database-backed Flask apps, configured with CAS and role-based security.
All three of these submodules can be used to cut back on duplicated code, as well as make the development process much less time consuming.
For in-depth documentation, explore the submodules individually:
FAQs
Unknown package
We found that profpy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.