https://github.com/cloudaeye/django-anymail-testrca-sample
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: CloudAEye
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Size: 293 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.rst
Anymail: Django email integration for transactional ESPs (Clone)
=================================================================
.. This README is reused in multiple places:
* Github: project page, exactly as it appears here
* Docs: shared-intro section gets included in docs/index.rst
quickstart section gets included in docs/quickstart.rst
* PyPI: project page (via pyproject.toml readme; see also
hatch_build.py which edits in the release version number)
You can use docutils 1.0 markup, but *not* any Sphinx additions.
GitHub rst supports code-block, but *no other* block directives.
.. default-role:: literal
.. _shared-intro:
.. This shared-intro section is also included in docs/index.rst
Fork Credits: This project is a clone of the official django plugin `django-anymail `_
Anymail lets you send and receive email in Django using your choice
of transactional email service providers (ESPs). It extends the
standard `django.core.mail` with many common ESP-added features, providing
a consistent API that avoids locking your code to one specific ESP
(and making it easier to change ESPs later if needed).
Run on local
------------
**Install Dependencies**
Run the below command to install dependencies
.. code-block:: console
$ python -m pip install -r requirements.txt
**Run Tests**
Run the below command to run tests
.. code-block:: console
$ python runtests.py
Owner
- Name: CloudAEye
- Login: CloudAEye
- Kind: organization
- Email: info@CloudAEye.com
- Location: California, USA
- Website: https://www.cloudaeye.com/
- Repositories: 1
- Profile: https://github.com/CloudAEye
CloudAEye provides AI/ML based intelligent operations management for Cloud services.
GitHub Events
Total
- Delete event: 1
- Issue comment event: 10
- Member event: 2
- Push event: 4
- Pull request event: 1
- Create event: 5
Last Year
- Delete event: 1
- Issue comment event: 10
- Member event: 2
- Push event: 4
- Pull request event: 1
- Create event: 5
Dependencies
.github/workflows/run-test.yaml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
pyproject.toml
pypi
- django >=4.0
- requests >=2.4.3
- urllib3 >=1.25.0
requirements.txt
pypi
- Django ==5.1.2
- pytest ==8.3.3
- requests ==2.32.3
- responses ==0.25.3
tests/requirements.txt
pypi
- responses * test