An open API service indexing awesome lists of open source software.

https://github.com/samedwardes/samedwardes


https://github.com/samedwardes/samedwardes

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Hi, I'm Sam! I am a Solutions Engineer working for Posit (formerly known as RStudio) living in Vancouver, BC. I love using Python, R, and all things open source.

**Links**

- 📂 [GitHub](https://github.com/SamEdwardes)
- 💻 [SamEdwardes.com](https://samedwardes.com/)
- 📧 [Twitter](https://twitter.com/TheReaLSamlam)

**Open source packages / libraries**

| Package / Library | Description | Type |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- |
| [sqlcli](https://github.com/SamEdwardes/sqlcli) | A command line interface (CLI) for interacting with SQLModel. | 🐍 |
| [spaCyTextBlob](https://github.com/SamEdwardes/spaCyTextBlob) | A TextBlob sentiment analysis pipeline component for spaCy. | 🐍 |
| [spacypdfreader](https://github.com/SamEdwardes/spacypdfreader) | A PDF to text extraction pipeline component for spaCy. | 🐍 |
| [pydatafaker](https://github.com/SamEdwardes/pydatafaker) | A python package to create fake data with relationships between tables. | 🐍 |
| [prettynum](https://github.com/SamEdwardes/prettynum) | Simple number formatting for python inspired by the [scales](https://scales.r-lib.org/index.html) package in R. | 🐍 |
| [safejoin](https://github.com/SamEdwardes/safejoin) | Perform "safe" table joins in R. | **R** |